.site-header{position:sticky;top:0;z-index:40;background:rgba(251,248,242,.93);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.logo{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.05rem;font-weight:600;letter-spacing:.115em;color:#776345;white-space:nowrap;line-height:1}
.nav{display:flex;justify-content:center;gap:24px;align-items:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.02rem;font-weight:600;color:#665744}
.nav a{padding:10px 0 8px;position:relative;letter-spacing:.012em;transition:color .2s ease}
.nav a:hover,.nav a.active{color:#8f6c3c}
.nav a:after{content:'';position:absolute;left:0;bottom:2px;width:0;height:1px;background:var(--gold);transition:.2s}
.nav a:hover:after,.nav a.active:after{width:100%}
.header-actions{display:flex;gap:10px;align-items:center}
.lang{border:1px solid var(--line);border-radius:999px;overflow:hidden;display:flex}
.lang button{border:0;background:transparent;padding:8px 10px;cursor:pointer;color:#796a58;font-size:.74rem}
.lang button.active{background:var(--gold-deep);color:white}
.menu-btn{display:none;background:none;border:0;font-size:1.35rem;color:var(--gold-deep)}

.hero{display:grid;grid-template-columns:1.08fr .92fr;background:var(--warm-cream);overflow:hidden}
.hero.home-hero{height:clamp(520px,66vh,640px);min-height:520px}
.hero-media{position:relative;min-height:0;height:100%}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:48px clamp(34px,6vw,92px);background:linear-gradient(130deg,#fbf8f2,#f2e9dc)}
.hero h1{font-size:clamp(3.5rem,5.4vw,5.8rem);margin:12px 0 20px;max-width:680px}
.hero p{max-width:550px;color:var(--muted);font-size:1rem;margin-bottom:28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}

.choice-card{background:transparent;border:0;box-shadow:none;border-radius:0;text-align:center}
.choice-card:hover{box-shadow:none;transform:none}
.choice-card .card-media{border-radius:18px;aspect-ratio:1/1}
.choice-card .card-body{padding:14px 7px}
.choice-card h3{font-size:1.35rem;margin:.2rem 0}
.choice-card p{font-size:.8rem;line-height:1.5;margin:0}

.feature-split{display:grid;grid-template-columns:1fr 1fr;min-height:460px;overflow:hidden;border-radius:26px;background:var(--warm-cream)}
.feature-split .visual img{width:100%;height:100%;object-fit:cover}
.feature-split .copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(35px,6vw,85px)}
.feature-split h2{font-size:clamp(2.6rem,5vw,5rem);margin:.25rem 0 1rem}

.icon-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--line)}
.icon-item{background:var(--porcelain);padding:25px;text-align:center}
.icon-item strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600}
.icon-item span{display:block;color:var(--muted);font-size:.78rem;margin-top:3px}

.page-hero{display:grid;grid-template-columns:1fr 1fr;min-height:440px;background:var(--warm-cream);border-bottom:1px solid var(--line);overflow:hidden}
.page-hero.hero-compact{height:clamp(410px,52vh,520px);min-height:410px}
.page-hero .copy{display:flex;justify-content:center;flex-direction:column;padding:60px clamp(30px,7vw,100px)}
.page-hero h1{font-size:clamp(4rem,7vw,7rem);margin:.4rem 0 1rem}
.page-hero .visual{min-height:440px;overflow:hidden}
.page-hero.hero-compact .visual{min-height:0;height:100%}
.page-hero .visual img{width:100%;height:100%;object-fit:cover}
.page-hero.hero-compact .copy{padding-top:42px;padding-bottom:42px}
.page-hero.hero-compact h1{font-size:clamp(3.55rem,5.5vw,5.7rem)}

.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 26px}
.filter-btn{border:1px solid var(--line);background:transparent;color:#76644f;border-radius:999px;padding:9px 14px;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;cursor:pointer}
.filter-btn.active,.filter-btn:hover{background:var(--gold-deep);color:white}

.tool-card{padding:22px;min-height:250px;display:flex;flex-direction:column;align-items:flex-start}.tool-card .badge,.tool-card .text-link{margin-top:auto}.tool-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--warm-cream);border:1px solid var(--line);font-size:1.25rem;color:var(--gold-deep)}
.tool-workspace{background:var(--white);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.swatches{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}.swatch{width:58px;height:58px;border-radius:50%;border:3px solid white;box-shadow:0 0 0 1px var(--line);cursor:pointer}.swatch.active{box-shadow:0 0 0 3px var(--gold)}
.match-result{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:24px}.match-color{height:110px;border-radius:14px;display:flex;align-items:end;padding:10px;color:white;text-shadow:0 1px 4px rgba(0,0,0,.25);font-size:.72rem}

.article-grid .card-media{aspect-ratio:16/10}
.article-meta{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-deep)}
.article{max-width:780px;margin:auto;font-family:Inter,sans-serif}.article h2,.article h3{font-family:'Cormorant Garamond',serif}.article h2{font-size:2.4rem}.article p{font-size:1.04rem;color:#5e5852}

.music-card .card-media{aspect-ratio:1/1}.music-card h3{font-size:1.5rem}
.social-row{display:flex;gap:12px;flex-wrap:wrap}
.social-pill{padding:11px 15px;border-radius:999px;border:1px solid var(--line);background:var(--white);font-size:.78rem;color:#665746}

.story-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.story-layout .portrait{border-radius:28px;overflow:hidden}.story-layout .portrait img{width:100%;height:100%;object-fit:cover}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.value{padding:18px;border:1px solid var(--line);border-radius:16px;text-align:center;background:var(--white)}

.contact-panel{display:grid;grid-template-columns:1fr .8fr;gap:0;background:var(--warm-cream);border-radius:28px;overflow:hidden}.contact-panel .copy{padding:clamp(35px,6vw,80px)}.contact-panel .visual img{width:100%;height:100%;object-fit:cover}

.footer{padding:55px 0 30px;border-top:1px solid var(--line);background:#f7f1e7}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer h4{font-family:'Cormorant Garamond',serif;font-size:1.35rem;margin:0 0 10px}.footer a{display:block;color:#6d665f;font-size:.84rem;margin:6px 0}.footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#8b7b67;font-size:.74rem}
.toast{position:fixed;right:20px;bottom:20px;background:#4b4035;color:white;padding:14px 18px;border-radius:14px;box-shadow:var(--shadow);max-width:360px;display:none;z-index:90}.toast.show{display:block}

@media (max-width:1080px){.nav{display:none}.menu-btn{display:block}.header-inner{grid-template-columns:auto 1fr auto}.header-actions{justify-self:end}.hero,.page-hero{grid-template-columns:1fr}.hero-copy{order:1}.hero.home-hero{height:auto;min-height:unset}.hero-media{order:2;min-height:520px;height:auto}.page-hero.hero-compact{height:auto;min-height:unset}.page-hero .visual{min-height:360px}.feature-split,.story-layout,.contact-panel{grid-template-columns:1fr}.icon-strip{grid-template-columns:repeat(2,1fr)}.values{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.site-header{position:sticky}.header-inner{min-height:68px}.logo{font-size:1.45rem}.header-actions .lang{display:none}.hero{min-height:unset}.hero-copy{padding:55px 24px}.hero h1{font-size:4.1rem}.hero-media{min-height:440px}.page-hero h1{font-size:4rem}.icon-strip{grid-template-columns:1fr}.values{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.match-result{grid-template-columns:1fr 1fr}}

.tool-visual{height:150px;overflow:hidden;background:var(--warm-cream);border-bottom:1px solid var(--line)}
.tool-visual img{width:100%;height:100%;object-fit:cover}
.tool-card.has-visual{min-height:225px}
.signature-mark{width:78px;opacity:.62;margin:18px 0 4px;filter:sepia(.2)}
.footer .signature-mark{width:66px;opacity:.52}
@media (min-width:1081px){.page-hero.hero-compact .visual img{object-position:center 50%}.made-page .page-hero.hero-compact .visual img{object-position:center 58%}.edit-page .page-hero.hero-compact .visual img{object-position:center 58%}.little-page .page-hero.hero-compact{height:clamp(430px,56vh,560px)}}

/* KNOTTIVE V3 — desktop proportion refinements */
@media (min-width:1081px){
  /* Match the calmer Notes to Keep banner scale instead of full-screen heroes. */
  .hero.home-hero{
    height:440px;
    min-height:440px;
    grid-template-columns:1fr 1fr;
  }
  .hero.home-hero .hero-copy{padding-top:44px;padding-bottom:44px}
  .hero.home-hero h1{font-size:clamp(3.5rem,4.4vw,5rem)}

  .page-hero.hero-compact,
  .little-page .page-hero.hero-compact{
    height:440px;
    min-height:440px;
  }
  .page-hero.hero-compact .visual{
    min-height:440px;
    height:440px;
  }
  .page-hero.hero-compact .copy{
    padding-top:50px;
    padding-bottom:50px;
  }
  .page-hero.hero-compact h1{font-size:clamp(3.4rem,5vw,5.4rem)}

  /* The Edit cards should read like compact editorial cards, not tall columns. */
  .edit-page .grid-3{
    align-items:start;
    grid-auto-rows:auto;
  }
  .edit-page .card{
    align-self:start;
    height:auto;
  }
  .edit-page .tool-visual{
    height:auto;
    aspect-ratio:4/3;
  }
  .edit-page .tool-card,
  .edit-page .tool-card.has-visual{
    min-height:220px;
    height:auto;
  }
}

/* KNOTTIVE V4 — horizontal editorial hero banners on desktop */
@media (min-width:1081px){
  /* Home: shallow horizontal image, with the next section visible sooner. */
  .hero.home-hero{
    height:360px;
    min-height:360px;
    grid-template-columns:56% 44%;
  }
  .hero.home-hero .hero-media,
  .hero.home-hero .hero-copy{height:360px;min-height:360px}
  .hero.home-hero .hero-media img{
    object-position:center center;
  }
  .hero.home-hero .hero-copy{
    padding:34px clamp(34px,5vw,76px);
  }
  .hero.home-hero h1{
    font-size:clamp(3rem,3.8vw,4.4rem);
    margin:8px 0 14px;
  }
  .hero.home-hero p{margin-bottom:20px}

  /* Made for You + The Edit: same quiet banner proportion. */
  .made-page .page-hero.hero-compact,
  .edit-page .page-hero.hero-compact{
    height:340px;
    min-height:340px;
    grid-template-columns:44% 56%;
  }
  .made-page .page-hero.hero-compact .copy,
  .edit-page .page-hero.hero-compact .copy{
    height:340px;
    padding:34px clamp(34px,5.5vw,82px);
  }
  .made-page .page-hero.hero-compact .visual,
  .edit-page .page-hero.hero-compact .visual{
    height:340px;
    min-height:340px;
  }
  .made-page .page-hero.hero-compact h1,
  .edit-page .page-hero.hero-compact h1{
    font-size:clamp(3rem,4.25vw,4.75rem);
    margin:.25rem 0 .7rem;
  }
  .made-page .page-hero.hero-compact .visual img,
  .edit-page .page-hero.hero-compact .visual img{
    object-fit:cover;
    object-position:center center;
  }
}

/* KNOTTIVE V5 — simplified architecture + editorial refinements */
@media (min-width:1081px){
  .article-grid.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
  .article-grid.grid-4 .card-body{padding:20px}
  .article-grid.grid-4 h3{font-size:1.55rem}
  .take-page .page-hero.hero-compact{height:340px;min-height:340px;grid-template-columns:44% 56%}
  .take-page .page-hero.hero-compact .copy,.take-page .page-hero.hero-compact .visual{height:340px;min-height:340px}
  .take-page .page-hero.hero-compact .copy{padding:34px clamp(34px,5.5vw,82px)}
  .take-page .page-hero.hero-compact h1{font-size:clamp(3rem,4.25vw,4.75rem);margin:.25rem 0 .7rem}
}
.home-hero .hero-media img{object-fit:cover}
.music-invite{min-height:390px}
.our-story-note{min-height:430px}
.digital-grid .card{height:100%}
@media (max-width:980px){.article-grid.grid-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.article-grid.grid-4{grid-template-columns:1fr}}

/* KNOTTIVE V6 — final navigation architecture + compact Little Helps */
@media (min-width:1081px){
  /* Keep Little Helps as a shallow editorial banner, matching the rest of the site. */
  .little-page .page-hero.hero-compact{
    height:340px;
    min-height:340px;
    grid-template-columns:44% 56%;
  }
  .little-page .page-hero.hero-compact .copy,
  .little-page .page-hero.hero-compact .visual{
    height:340px;
    min-height:340px;
  }
  .little-page .page-hero.hero-compact .copy{
    padding:34px clamp(34px,5.5vw,82px);
  }
  .little-page .page-hero.hero-compact h1{
    font-size:clamp(3rem,4.25vw,4.75rem);
    margin:.25rem 0 .7rem;
  }
  .little-page .page-hero.hero-compact .visual img{
    object-fit:cover;
    object-position:center center;
  }

  /* Compact, balanced tool cards — no stretched masonry-like columns. */
  .little-page .grid-3{
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:start;
    grid-auto-rows:auto;
    gap:22px;
  }
  .little-page .card{
    height:410px;
    min-height:410px;
    align-self:start;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }
  .little-page .tool-visual{
    height:185px;
    min-height:185px;
    aspect-ratio:auto;
    flex:0 0 185px;
  }
  .little-page .tool-card,
  .little-page .tool-card.has-visual{
    min-height:0;
    height:auto;
    flex:1;
    padding:20px 22px 22px;
  }
  .little-page .tool-card h3{font-size:1.6rem;margin:.2rem 0 .45rem}
  .little-page .tool-card p{font-size:.95rem;line-height:1.5;margin:.2rem 0 .8rem}
}
@media (max-width:1080px){
  .little-page .grid-3{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .little-page .card{height:auto;min-height:0}
  .little-page .tool-visual{height:auto;aspect-ratio:4/3}
}
@media (max-width:640px){
  .little-page .grid-3{grid-template-columns:1fr}
}

/* KNOTTIVE V7 — unified navigation, compact tools, video preview, Stay Close */
@media (min-width:1081px){
  .home-choice-grid.grid-6{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
  .home-choice-grid .card-body{padding:16px}
  .home-choice-grid h3{font-size:1.2rem;line-height:1.02}
  .home-choice-grid p{font-size:.78rem}

  /* Little Helps cards deliberately match Notes to Keep's editorial proportions. */
  .little-page .little-tools-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
    align-items:start;
  }
  .little-page .little-tools-grid .card{
    height:auto;
    min-height:0;
    display:block;
  }
  .little-page .little-tools-grid .tool-visual{
    height:auto;
    min-height:0;
    aspect-ratio:16/10;
    flex:none;
  }
  .little-page .little-tools-grid .tool-card,
  .little-page .little-tools-grid .tool-card.has-visual{
    min-height:210px;
    height:auto;
    padding:20px;
    display:flex;
  }
  .little-page .little-tools-grid .tool-icon{width:48px;height:48px;font-size:1rem}
  .little-page .little-tools-grid .tool-card h3{font-size:1.55rem}
  .little-page .little-tools-grid .tool-card p{font-size:.9rem}

  .made-products-grid .collection-entry-card .card-media{aspect-ratio:16/10}
}
.youtube-preview{position:relative;min-height:0!important;aspect-ratio:16/9;background:#000;overflow:hidden}
.youtube-preview iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.stay-close-page .story-layout .portrait{min-height:520px}
.stay-close-page .contact-panel{margin-top:0}
@media (max-width:1080px){
  .home-choice-grid.grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}
  .little-page .little-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .little-page .little-tools-grid .tool-visual{aspect-ratio:16/10}
}
@media (max-width:640px){
  .home-choice-grid.grid-6,.little-page .little-tools-grid{grid-template-columns:1fr}
  .stay-close-page .story-layout .portrait{min-height:380px}
}


/* KNOTTIVE V8 — unified page-banner height + image-complete Little Helps */
@media (min-width:1081px){
  /* Every inner-page header banner now matches Notes to Keep in vertical scale. */
  .page-hero,
  .page-hero.hero-compact,
  .made-page .page-hero.hero-compact,
  .edit-page .page-hero.hero-compact,
  .take-page .page-hero.hero-compact,
  .little-page .page-hero.hero-compact{
    height:440px;
    min-height:440px;
  }
  .page-hero .copy,
  .page-hero .visual,
  .page-hero.hero-compact .copy,
  .page-hero.hero-compact .visual,
  .made-page .page-hero.hero-compact .copy,
  .made-page .page-hero.hero-compact .visual,
  .edit-page .page-hero.hero-compact .copy,
  .edit-page .page-hero.hero-compact .visual,
  .take-page .page-hero.hero-compact .copy,
  .take-page .page-hero.hero-compact .visual,
  .little-page .page-hero.hero-compact .copy,
  .little-page .page-hero.hero-compact .visual{
    height:440px;
    min-height:440px;
  }
}

/* KNOTTIVE V9 — preserve V8 fixes + product architecture */
@media (min-width:1081px){.page-hero,.page-hero.hero-compact,.made-page .page-hero.hero-compact,.take-page .page-hero.hero-compact,.little-page .page-hero.hero-compact{height:440px!important;min-height:440px!important}.page-hero .copy,.page-hero .visual,.page-hero.hero-compact .copy,.page-hero.hero-compact .visual{height:440px!important;min-height:440px!important}.little-page .little-tools-grid .tool-visual{aspect-ratio:16/10}.little-page .little-tools-grid .card{height:100%}}

/* KNOTTIVE V10 — stronger desktop presence + Take With You refinements */
@media (min-width:1081px){
  /* Larger, easier-to-read main navigation. */
  .header-inner{min-height:92px;gap:34px}
  .nav{gap:30px;font-size:1.18rem;font-weight:600}
  .nav a{padding:12px 0 10px}
  .logo{font-size:2.18rem}

  /* Home is the primary landing page, so its banner gets more visual presence. */
  .hero.home-hero{
    height:520px;
    min-height:520px;
    grid-template-columns:56% 44%;
  }
  .hero.home-hero .hero-media,
  .hero.home-hero .hero-copy{
    height:520px;
    min-height:520px;
  }
  .hero.home-hero .hero-copy{padding:46px clamp(40px,5.5vw,88px)}
  .hero.home-hero h1{font-size:clamp(3.45rem,4.35vw,5.15rem);margin:10px 0 18px}
  .hero.home-hero p{font-size:1.04rem;margin-bottom:24px}

  /* Internal page banners now match the calmer Notes to Keep scale. */
  .page-hero.hero-compact,
  .made-page .page-hero.hero-compact,
  .edit-page .page-hero.hero-compact,
  .little-page .page-hero.hero-compact{
    height:440px;
    min-height:440px;
  }
  .page-hero.hero-compact .copy,
  .page-hero.hero-compact .visual,
  .made-page .page-hero.hero-compact .copy,
  .made-page .page-hero.hero-compact .visual,
  .edit-page .page-hero.hero-compact .copy,
  .edit-page .page-hero.hero-compact .visual,
  .little-page .page-hero.hero-compact .copy,
  .little-page .page-hero.hero-compact .visual{
    height:440px;
    min-height:440px;
  }

  /* Take With You: elegant text-only banner, no hero image. */
  .take-page .page-hero.take-text-hero{
    display:flex;
    align-items:center;
    justify-content:center;
    height:440px;
    min-height:440px;
    background:linear-gradient(120deg,#f7f1e7 0%,#fbf8f2 52%,#f1e7d8 100%);
    text-align:center;
  }
  .take-page .page-hero.take-text-hero .copy{
    width:min(900px,calc(100% - 80px));
    height:auto;
    min-height:0;
    padding:58px 40px;
    align-items:center;
  }
  .take-page .page-hero.take-text-hero h1{
    font-size:clamp(3.6rem,5vw,5.7rem);
    max-width:850px;
    margin:.35rem auto .9rem;
  }
  .take-page .page-hero.take-text-hero .lead{margin-left:auto;margin-right:auto}

  /* A Little Gift should feel like a small editorial note, not another hero. */
  .little-gift-section{padding:62px 0}
  .little-gift-section .container{width:min(980px,calc(100% - 56px))}
  .little-gift-card{
    min-height:300px;
    grid-template-columns:1.08fr .92fr;
    border-radius:22px;
  }
  .little-gift-card .copy{padding:42px 48px}
  .little-gift-card h2{font-size:clamp(2.6rem,3.5vw,3.7rem);margin:.25rem 0 .75rem}
  .little-gift-card .lead{font-size:.98rem;margin:.25rem 0 1.15rem}
  .little-gift-card .visual{height:300px;min-height:300px}
  .little-gift-card .visual img{height:300px;object-fit:cover}
  .little-gift-card .btn{align-self:flex-start;padding:11px 19px;font-size:.72rem}
}

@media (max-width:1080px){
  .take-page .page-hero.take-text-hero{grid-template-columns:1fr}
  .take-page .page-hero.take-text-hero .copy{padding:55px 28px;text-align:center;align-items:center}
  .little-gift-card{min-height:unset}
}
