:root{--v7-ivory:#f7f0e3;--v7-ink:#25241f;--v7-wine:#5c1b22;--v7-gold:#b58a34}
.v7-header{position:relative;z-index:100}
.v7-nav{display:flex;align-items:center;gap:28px}
.v7-nav a,.v7-nav summary{color:inherit;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;cursor:pointer;list-style:none}
.v7-nav summary::-webkit-details-marker{display:none}
.v7-nav-menu{position:relative}
.v7-nav-panel{display:none;position:absolute;right:0;top:calc(100% + 14px);min-width:245px;padding:18px;background:#fff;border:1px solid rgba(37,36,31,.14);box-shadow:0 14px 35px rgba(37,36,31,.12)}
.v7-nav-menu[open] .v7-nav-panel{display:grid;gap:14px}
.v7-nav-panel a{white-space:nowrap;text-transform:none;letter-spacing:.05em;font-size:.84rem}
.v7-story-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px}
.v7-footer{padding:54px max(24px,5vw) 20px;text-align:left}
.v7-footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:36px;max-width:1200px;margin:auto}
.v7-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.v7-footer h2{margin:0 0 8px;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.35rem;font-weight:400}
.v7-footer a{color:inherit;text-decoration:none;font-size:.85rem}
.v7-footer-bottom{display:flex;justify-content:space-between;max-width:1200px;margin:36px auto 0;padding-top:18px;border-top:1px solid rgba(37,36,31,.16)}
.v7-craft-overview{max-width:1040px;margin:60px auto;padding:0 24px}
.v7-craft-overview img{display:block;width:100%;height:auto}
.v7-story-hero{max-width:760px;margin:0 auto 46px;padding:0 24px}
.v7-story-hero-wide{max-width:980px}
.v7-story-hero img{display:block;width:100%;max-height:720px;object-fit:cover;object-position:center}
.v7-story-hero figcaption{margin-top:12px;text-align:center;font-family:"Cormorant Garamond",Georgia,serif;font-size:1rem;font-style:italic;color:#716d57}
.v7-product-film{max-width:1180px;margin:42px auto;padding:42px 24px;border-top:1px solid rgba(37,36,31,.14);border-bottom:1px solid rgba(37,36,31,.14)}
.v7-product-film h2{font-family:"Cormorant Garamond",Georgia,serif;font-weight:400;font-size:clamp(2rem,4vw,3rem)}
.v7-product-film-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.v7-product-film video{display:block;width:100%;max-height:620px;background:#171512}
.founder-page .editorial-page.founder-note{grid-template-columns:minmax(0,760px);justify-content:center}
.founder-page .founder-note article{max-width:760px;margin:auto}
@media(max-width:900px){
  .v7-header{align-items:flex-start}.v7-nav{gap:14px;flex-wrap:wrap;justify-content:flex-end}
  .v7-nav-panel{right:0}.v7-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .v7-header{display:block}.v7-header .brand-mark{display:block;margin-bottom:14px}.v7-nav{justify-content:flex-start}
  .v7-nav>a,.v7-nav summary{font-size:.68rem}.v7-nav-panel{left:0;right:auto}
  .v7-footer-grid{grid-template-columns:1fr}.v7-footer-bottom{display:block}
  .v7-product-film-grid{grid-template-columns:1fr}
}
.v7-customer-moment {
  margin: 1.75rem 0 0;
  max-width: 32.5rem;
}

.v7-customer-moment img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.v7-customer-moment figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 0;
}

.v7-customer-moment figcaption strong {
  color: #611f28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.v7-customer-moment figcaption span {
  color: #716d57;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Final full-page craft editorial */
.v7-craft-overview.v7-craft-final {
  position: relative;
  width: min(1024px, 100%);
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.v7-craft-final img {
  display: block;
  width: 100%;
  height: auto;
}

.v7-craft-final-link {
  position: absolute;
  left: 27.7%;
  bottom: 2.15%;
  width: 44.6%;
  height: 3.9%;
  z-index: 2;
  display: block;
  border-radius: 2px;
}

.v7-craft-final-link:focus-visible {
  outline: 3px solid #b58a34;
  outline-offset: 4px;
}

@media (max-width: 620px) {
  .v7-craft-overview.v7-craft-final {
    width: 100%;
  }
}


/* Phase 3B — approved brand architecture and content implementation */
.phase3b-header{position:relative;align-items:center}
.phase3b-header~main{padding-top:0}
.phase3b-nav{gap:22px}
.phase3b-nav>.v7-nav-menu>.v7-nav-panel{left:0;right:auto}
.phase3b-nav>.v7-nav-menu:nth-of-type(2)>.v7-nav-panel{left:auto;right:0}
.phase3b-footer{background:#2b1013;color:#f4e8d8}
.phase3b-footer .v7-footer-grid{grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(150px,1fr));align-items:start;gap:clamp(30px,5vw,72px)}
.phase3b-footer .v7-footer-grid>div{align-self:start}
.phase3b-footer .v7-footer-brand{max-width:320px}
.phase3b-footer .v7-footer-brand img{margin-bottom:4px}
.phase3b-footer .v7-footer-brand p{margin:0;line-height:1.65}
.phase3b-footer h2{color:#d8ad61}
.phase3b-footer a{color:#f4e8d8;opacity:.9}
.phase3b-footer a:hover{opacity:1}
.phase3b-footer .v7-footer-bottom{align-items:center;border-top-color:rgba(244,232,216,.18)}
.phase3b-footer .v7-footer-bottom p{margin:0}
.phase3b-brand-pitch{max-width:820px;margin:0 auto;text-align:center}
.phase3b-brand-pitch p{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.55}
.phase3b-brand-pitch .button{margin-top:.7rem}
.phase3b-editorial-copy{max-width:900px;margin:0 auto;padding:5.5rem 4vw}
.phase3b-editorial-copy h2{max-width:13ch}
.phase3b-editorial-copy>p:not(.eyebrow){max-width:720px;font-size:1.05rem}
.phase3b-cta-band{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;max-width:1100px;margin:0 auto 6rem;padding:3rem 4vw;border-top:1px solid rgba(37,36,31,.14);border-bottom:1px solid rgba(37,36,31,.14);text-align:center}
.phase3b-cta-band h2{flex-basis:100%;margin:0 0 .4rem}
.phase3b-three-cs article span{display:block;margin-bottom:.6rem;color:#b38b47;font-size:.7rem;letter-spacing:.15em}
.phase3b-three-cs article h2{margin-bottom:.5rem}
.phase3b-four-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.phase3b-journal-grid a{min-height:250px;display:flex;flex-direction:column}
.phase3b-journal-grid a p{margin-top:auto}
.phase3b-story-links{padding-top:2rem}
.phase3b-partnership-grid article,.phase3b-craft-principles article,.phase3b-difference-grid article{min-height:210px}

/* Equal-height catalog cards: keeps prices and actions aligned within each row. */
.products-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;height:100%}
.product-content{display:flex;flex:1;flex-direction:column}
.product-price{margin-top:auto;padding-top:.75rem}
.product-card-actions{margin-top:.35rem}

/* Product page language hierarchy */
.product-summary h1{margin-bottom:.15rem}
.product-summary .product-design-name{margin:0 0 .55rem;color:#716d57;font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}

@media(max-width:1050px){
  .phase3b-nav{gap:14px}
  .phase3b-footer .v7-footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .phase3b-footer .v7-footer-grid>div:last-child{grid-column:2/4}
  .phase3b-four-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
  .phase3b-header{display:flex;min-height:88px;padding:.45rem .8rem;gap:.7rem}
  .phase3b-header .brand-mark{flex:0 0 auto;margin:0}
  .phase3b-header .brand-mark img{height:62px}
  .phase3b-nav{position:static;inset:auto;display:flex;flex:1;justify-content:flex-start;gap:13px;max-height:none;overflow-x:auto;overflow-y:visible;padding:.55rem 0;background:transparent;border:0;white-space:nowrap;-webkit-overflow-scrolling:touch}
  .phase3b-nav>a,.phase3b-nav summary,.phase3b-nav .cart-trigger{display:inline-flex!important;visibility:visible!important;flex:0 0 auto;padding:0;font-size:.62rem;letter-spacing:.08em}
  .phase3b-nav .v7-nav-panel{position:fixed;top:88px;left:12px!important;right:12px!important;min-width:0;max-height:65vh;overflow:auto}
  .phase3b-footer .v7-footer-grid{grid-template-columns:1fr 1fr;gap:34px 24px}
  .phase3b-footer .v7-footer-brand{grid-column:1/-1}
  .phase3b-footer .v7-footer-grid>div:last-child{grid-column:auto}
  .phase3b-footer .v7-footer-bottom{display:block}
  .phase3b-footer .v7-footer-bottom p+p{margin-top:.7rem}
  .phase3b-four-grid{grid-template-columns:1fr}
  .phase3b-editorial-copy{padding:4rem 1.2rem}
  .phase3b-cta-band{margin:0 1rem 4rem;padding:2.5rem 1rem}
  .product-name{min-height:2.3em}
  .product-tagline{min-height:3.9em}
}
@media(max-width:480px){
  .phase3b-footer .v7-footer-grid{grid-template-columns:1fr}
  .phase3b-footer .v7-footer-brand{grid-column:auto}
  .product-name{min-height:2.35em}
  .product-tagline{min-height:4.1em}
}

/* Our Story layout hotfix — removes unstructured blank space and creates a complete editorial page. */
.about-page main > section + section::before {
  display: none;
}

.about-page .phase3b-story-hero {
  max-width: none;
  margin: 0;
  padding: clamp(5rem, 9vw, 8.5rem) max(1.25rem, 6vw) clamp(3.5rem, 6vw, 5.5rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(217, 190, 139, 0.18), transparent 48%),
    var(--ivory);
}

.about-page .phase3b-story-hero .eyebrow {
  margin-bottom: 1rem;
}

.about-page .phase3b-story-hero h1 {
  max-width: 16ch;
  margin: 0 auto 1.5rem;
  font-size: clamp(3rem, 6.3vw, 6.2rem);
  font-weight: 400;
  line-height: 0.98;
}

.about-page .phase3b-story-hero > p:last-child {
  max-width: 850px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.8;
}

.about-page .phase3b-three-cs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto clamp(4rem, 7vw, 6.5rem);
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-page .phase3b-three-cs article {
  min-height: 235px;
  padding: clamp(2rem, 4vw, 3.35rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page .phase3b-three-cs article + article {
  border-left: 1px solid var(--line);
}

.about-page .phase3b-three-cs article span {
  margin-bottom: 1.1rem;
}

.about-page .phase3b-three-cs article h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
}

.about-page .phase3b-three-cs article p {
  max-width: 28ch;
  margin: 0;
  color: var(--muted);
}

.about-page .phase3b-editorial-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  column-gap: clamp(2.5rem, 7vw, 7rem);
  row-gap: 0.7rem;
  width: min(1120px, calc(100% - 2.5rem));
  max-width: none;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(3rem, 6vw, 5rem);
  background: rgba(232, 216, 190, 0.48);
  border: 1px solid rgba(185, 146, 75, 0.28);
}

.about-page .phase3b-editorial-copy::after {
  content: "V";
  position: absolute;
  right: clamp(1.2rem, 3vw, 2.7rem);
  bottom: -0.16em;
  color: rgba(92, 27, 34, 0.045);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(8rem, 18vw, 14rem);
  line-height: 1;
  pointer-events: none;
}

.about-page .phase3b-editorial-copy .eyebrow,
.about-page .phase3b-editorial-copy h2 {
  grid-column: 1;
}

.about-page .phase3b-editorial-copy h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  font-weight: 400;
}

.about-page .phase3b-editorial-copy > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  grid-column: 2;
  max-width: 650px;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.85;
}

.about-page .phase3b-editorial-copy > p:last-child {
  margin-top: 1rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.about-page .phase3b-story-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 0 0 clamp(5rem, 8vw, 8rem);
}

.about-page .phase3b-story-links a {
  position: relative;
  display: flex;
  min-height: 285px;
  padding: clamp(1.6rem, 2.5vw, 2.3rem);
  flex-direction: column;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(185, 146, 75, 0.34);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.about-page .phase3b-story-links a::after {
  content: "Read story →";
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--emerald);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-page .phase3b-story-links a:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow);
}

.about-page .phase3b-story-links span {
  color: var(--brass);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.about-page .phase3b-story-links h2 {
  margin: 1rem 0 0.8rem;
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  font-weight: 400;
}

.about-page .phase3b-story-links p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 940px) {
  .about-page .phase3b-story-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .phase3b-editorial-copy {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

  .about-page .phase3b-editorial-copy .eyebrow,
  .about-page .phase3b-editorial-copy h2,
  .about-page .phase3b-editorial-copy > p:not(.eyebrow) {
    grid-column: 1;
  }

  .about-page .phase3b-editorial-copy h2 {
    max-width: 13ch;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 680px) {
  .about-page .phase3b-story-hero {
    padding-top: 4rem;
  }

  .about-page .phase3b-three-cs {
    grid-template-columns: 1fr;
  }

  .about-page .phase3b-three-cs article {
    min-height: 0;
    padding: 2.2rem 1.4rem;
  }

  .about-page .phase3b-three-cs article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .about-page .phase3b-editorial-copy {
    padding: 2.4rem 1.4rem 3rem;
  }

  .about-page .phase3b-story-links {
    grid-template-columns: 1fr;
  }

  .about-page .phase3b-story-links a {
    min-height: 235px;
  }
}
