:root {
  --ink: #312c28;
  --ink-soft: #655d56;
  --paper: #f6f1e9;
  --paper-deep: #ece4d8;
  --white: #fffdf9;
  --sea: #7899a3;
  --sea-deep: #547681;
  --gold: #b49a6a;
  --line: rgba(49, 44, 40, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1rem clamp(1.3rem, 5vw, 6.8rem); background: rgba(250, 247, 242, .94); border-bottom: 1px solid rgba(49, 44, 40, .08); position: relative; z-index: 30; }
.brand { display: inline-flex; width: max-content; flex-direction: column; letter-spacing: .34em; line-height: 1.2; }
.brand-name { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 400; white-space: nowrap; }
.brand-line { margin-top: .42rem; font-size: .64rem; letter-spacing: .29em; }
.main-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.4rem); }
.nav-link, .header-email { border: 0; background: transparent; color: var(--ink); font-size: .78rem; text-transform: uppercase; letter-spacing: .22em; cursor: pointer; white-space: nowrap; }
.nav-link { padding: .8rem 0; }
.nav-link:hover, .header-email:hover, .footer-links a:hover { color: var(--sea-deep); }
.header-email { justify-self: end; font-size: .66rem; }
.nav-shop { position: relative; }
.shop-menu { position: absolute; left: 50%; top: calc(100% - .15rem); min-width: 230px; padding: .7rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 45px rgba(49,44,40,.12); transform: translate(-50%, 10px); opacity: 0; visibility: hidden; transition: .25s ease; }
.shop-menu a { display: block; padding: .8rem .9rem; font-family: var(--serif); font-size: 1rem; }
.shop-menu a:hover { background: var(--paper); }
.nav-shop:hover .shop-menu, .nav-shop:focus-within .shop-menu, .nav-shop.is-open .shop-menu { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: .65rem .9rem; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; }

.hero { min-height: calc(100vh - var(--header-h)); display: grid; grid-template-columns: minmax(500px, 46%) 1fr; overflow: hidden; background: linear-gradient(110deg, #f8f3ec 0%, #f4eee6 48%, #e9dfd1 100%); }
.hero-copy { padding: clamp(4rem, 9vh, 7.5rem) clamp(2rem, 4vw, 4.8rem) 2.4rem; display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 1.5rem; text-transform: uppercase; letter-spacing: .32em; font-size: .72rem; }
.eyebrow { display: flex; align-items: center; gap: 1rem; color: var(--ink-soft); }
.eyebrow span { width: 2.5rem; height: 1px; background: var(--ink-soft); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.06; margin: 0; }
h1 { font-size: clamp(3.5rem, 4.7vw, 6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 4vw, 4.7rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.4rem); }
.hero-intro { margin: 2rem 0; font-family: var(--serif); font-size: clamp(1rem, 1.25vw, 1.35rem); color: var(--ink-soft); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; padding: .8rem 1.55rem; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sea-deep); color: white; }
.button-primary:hover { background: #385c67; }
.button-quiet { border: 1px solid var(--line); background: transparent; }
.hero-footnote { margin: auto 0 0; padding-left: 3rem; position: relative; text-transform: uppercase; letter-spacing: .23em; font-size: .64rem; color: var(--ink-soft); }
.hero-footnote::before { content: ""; position: absolute; left: 0; top: .65rem; width: 2rem; height: 1px; background: var(--ink-soft); }
.hero-visual { position: relative; min-width: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 18%; background: linear-gradient(90deg, #f4eee6 0%, transparent 100%); pointer-events: none; }
.hero-visual img { height: 100%; object-fit: cover; object-position: right bottom; }
.hero-whisper { position: absolute; right: 4vw; top: 27%; z-index: 2; color: rgba(255,255,255,.88); text-align: center; text-transform: uppercase; letter-spacing: .32em; font-size: .72rem; line-height: 2; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 5.7vw, 7rem); }
.section-heading { max-width: 790px; margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 570px; color: var(--ink-soft); font-size: 1rem; }
.kicker { color: var(--sea-deep); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.8rem, 1.5vw, 1.5rem); align-items: stretch; }
.category-card { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d9d0c5; box-shadow: 0 18px 50px rgba(49,44,40,.08); }
.category-card-tall { aspect-ratio: 4/3; }
.category-card img { height: 100%; object-fit: cover; object-position: center; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.category-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.34); pointer-events: none; }
.category-card:hover img { transform: scale(1.035); }
.category-overlay { position: absolute; inset: auto 1.6rem 1.5rem; z-index: 2; color: white; display: grid; gap: .35rem; }
.category-overlay small { font-size: .7rem; letter-spacing: .25em; }
.category-overlay strong { font-family: var(--serif); font-weight: 400; font-size: clamp(1.75rem, 2.5vw, 2.9rem); line-height: 1.1; }
.category-overlay > span { font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; }
.category-overlay b { margin-left: .6rem; font-weight: 400; }

.featured-products { background: #eee7dc; }
.product-mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: clamp(.8rem, 1.4vw, 1.35rem); align-items: start; }
.mosaic-card { grid-column: span 4; display: flex; flex-direction: column; min-width: 0; background: var(--white); overflow: hidden; align-self: start; }
.mosaic-card-wide { grid-column: span 8; }
.mosaic-card-tall { grid-row: auto; }
.mosaic-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: auto; object-fit: contain; object-position: center; background: #faf8f4; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.mosaic-card-tall img { aspect-ratio: auto; }
.mosaic-card:hover img { transform: scale(1.02); }
.mosaic-card > span { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1rem 1.1rem 1.15rem; border-top: 1px solid var(--line); }
.mosaic-card strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.mosaic-card small { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .12em; font-size: .61rem; text-align: right; }

.editorial-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); background: var(--white); }
.editorial-image { display: flex; align-items: center; overflow: hidden; padding: clamp(1.5rem, 4vw, 4rem); background: #e8e0d4; }
.editorial-image img { width: 100%; height: auto; object-fit: contain; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.editorial-image:hover img { transform: scale(1.02); }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(3rem, 7vw, 7rem); }
.editorial-copy p:not(.kicker) { max-width: 480px; margin: 1.7rem 0 2rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.12rem; }
.detail-stories { background: var(--paper); }
.detail-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.9rem, 1.6vw, 1.6rem); }
.detail-story-grid a { display: flex; flex-direction: column; background: var(--white); overflow: hidden; }
.detail-story-grid img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; background: #faf8f4; transition: transform .65s ease; }
.detail-story-grid a:hover img { transform: scale(1.025); }
.detail-story-grid span { padding: 1rem 1.15rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .11em; font-size: .66rem; }

.story { display: grid; grid-template-columns: .35fr 1fr 1.15fr; gap: clamp(2rem, 6vw, 7rem); background: var(--ink); color: var(--paper); align-items: start; }
.story-mark { color: var(--gold); font-size: 1.8rem; }
.story .kicker { color: #b8ced3; }
.story-copy { max-width: 620px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.08rem; }
.story-copy p:first-child { margin-top: 0; color: white; font-size: 1.35rem; }
.signature { margin-top: 2rem; font-style: italic; color: #d7c29a !important; }

.contact-panel { text-align: center; background: var(--paper-deep); }
.contact-panel > p:not(.kicker) { max-width: 620px; margin: 1.5rem auto 2rem; color: var(--ink-soft); }
.contact-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

.site-footer { padding: 3.2rem clamp(1.3rem, 5.7vw, 7rem); display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: end; background: #221f1d; color: rgba(255,255,255,.74); }
.footer-brand { color: white; }
.site-footer p { font-size: .78rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: .55rem 2rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { display: flex; align-items: center; gap: .55rem; }
.social-icon { width: 1.45rem; height: 1.45rem; flex: 0 0 1.45rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-family: Arial, sans-serif; font-weight: 700; font-size: .7rem; line-height: 1; letter-spacing: 0; text-transform: none; }
.icon-youtube { width: 1.7rem; flex-basis: 1.7rem; border-radius: .42rem; font-size: .58rem; }
.icon-linkedin { border-radius: .28rem; font-size: .62rem; }
.icon-facebook { font-size: 1rem; font-family: Arial, sans-serif; }
.icon-pinterest { font-family: Georgia, serif; font-size: .9rem; }
.icon-tiktok { font-size: .9rem; }
.icon-whatsapp { border-color: rgba(255,255,255,.78); font-size: .72rem; }
.copyright { white-space: nowrap; }
.whatsapp-float { position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 40; min-height: 48px; display: flex; align-items: center; gap: .65rem; padding: .7rem 1rem; color: white; background: #456e65; border-radius: 999px; box-shadow: 0 10px 30px rgba(30,48,44,.28); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }

/* Category pages */
.inner-hero { min-height: 640px; display: grid; grid-template-columns: 44% 56%; background: var(--white); }
.inner-hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.inner-hero-copy p { max-width: 510px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.2rem; }
.inner-hero-image { overflow: hidden; min-height: 480px; }
.inner-hero-image img { height: 100%; object-fit: cover; object-position: right center; }
.collection-list { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem) clamp(1rem, 3vw, 3rem); }
.product-card { display: block; }
.product-card-image { aspect-ratio: 1.12/1; overflow: hidden; background: var(--paper-deep); }
.product-card-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card-copy { padding: 1.25rem 0; display: grid; grid-template-columns: 1fr auto; gap: .5rem 1rem; border-bottom: 1px solid var(--line); }
.product-card-copy h3 { font-size: 1.55rem; }
.product-card-copy p { grid-column: 1; margin: 0; color: var(--ink-soft); font-size: .84rem; }
.product-card-copy span { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 1.25rem; }
.raw-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.raw-feature img { aspect-ratio: 4/3; object-fit: cover; object-position: right center; }
.raw-feature-copy p { color: var(--ink-soft); }
.back-link { display: inline-block; margin-bottom: 2rem; text-transform: uppercase; font-size: .7rem; letter-spacing: .2em; }

/* Product detail */
.product-hero { display: grid; grid-template-columns: 58% 42%; min-height: 680px; background: var(--white); }
.product-hero-image { min-height: 560px; background: var(--paper-deep); }
.product-hero-image img { height: 100%; object-fit: cover; }
.product-hero-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.product-hero-copy .collection-label { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .24em; color: var(--sea-deep); font-size: .7rem; }
.product-hero-copy > p { color: var(--ink-soft); max-width: 520px; }
.product-detail-section { padding-top: 5rem; }
.detail-intro { max-width: 740px; margin-bottom: 3rem; }
.detail-intro p { color: var(--ink-soft); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; align-items: start; }
.detail-grid figure { margin: 0; background: var(--white); }
.detail-grid figure:first-child { grid-column: 1/-1; }
.detail-grid img { height: auto; }
.detail-grid figcaption { padding: .9rem 1rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); }

@media (max-width: 980px) {
  :root { --header-h: 76px; }
  .site-header { grid-template-columns: 1fr auto; padding: .8rem 1.2rem; }
  .header-email { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.2rem 1.4rem; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(49,44,40,.1); }
  .main-nav.is-open { display: flex; }
  .nav-link { width: 100%; text-align: left; padding: .8rem 0; }
  .shop-menu { position: static; min-width: 0; padding: 0 0 0 1rem; border: 0; box-shadow: none; transform: none; opacity: 1; visibility: visible; display: none; }
  .nav-shop.is-open .shop-menu { display: block; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { min-height: calc(72vh - var(--header-h)); padding: 5rem 1.4rem 2rem; }
  .hero-visual { height: 55vh; }
  .hero-visual::after { inset: 0; width: auto; background: linear-gradient(180deg, rgba(246,241,233,.4), transparent 22%); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-card-tall { aspect-ratio: 4/3; }
  .mosaic-card, .mosaic-card-wide { grid-column: span 6; }
  .mosaic-card-tall { grid-row: auto; }
  .editorial-feature { grid-template-columns: 1fr; min-height: 0; }
  .editorial-image { min-height: 430px; }
  .detail-story-grid { grid-template-columns: 1fr; }
  .detail-story-grid img { height: auto; aspect-ratio: 16/9; }
  .story { grid-template-columns: .2fr 1fr; }
  .story-copy { grid-column: 2; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .inner-hero, .product-hero { grid-template-columns: 1fr; }
  .inner-hero-copy, .product-hero-copy { padding: 4rem 1.4rem; }
  .inner-hero-image { order: -1; height: 52vh; min-height: 380px; }
  .product-hero-image { min-height: 60vh; }
  .raw-feature { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .brand-name { font-size: 1.15rem; }
  .brand-line { font-size: .52rem; }
  h1 { font-size: clamp(3.1rem, 12vw, 3.45rem); line-height: 1.01; }
  .hero-copy { min-height: 555px; padding: 3.4rem 1.2rem 2.1rem; }
  .eyebrow { margin-bottom: 1.2rem; gap: .7rem; font-size: .63rem; letter-spacing: .24em; }
  .eyebrow span { width: 1.8rem; }
  .hero-intro { margin: 1.4rem 0; font-size: 1rem; }
  .hero-footnote { display: none; }
  .hero-visual { height: 47vh; min-height: 390px; }
  .hero-whisper { display: none; }
  .section { padding: 4.5rem 1.2rem; }
  .category-card, .category-card-tall { aspect-ratio: 4/3; }
  .product-mosaic { grid-template-columns: 1fr; }
  .mosaic-card, .mosaic-card-wide { grid-column: auto; }
  .mosaic-card img { min-height: 0; aspect-ratio: auto; }
  .mosaic-card > span { display: grid; }
  .mosaic-card small { text-align: left; }
  .editorial-image { min-height: 300px; }
  .editorial-copy { padding: 4rem 1.2rem; }
  .story { grid-template-columns: 1fr; }
  .story-copy { grid-column: 1; }
  .product-grid, .detail-grid { grid-template-columns: 1fr; }
  .detail-grid figure:first-child { grid-column: auto; }
  .product-hero-image { min-height: 430px; }
  .footer-links { grid-template-columns: 1fr; }
  .whatsapp-float { right: .7rem; bottom: .7rem; width: 48px; height: 48px; min-height: 48px; padding: 0; justify-content: center; font-size: 0; }
  .whatsapp-float .social-icon { border: 0; font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Balanced catalog layout */
.hero { min-height: 680px; grid-template-columns: minmax(420px, 43%) minmax(0, 57%); }
.hero-copy { padding-top: clamp(4rem, 7vw, 6.5rem); }
.hero-visual { display: grid; place-items: center; padding: clamp(1rem, 2.5vw, 2.5rem); background: #eee7dc; }
.hero-visual::after { display: none; }
.hero-visual img { height: auto; max-height: 720px; object-fit: contain; object-position: center; }

.product-shelf { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 1.8vw, 1.8rem); }
.shelf-card { min-width: 0; background: var(--white); border: 1px solid rgba(49,44,40,.08); }
.shelf-card > img { aspect-ratio: 4 / 5; object-fit: contain; object-position: center; background: #f8f5ef; }
.shelf-card > span { display: grid; gap: .25rem; padding: 1rem 1.05rem 1.15rem; border-top: 1px solid var(--line); }
.shelf-card strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; line-height: 1.2; }
.shelf-card small { color: var(--ink-soft); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }

.inner-hero { min-height: 0; grid-template-columns: minmax(340px, 38%) minmax(0, 62%); }
.inner-hero-copy { padding: clamp(3rem, 6vw, 6rem); }
.inner-hero-image { min-height: 0; display: grid; place-items: center; padding: clamp(1.25rem, 3vw, 3rem); background: #eee7dc; }
.inner-hero-image img { height: auto; max-height: 650px; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 2.5vw, 2.5rem); align-items: start; }
.product-grid .product-card:last-child:nth-child(3n + 1) { grid-column: 2; }
.product-card-image { aspect-ratio: 4 / 5; display: grid; place-items: center; padding: .35rem; background: #f3ede4; }
.product-card-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-card-copy { padding-top: 1rem; }
.product-card-copy h3 { font-size: clamp(1.25rem, 1.7vw, 1.65rem); }

.product-hero { min-height: 0; grid-template-columns: minmax(0, 56%) minmax(360px, 44%); }
.product-hero-image { min-height: 0; aspect-ratio: 4 / 5; display: grid; place-items: center; padding: clamp(1rem, 2vw, 2rem); }
.product-hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.detail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.detail-grid figure:first-child { grid-column: auto; }
.detail-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; background: #f7f3ed; }
.detail-grid.real-gallery { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

@media (max-width: 1080px) {
  .product-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid .product-card:last-child:nth-child(3n + 1) { grid-column: auto; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { min-height: 0; }
  .hero-visual { height: auto; }
  .inner-hero, .product-hero { grid-template-columns: 1fr; }
  .inner-hero-image { order: -1; min-height: 0; height: auto; }
  .product-hero-image { aspect-ratio: 4 / 5; max-height: 760px; }
}

@media (max-width: 620px) {
  .product-shelf, .product-grid, .detail-grid { grid-template-columns: 1fr; }
  .shelf-card > img, .product-card-image, .detail-grid img { aspect-ratio: 4 / 5; }
}
