:root {
  --ink: #2d2925;
  --muted: #766c62;
  --paper: #f5f0e8;
  --paper-deep: #e8ded1;
  --bronze: #9a7655;
  --line: rgba(45, 41, 37, .16);
  --white: #fffdfa;
}

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

.site-header {
  position: sticky; top: 0; z-index: 20; height: 96px; padding: 0 clamp(24px, 5vw, 86px);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: rgba(250, 247, 241, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { width: 76px; height: 76px; overflow: hidden; border-radius: 50%; justify-self: start; }
.brand img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 48px); font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--bronze); }
.header-action { justify-self: end; padding: 13px 19px; border: 1px solid var(--ink); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.hero { position: relative; min-height: min(780px, calc(100vh - 96px)); overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(33,28,24,.76) 0%, rgba(33,28,24,.42) 35%, rgba(33,28,24,.02) 68%); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; padding: 86px clamp(24px, 7vw, 130px); color: var(--white); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .story h2, .contact h2, .announcement h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-weight: 600; line-height: .91; }
.hero h1 { font-size: clamp(58px, 7.5vw, 116px); letter-spacing: -.045em; }
em { color: #c7aa8b; font-weight: 500; }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: .25s ease; }
.button-primary { background: var(--white); color: var(--ink); }
.button-primary:hover { background: #d4b696; }
.button-quiet { border-color: rgba(255,255,255,.48); color: var(--white); }
.button-quiet:hover { background: rgba(255,255,255,.12); }
.hero-note { position: absolute; z-index: 2; right: clamp(24px, 5vw, 88px); bottom: 42px; display: flex; gap: 15px; color: var(--white); font-size: 12px; line-height: 1.65; text-transform: uppercase; letter-spacing: .1em; }
.note-number { color: #d8b99a; font-family: "Cormorant Garamond", serif; font-size: 34px; line-height: 1; }

.announcement { padding: 100px 24px; text-align: center; background: var(--white); }
.announcement > p:first-child { margin: 0; color: var(--bronze); font-size: 11px; letter-spacing: .22em; }
.announcement-mark { margin: 20px 0; color: var(--bronze); }
.announcement h2 { font-size: clamp(48px, 5.5vw, 82px); }
.announcement-copy { max-width: 670px; margin: 27px auto 22px; color: var(--muted); line-height: 1.8; }
.text-link { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 600; letter-spacing: .06em; }

.collections { padding: 110px clamp(20px, 5vw, 86px) 130px; }
.section-heading { max-width: 850px; margin-bottom: 52px; }
.eyebrow-dark { color: var(--bronze); }
.section-heading h2, .story h2 { font-size: clamp(48px, 5.8vw, 86px); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.collection-card { background: var(--white); }
.card-image { height: min(33vw, 470px); min-height: 320px; background-image: url("pege-hero.jpg"); background-size: auto 100%; transition: transform .45s ease, filter .45s ease; }
.collection-card { overflow: hidden; }
.collection-card:hover .card-image { transform: scale(1.025); filter: saturate(1.08); }
.card-relief .card-image { background-position: 53% center; }
.card-special .card-image { background-position: 72% center; }
.card-natural .card-image { background-position: 94% center; }
.card-content { position: relative; z-index: 2; padding: 25px 26px 29px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; background: var(--white); }
.card-content > span { color: var(--bronze); font: 600 18px "Cormorant Garamond", serif; }
.card-content h3 { margin: 0 0 8px; font: 600 28px "Cormorant Garamond", serif; }
.card-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.story { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--white); }
.story-visual { min-height: 670px; overflow: hidden; }
.story-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.story-content { padding: clamp(65px, 8vw, 130px) clamp(30px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.story-content > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); line-height: 1.85; }
.story-features { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.story-features div { display: flex; flex-direction: column; gap: 6px; }
.story-features span { color: var(--bronze); font-size: 25px; }
.story-features strong { font: 600 18px "Cormorant Garamond", serif; }
.story-features small { color: var(--muted); font-size: 11px; }

.trust-strip { padding: 38px clamp(24px, 5vw, 86px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 5px 28px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { font: 600 20px "Cormorant Garamond", serif; }
.trust-strip span { color: var(--muted); font-size: 11px; }

.contact { padding: 120px 24px; text-align: center; color: var(--white); background: #2d2925; }
.contact .eyebrow { justify-content: center; color: #c7aa8b; }
.contact h2 { font-size: clamp(52px, 6vw, 92px); }
.contact > p:not(.eyebrow) { max-width: 610px; margin: 28px auto 35px; color: rgba(255,255,255,.68); line-height: 1.8; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #d3b494; }

footer { padding: 50px clamp(24px, 5vw, 86px) 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; background: var(--white); }
.footer-brand { width: 82px; height: 82px; overflow: hidden; border-radius: 50%; }
.footer-brand img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
footer > p { color: var(--muted); font: 500 18px "Cormorant Garamond", serif; }
.footer-links { display: flex; gap: 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); color: #988d82; font-size: 10px; letter-spacing: .05em; }

@media (max-width: 900px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .brand { width: 60px; height: 60px; }
  .desktop-nav { display: none; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(33,28,24,.76), rgba(33,28,24,.28)); }
  .collection-grid { grid-template-columns: 1fr; }
  .card-image { height: 490px; background-size: cover; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 520px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  footer { grid-template-columns: auto 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header { padding: 0 16px; }
  .header-action { padding: 10px 12px; font-size: 10px; }
  .hero { min-height: 690px; align-items: flex-end; }
  .hero-image { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(31,27,23,.9) 0%, rgba(31,27,23,.48) 60%, rgba(31,27,23,.06) 100%); }
  .hero-copy { padding: 80px 22px 105px; }
  .hero h1 { font-size: 58px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.7; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-note { display: none; }
  .announcement { padding: 78px 22px; }
  .announcement h2 { font-size: 48px; }
  .collections { padding: 82px 16px 90px; }
  .section-heading h2, .story h2 { font-size: 46px; }
  .card-image { height: 390px; min-height: 0; }
  .story-visual { min-height: 390px; }
  .story-content { padding: 72px 22px; }
  .story-features { grid-template-columns: 1fr; gap: 20px; }
  .trust-strip { grid-template-columns: 1fr; padding: 35px 22px; }
  .trust-strip div, .trust-strip div:first-child { padding: 0 0 21px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { padding: 0; border: 0; }
  .contact { padding: 88px 22px; }
  .contact h2 { font-size: 49px; }
  footer { padding: 38px 22px 24px; grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer > p { margin: 0; }
  .footer-links { grid-column: auto; flex-wrap: wrap; justify-content: center; }
  footer small { grid-column: auto; }
}

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