:root {
  --ink: #090908;
  --ink-soft: #171512;
  --paper: #f6f1ea;
  --paper-deep: #eae0d2;
  --white: #fffdfa;
  --gold: #d9b77a;
  --gold-light: #efd9ad;
  --green: #163d2f;
  --line: rgba(24, 20, 15, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--gold-light); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-width { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }

.announcement { height: 44px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding-inline: max(28px, calc((100vw - 1280px)/2)); color: #312a22; background: var(--paper); font-family: var(--serif); font-size: .87rem; }
.announcement p { margin: 0; text-align: center; }
.announcement-dark { color: rgba(255,255,255,.75); background: #050504; }
.site-header { z-index: 100; height: 96px; color: var(--white); }
.site-header-overlay { position: absolute; top: 44px; right: 0; left: 0; background: linear-gradient(180deg,rgba(0,0,0,.45),transparent); }
.site-header-solid { position: sticky; top: 0; background: rgba(9,9,8,.97); border-bottom: 1px solid rgba(217,183,122,.28); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 57px; height: 62px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.04rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.site-header-overlay .brand img { width: 63px; height: 68px; }
.site-header-overlay .brand strong { color: var(--gold-light); font-size: 1.94rem; font-weight: 600; letter-spacing: .065em; text-shadow: 0 2px 15px rgba(0,0,0,1),0 0 2px rgba(0,0,0,.95); }
.brand small { margin-top: 7px; color: var(--gold-light); font-size: .66rem; letter-spacing: .17em; text-transform: uppercase; }
.site-header-overlay .brand small { margin-top: 6px; color: rgba(255,255,255,.96); font-family: var(--serif); font-size: 1.04rem; font-style: italic; letter-spacing: .01em; text-transform: none; text-shadow: 0 2px 12px rgba(0,0,0,.95); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px,2vw,29px); }
.main-nav a { position: relative; padding: 8px 0; color: rgba(255,255,255,.87); font-family: var(--serif); font-size: .88rem; text-transform: lowercase; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--gold-light); transform: scaleX(0); transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-contact { padding: 10px 0; border-bottom: 1px solid var(--gold-light); font-size: .77rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.35); cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 760px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: #191713 url("alessandro-rachele-hero.png") 56% center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,4,3,.8) 0%,rgba(4,4,3,.45) 42%,rgba(4,4,3,.06) 72%),linear-gradient(0deg,rgba(3,3,2,.62),transparent 53%); }
.hero-content { position: relative; z-index: 2; padding: 210px 0 24px; }
.hero h1 { max-width: 940px; margin-bottom: 21px; font-family: var(--serif); font-size: clamp(3.7rem,6vw,6.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .9; text-wrap: balance; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: .96rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; }
.hero-signature { position: absolute; z-index: 2; right: 32px; bottom: 27px; margin: 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-style: italic; }
.hero-scroll { position: absolute; z-index: 2; top: 50%; right: -21px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.72); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); }
.pill { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 29px; border-radius: 999px; font-family: var(--serif); font-size: .91rem; transition: transform .22s ease, background .22s ease; }
.pill:hover, .pill:focus-visible { transform: translateY(-2px); }
.pill-light { color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.55); }
.pill-light:hover { background: var(--gold-light); }
.pill-dark { color: var(--white); background: var(--ink); border: 1px solid var(--ink); }
.pill-dark:hover { background: #2a251e; }
.text-link { display: inline-flex; align-items: center; gap: 11px; width: max-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-family: var(--serif); }
.text-link-light { color: var(--white); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-2px); }

.section-heading { display: grid; grid-template-columns: 1.08fr .72fr; align-items: end; gap: 70px; padding-block: 76px 48px; }
.section-heading > p { max-width: 480px; margin: 0 0 8px; color: #625b52; }
.display-title { display: flex; align-items: center; gap: 26px; }
.display-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem,5.8vw,6.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.title-dot { width: 20px; height: 20px; flex: 0 0 auto; background: var(--ink); border-radius: 50%; }
.display-title-light { color: var(--white); }
.display-title-light .title-dot { background: var(--gold); }
.reparti { background: var(--paper); }
.department-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.department-card { position: relative; min-height: 600px; overflow: hidden; color: var(--white); border-right: 1px solid rgba(255,255,255,.28); isolation: isolate; }
.department-card:last-child { border-right: 0; }
.department-card img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .55s ease,filter .55s ease; }
.department-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.05) 25%,rgba(0,0,0,.78) 100%); }
.department-card:hover img { transform: scale(1.035); filter: saturate(.9); }
.department-card-bamboo { grid-column: 1 / -1; min-height: 500px; border-top: 1px solid rgba(255,255,255,.28); border-right: 0; }
.department-card-bamboo img { object-position: center 52%; }
.department-card-bamboo .department-copy { max-width: 760px; }
.bamboo-overlay-features { position: absolute; z-index: 1; top: 20px; right: 25px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.bamboo-overlay-features span { padding: 8px 13px; color: var(--white); background: rgba(9,9,8,.62); border: 1px solid rgba(239,217,173,.7); border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.department-index { position: absolute; top: 24px; left: 25px; color: rgba(255,255,255,.82); font-family: var(--serif); }
.department-copy { position: absolute; right: 28px; bottom: 32px; left: 28px; }
.department-copy p { margin-bottom: 7px; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: .86rem; }
.department-copy h3 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(3.5rem,5vw,5.4rem); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.department-copy .pill { min-height: 43px; padding: 9px 21px; font-size: .82rem; }
.promise { display: grid; grid-template-columns: repeat(3,1fr); color: var(--white); background: var(--ink); }
.promise-item { min-height: 190px; padding: 31px 34px; border-right: 1px solid rgba(217,183,122,.26); }
.promise-item:last-child { border-right: 0; }
.promise-item > span { color: var(--gold); font-family: var(--serif); }
.promise-item h3 { margin: 35px 0 4px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.promise-item p { margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; }

.overline { margin-bottom: 25px; font-size: .73rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.overline-light { color: var(--gold-light); }
.story-copy h2 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(3.4rem,5.6vw,6.1rem); font-weight: 400; letter-spacing: -.055em; line-height: .91; }
.story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; background: var(--white); }
.story-image { min-height: 670px; overflow: hidden; }
.story-image img { height: 100%; object-fit: cover; object-position: center; }
.story-copy { display: flex; flex-direction: column; justify-content: center; align-items: start; padding: clamp(55px,7vw,105px); }
.story-copy > p:not(.overline) { max-width: 570px; color: #5c574f; }
.story-copy blockquote { max-width: 560px; margin: 28px 0 31px; padding-left: 24px; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.markets { padding: 88px 0 110px; color: var(--white); background: var(--ink); }
.markets-heading { display: grid; grid-template-columns: 1.1fr .55fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.markets-heading > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.59); }
.market-grid { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid rgba(217,183,122,.3); }
.market-grid article { min-height: 235px; display: flex; flex-direction: column; padding: 25px 23px; border-right: 1px solid rgba(217,183,122,.24); }
.market-grid article:last-child { border-right: 0; }
.market-grid span { color: var(--gold-light); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.market-grid h3 { margin: 42px 0 4px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.05; }
.market-grid p { margin: 0 0 17px; color: rgba(255,255,255,.58); font-size: .84rem; }
.market-map-link { width: max-content; max-width: 100%; min-height: 38px; display: inline-flex; align-items: center; margin-top: auto; padding: 8px 12px; color: var(--gold-light); border: 1px solid rgba(217,183,122,.48); border-radius: 999px; font-family: var(--serif); font-size: .72rem; line-height: 1.2; transition: color .2s ease,background .2s ease,border-color .2s ease; }
.market-map-link:hover, .market-map-link:focus-visible { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.contact-band { position: relative; overflow: hidden; padding: 105px 0 115px; background: var(--gold-light); }
.contact-mark { position: absolute; right: -25px; bottom: -110px; color: rgba(9,9,8,.07); font-family: var(--serif); font-size: clamp(15rem,32vw,34rem); line-height: .8; }
.contact-inner { position: relative; z-index: 1; }
.contact-inner h2 { max-width: 970px; margin-bottom: 35px; font-family: var(--serif); font-size: clamp(3.1rem,5.5vw,5.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.whatsapp-only-note { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 9px; margin: -12px 0 30px; padding: 8px 13px; border: 1px solid rgba(9,9,8,.3); border-radius: 999px; font-size: .78rem; font-weight: 700; line-height: 1.35; }
.whatsapp-only-note::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; background: #25d366; border-radius: 50%; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.footer { padding: 62px 0 27px; color: var(--white); background: #040403; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,.55fr); gap: 45px; padding-bottom: 48px; }
.footer-brand .brand { margin-bottom: 17px; }
.footer-brand > p { max-width: 330px; color: rgba(255,255,255,.56); font-family: var(--serif); font-style: italic; }
.footer h3 { margin-bottom: 18px; color: var(--gold-light); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.footer nav { display: grid; gap: 9px; color: rgba(255,255,255,.62); font-family: var(--serif); font-size: .9rem; }
.footer .whatsapp-only { color: var(--gold-light); font-family: var(--sans); font-size: .73rem; font-weight: 700; line-height: 1.45; }
.footer a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }

.catalog-hero { position: relative; min-height: 640px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.catalog-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 24%; }
.catalog-hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.83),rgba(0,0,0,.06) 72%),linear-gradient(90deg,rgba(0,0,0,.38),transparent 52%); }
.catalog-hero-copy { position: relative; z-index: 2; width: min(1280px,calc(100% - 64px)); margin-inline: auto; padding: 100px 0 70px; }
.catalog-hero-copy h1 { margin-bottom: 17px; font-family: var(--serif); font-size: clamp(5rem,10vw,10rem); font-weight: 400; letter-spacing: -.06em; line-height: .82; }
.catalog-hero-copy > p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.78); }
.catalog-status { position: absolute; z-index: 2; right: 34px; bottom: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--gold-light); font-family: var(--serif); font-size: .88rem; }
body[data-category="bamboo"] .catalog-hero > img { object-position: center 50%; }
.category-tabs { position: sticky; z-index: 90; top: 96px; display: grid; grid-template-columns: repeat(4,1fr); color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.category-tabs a { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 1.1rem; }
.category-tabs a:last-child { border-right: 0; }
.category-tabs a span { color: #96753d; font-size: .72rem; }
.category-tabs a:hover, .category-tabs a[aria-current="page"] { color: var(--white); background: var(--ink); }
.catalog-lines { padding-bottom: 110px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: -18px; margin-bottom: 30px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-toolbar-count-only { justify-content: flex-end; }
.catalog-toolbar[hidden] { display: none; }
.catalog-toolbar p { margin: 0; color: #766d62; font-family: var(--serif); }
.catalog-back-link { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); border-bottom: 1px solid currentColor; }
.catalog-back-link[hidden] { display: none; }
.catalog-back-link span { color: #96753d; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-card { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px 30px 34px; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-card-link { transition: color .22s ease, background .22s ease; }
.catalog-card-link:hover, .catalog-card-link:focus-visible { color: #5e4725; background: var(--white); }
.catalog-number { font-family: var(--serif); color: #876c40; }
.catalog-label { position: absolute; top: 28px; right: 28px; color: #8b8379; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.catalog-card h3 { margin-bottom: 10px; font-family: var(--serif); font-size: clamp(2rem,3.3vw,3.45rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.catalog-card div p { max-width: 360px; margin: 0; color: #686057; font-size: .9rem; }
.catalog-card-action { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding-bottom: 4px; color: #5e4725; border-bottom: 1px solid currentColor; font-family: var(--serif); font-size: .9rem; }
.catalog-card-action b { font-weight: 400; transition: transform .2s ease; }
.catalog-card-link:hover .catalog-card-action b { transform: translateX(4px); }
.catalog-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.catalog-product-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-product-photo { position: relative; aspect-ratio: 1; overflow: hidden; background: #e8e1d7; }
.catalog-product-photo img { position: absolute; top: var(--image-top,-9.9%); left: var(--image-left,0%); width: var(--image-scale,100%); max-width: none; height: auto; }
.catalog-product-photo > span { position: absolute; top: 18px; left: 18px; padding: 7px 11px; color: var(--white); background: rgba(9,9,8,.82); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(7px); }
.catalog-product-copy { min-height: 315px; display: flex; flex-direction: column; padding: 25px 28px 29px; }
.catalog-product-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.catalog-product-meta span { color: #877f75; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.catalog-product-meta strong { color: #75582e; font-family: var(--serif); font-size: 1.28rem; font-weight: 400; white-space: nowrap; }
.catalog-product-copy h3 { margin-bottom: 14px; font-family: var(--serif); font-size: clamp(1.75rem,2.5vw,2.55rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.catalog-product-copy > p { margin-bottom: 27px; color: #665f56; font-size: .91rem; }
.catalog-product-action { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding: 13px 0 5px; color: #5e4725; border-top: 1px solid var(--line); border-bottom: 1px solid currentColor; font-family: var(--serif); }
.catalog-product-action span { transition: transform .2s ease; }
.catalog-product-action:hover span { transform: translateX(4px); }
.catalog-help { padding: 94px 0; color: var(--white); background: var(--green); }
.catalog-help-inner { display: grid; grid-template-columns: minmax(0,900px); justify-content: center; justify-items: center; align-items: center; gap: 34px; text-align: center; }
.catalog-help-inner > div { min-width: 0; display: grid; justify-items: center; }
.catalog-help h2 { max-width: 850px; margin: 0 auto 20px; font-family: var(--serif); font-size: clamp(2.8rem,5.2vw,5.2rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.catalog-help-inner > div > p:not(.overline):not(.whatsapp-only-note) { max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.65; }
.catalog-help-inner > div > p:last-child { max-width: 620px; }
.catalog-help .whatsapp-only-note { width: fit-content; justify-content: center; margin: 24px auto 0; padding: 10px 16px; color: var(--white); border-color: rgba(255,255,255,.38); text-align: center; }
.catalog-help .pill { justify-self: center; }

@media (max-width: 1080px) {
  .main-nav { gap: 15px; }
  .main-nav a:nth-child(5), .main-nav a:nth-child(6) { display: none; }
  .department-card { min-height: 500px; }
  .market-grid { grid-template-columns: repeat(3,1fr); }
  .market-grid article:nth-child(3) { border-right: 0; }
  .market-grid article:nth-child(n+4) { border-top: 1px solid rgba(217,183,122,.24); }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,.55fr); }
}

@media (max-width: 820px) {
  .site-width, .catalog-hero-copy { width: min(100% - 34px,1280px); }
  .announcement { height: 36px; padding-inline: 17px; font-size: .74rem; }
  .announcement p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .site-header { height: 78px; }
  .site-header-overlay { top: 36px; }
  .header-inner { display: flex; justify-content: space-between; gap: 10px; }
  .brand img { width: 48px; height: 52px; }
  .brand strong { font-size: .92rem; }
  .site-header-overlay .brand { gap: 9px; }
  .site-header-overlay .brand img { width: 52px; height: 56px; }
  .site-header-overlay .brand strong { font-size: 1.42rem; white-space: nowrap; }
  .brand small { display: none; }
  .site-header-overlay .brand small { display: block; max-width: 190px; margin-top: 4px; font-size: .8rem; letter-spacing: 0; line-height: 1.05; }
  .main-nav, .header-contact { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open { position: fixed; z-index: 120; top: 114px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: start; gap: 0; padding: 24px 21px; color: var(--white); background: rgba(7,7,6,.985); }
  .main-nav.open a, .main-nav.open a:nth-child(5), .main-nav.open a:nth-child(6) { display: block; padding: 15px 4px; border-bottom: 1px solid rgba(217,183,122,.2); font-size: 1.3rem; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 730px; background-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg,rgba(2,2,2,.92),rgba(2,2,2,.22) 72%); }
  .hero-content { padding: 330px 0 18px; }
  .hero h1 { font-size: clamp(3.2rem,10.4vw,5.1rem); }
  .hero-copy { max-width: 510px; }
  .hero-signature, .hero-scroll { display: none; }
  .section-heading, .markets-heading { grid-template-columns: 1fr; gap: 23px; padding-block: 67px 38px; }
  .section-heading > p, .markets-heading > p { margin: 0; }
  .department-grid { grid-template-columns: 1fr; }
  .department-card { min-height: 620px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .promise { grid-template-columns: 1fr; }
  .promise-item { border-right: 0; border-bottom: 1px solid rgba(217,183,122,.24); }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .story-copy { padding-block: 75px; }
  .markets-heading { margin-bottom: 38px; }
  .market-grid { grid-template-columns: 1fr 1fr; }
  .market-grid article:nth-child(n) { border-top: 1px solid rgba(217,183,122,.24); border-right: 1px solid rgba(217,183,122,.24); }
  .market-grid article:nth-child(-n+2) { border-top: 0; }
  .market-grid article:nth-child(even) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .catalog-hero { min-height: 570px; }
  .category-tabs { top: 78px; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .catalog-product-copy { min-height: 300px; }
  .catalog-help-inner { grid-template-columns: minmax(0,1fr); justify-items: center; align-items: center; gap: 30px; }
}

@media (max-width: 560px) {
  .display-title { align-items: flex-start; gap: 15px; }
  .title-dot { width: 13px; height: 13px; margin-top: 13px; }
  .display-title h2 { font-size: clamp(2.85rem,13vw,4.4rem); }
  .hero { min-height: 700px; background-position: 61% center; }
  .hero-content { padding-top: 300px; }
  .hero h1 { font-size: clamp(2.8rem,11.2vw,4.1rem); }
  .hero-copy { font-size: .91rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .department-card { min-height: 490px; }
  .department-card-bamboo img, body[data-category="bamboo"] .catalog-hero > img { object-position: 38% center; }
  .department-copy h3 { font-size: 3.8rem; }
  .promise-item { min-height: 165px; padding-inline: 25px; }
  .bamboo-overlay-features { top: 17px; right: 17px; left: 58px; }
  .bamboo-overlay-features span { padding: 7px 10px; font-size: .7rem; }
  .story-copy { padding: 62px 24px; }
  .story-image { min-height: 390px; }
  .story-copy h2 { font-size: 3.6rem; }
  .markets { padding-block: 72px 85px; }
  .market-grid { grid-template-columns: 1fr; }
  .market-grid article:nth-child(n) { min-height: 190px; border-top: 1px solid rgba(217,183,122,.24); border-right: 0; }
  .market-grid article:first-child { border-top: 0; }
  .market-grid h3 { margin-top: 34px; }
  .contact-band { padding-block: 80px 90px; }
  .contact-inner h2 { font-size: 3.3rem; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .catalog-hero { min-height: 510px; }
  .catalog-hero-copy { padding-bottom: 48px; }
  .catalog-hero-copy h1 { font-size: 5.2rem; }
  .catalog-status { display: none; }
  .category-tabs a { min-height: 66px; gap: 7px; font-size: .94rem; }
  .category-tabs a span { display: none; }
  .catalog-lines { padding-bottom: 80px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: -8px; }
  .catalog-toolbar-count-only { align-items: flex-end; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card { min-height: 255px; }
  .catalog-product-copy { min-height: 285px; padding: 23px 22px 26px; }
  .catalog-product-photo > span { top: 14px; left: 14px; }
  .catalog-help { padding-block: 68px; }
  .catalog-help h2 { font-size: clamp(2.35rem,11vw,3.15rem); line-height: 1.02; }
  .catalog-help .whatsapp-only-note { align-items: flex-start; padding-inline: 13px; }
}

@media (max-width: 360px) {
  .header-inner { gap: 7px; }
  .site-header-overlay .brand { gap: 7px; }
  .site-header-overlay .brand img { width: 44px; height: 50px; }
  .site-header-overlay .brand strong { font-size: 1.18rem; }
  .site-header-overlay .brand small { max-width: 165px; font-size: .74rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; }
}
