:root {
  --black: #0b090a;
  --black-soft: #171214;
  --cream: #fffaf5;
  --blush: #edc5be;
  --blush-light: #fae9e5;
  --gold: #c99b45;
  --gold-light: #e2c17d;
  --ink: #221b1d;
  --muted: #6f6264;
  --line: rgba(201, 155, 69, .32);
  --serif: Didot, "Bodoni MT", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --shadow: 0 20px 60px rgba(31, 21, 23, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem; color: var(--black); background: var(--cream); border: 2px solid var(--gold); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .35rem 1rem; color: var(--black); background: var(--blush); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.announcement span:nth-child(2) { color: #9b6e24; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .75rem max(4vw, 1.25rem); color: var(--cream); background: rgba(11, 9, 10, .97); border-bottom: 1px solid rgba(201, 155, 69, .32); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 51px; height: 51px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: var(--serif); font-size: 1.23rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.brand small { margin-top: .26rem; color: var(--gold-light); font-size: .58rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.main-navigation { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.2rem); }
.main-navigation a { color: #f8efea; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.main-navigation a:hover, .main-navigation a:focus-visible { color: var(--gold-light); }
.main-navigation .nav-order { padding: .7rem 1rem; color: var(--black); background: var(--gold-light); border: 1px solid var(--gold-light); }
.main-navigation .nav-order:hover, .main-navigation .nav-order:focus-visible { color: var(--cream); background: transparent; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(226, 193, 125, .35); background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--cream); }

.section-shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.04; }
h1 { margin-bottom: 1.45rem; color: #fff9f4; font-size: clamp(3.5rem, 7vw, 6.6rem); letter-spacing: -.04em; }
h1 em { color: var(--blush); font-weight: 400; }
h2 { margin-bottom: 1rem; font-size: clamp(2.55rem, 5vw, 4.7rem); letter-spacing: -.035em; }
h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1.2; }

.hero { min-height: calc(100vh - 110px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); padding: clamp(4rem, 8vw, 7.5rem) max(4vw, 1.25rem); overflow: hidden; background:
  radial-gradient(circle at 18% 20%, rgba(201, 155, 69, .14), transparent 28%),
  radial-gradient(circle at 84% 72%, rgba(237, 197, 190, .1), transparent 24%),
  var(--black);
}
.hero-copy { max-width: 680px; }
.hero-intro { max-width: 570px; margin-bottom: 2rem; color: #c9bec0; font-size: clamp(1.02rem, 1.8vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.1rem; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { color: var(--black); background: var(--gold-light); }
.button-gold:hover, .button-gold:focus-visible { background: var(--blush); }
.button-outline { color: var(--cream); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: var(--black); background: var(--cream); }
.hero-notes { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; color: #9f9295; font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-notes span:not(:first-child)::before { content: "•"; margin-right: 1.4rem; color: var(--gold); }

.hero-gallery { position: relative; min-height: 610px; }
.hero-image { position: absolute; overflow: hidden; margin: 0; background: #211a1c; border: 1px solid rgba(226, 193, 125, .62); box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { inset: 4% 26% 9% 0; z-index: 2; }
.hero-image-top { top: 0; right: 0; width: 37%; height: 43%; z-index: 3; }
.hero-image-bottom { right: 2%; bottom: 2%; width: 43%; height: 49%; z-index: 1; }
.hero-seal { position: absolute; right: 29%; bottom: 3%; z-index: 5; width: 105px; height: 105px; display: grid; place-content: center; text-align: center; color: var(--black); background: var(--blush); border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.27); font-family: var(--serif); font-size: .83rem; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-8deg); }
.hero-seal b { color: #74501f; font-size: 1.05rem; }

.collection { padding-block: clamp(5rem, 9vw, 9rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 3rem; margin-bottom: 3.2rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: .55rem; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.3rem; }
.product-card { grid-column: span 2; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:nth-child(4) { grid-column: 2 / span 2; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 26px 70px rgba(31, 21, 23, .17); }
.product-image { position: relative; aspect-ratio: 4 / 4.6; overflow: hidden; background: var(--black-soft); }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-badge { position: absolute; left: 1rem; top: 1rem; padding: .4rem .6rem; color: var(--black); background: rgba(250, 233, 229, .93); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-body { padding: 1.35rem; }
.product-family { margin-bottom: .22rem; color: #8a6329; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-body h3 { margin-bottom: .28rem; }
.product-spec { margin-bottom: 1.2rem; color: var(--muted); font-size: .92rem; }
.product-spec span { margin-inline: .35rem; color: var(--gold); }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding-top: 1.05rem; border-top: 1px solid rgba(201, 155, 69, .25); }
.product-footer strong { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.product-footer a { color: #6f4a14; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.product-footer a:hover, .product-footer a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.image-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .82rem; }

.order-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(5rem, 9vw, 9rem); border-top: 1px solid var(--line); }
.order-intro { align-self: center; }
.order-intro p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-block; margin-top: 1rem; color: #74501f; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid var(--gold); }
.order-steps { margin: 0; padding: 0; list-style: none; }
.order-steps li { display: grid; grid-template-columns: 65px 1fr; gap: 1.2rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.order-steps li:first-child { border-top: 1px solid var(--line); }
.order-steps li > span { color: var(--gold); font-family: var(--serif); font-size: 1.55rem; }
.order-steps h3 { margin-bottom: .3rem; font-size: 1.35rem; }
.order-steps p { margin: 0; color: var(--muted); }

.payments { padding-block: clamp(5rem, 8vw, 8rem); color: var(--cream); background: var(--black); }
.section-heading-dark > p { color: #ac9fa1; }
.payment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(226, 193, 125, .35); }
.payment-grid article { min-height: 245px; padding: 2rem; border-right: 1px solid rgba(226, 193, 125, .35); }
.payment-grid article:last-child { border-right: 0; }
.payment-grid span { color: var(--blush); font-family: var(--serif); font-size: 1.3rem; }
.payment-grid h3 { margin: 2.2rem 0 .65rem; color: var(--gold-light); font-size: 1.8rem; }
.payment-grid p { margin: 0; color: #bfb2b4; }

.story { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.15fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); padding-block: clamp(5rem, 10vw, 10rem); }
.story-mark { width: min(100%, 380px); aspect-ratio: 1; display: grid; place-items: center; color: var(--gold-light); background: var(--black); border: 8px solid var(--cream); outline: 1px solid var(--gold); border-radius: 50%; box-shadow: var(--shadow); font-family: var(--serif); font-size: clamp(5rem, 12vw, 9rem); font-style: italic; }
.story-copy { max-width: 650px; }
.story-copy > p:not(.eyebrow):not(.story-signoff) { color: var(--muted); font-size: 1.05rem; }
.story-signoff { margin-top: 2rem; font-family: var(--serif); font-size: 1.3rem; }
.story-signoff em { color: #8a6329; font-size: 1.8rem; }

.contact { padding-block: 4rem; background: var(--blush-light); border-block: 1px solid var(--line); }
.contact-inner { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 2.2rem; }
.contact-inner img { width: 110px; }
.contact h2 { margin-bottom: .5rem; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.contact p { margin-bottom: 0; }
.contact p a { font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.contact .button { white-space: nowrap; }

footer { padding-block: 1.5rem; color: #a99b9e; background: var(--black); font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; }
.footer-inner p { margin: 0; }

.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; color: white; background: #1f9d62; border: 3px solid white; border-radius: 50%; box-shadow: 0 9px 30px rgba(0,0,0,.24); transition: transform .2s ease; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 32px; height: 32px; fill: currentColor; }

:focus-visible { outline: 3px solid #e7bd65; outline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 420px; gap: 2.5rem; }
  .hero-gallery { min-height: 520px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card, .product-card:nth-child(4) { grid-column: auto; }
  .product-card:last-child { grid-column: 1 / -1; width: calc(50% - .65rem); justify-self: center; }
  .main-navigation { gap: 1rem; }
  .main-navigation a:not(.nav-order) { display: none; }
}

@media (max-width: 800px) {
  .announcement { gap: .55rem; font-size: .62rem; letter-spacing: .11em; }
  .site-header { min-height: 70px; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 1rem; }
  .menu-button { display: block; }
  .main-navigation { position: absolute; left: 0; top: 100%; width: 100%; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: .6rem max(4vw, 1.25rem) 1.2rem; background: var(--black); border-bottom: 1px solid var(--gold); }
  .main-navigation.open { display: flex; }
  .main-navigation a, .main-navigation a:not(.nav-order) { display: block; padding: .85rem 0; }
  .main-navigation .nav-order { margin-top: .45rem; padding-inline: 1rem; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4.5rem; }
  .hero-gallery { width: min(100%, 540px); min-height: 560px; margin-inline: auto; }
  .section-heading, .order-section, .story { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading { align-items: start; }
  .order-section { width: 100%; padding-inline: 1.25rem; }
  .payment-grid { grid-template-columns: 1fr; }
  .payment-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(226, 193, 125, .35); }
  .payment-grid article:last-child { border-bottom: 0; }
  .payment-grid h3 { margin-top: 1rem; }
  .story-mark { width: min(270px, 75vw); margin-inline: auto; }
  .contact-inner { grid-template-columns: 80px 1fr; }
  .contact-inner img { width: 80px; }
  .contact .button { grid-column: 1 / -1; }
}

@media (max-width: 590px) {
  .announcement span:nth-child(2), .announcement span:nth-child(3) { display: none; }
  .brand small { letter-spacing: .2em; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.6rem); }
  h2 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .hero { padding-inline: 1.25rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: .45rem; }
  .hero-notes span:not(:first-child)::before { margin-right: .7rem; }
  .hero-gallery { min-height: 470px; }
  .hero-image-main { inset: 3% 19% 9% 0; }
  .hero-image-top { width: 42%; height: 40%; }
  .hero-image-bottom { width: 45%; height: 45%; }
  .hero-seal { right: 24%; width: 90px; height: 90px; font-size: .72rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; width: 100%; }
  .product-image { aspect-ratio: 4 / 4.2; }
  .order-steps li { grid-template-columns: 48px 1fr; gap: .7rem; }
  .contact-inner { grid-template-columns: 1fr; text-align: center; }
  .contact-inner img { margin-inline: auto; }
  .footer-inner { flex-direction: column; text-align: center; }
  .floating-whatsapp { width: 54px; height: 54px; right: .9rem; bottom: .9rem; }
}

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