:root {
  --cream: #F8EFDA;
  --sand: #F0E0C0;
  --moss: #506030;
  --olive: #606040;
  --forest: #4A5D45;
  --fern: #71805f;
  --deep-fern: #30432b;
  --mist: #dfe6d5;
  --mist-light: #f0f2e8;
  --paper: #fffaf0;
  --clay: #b87556;
  --ochre: #d29a2e;
  --ink: #263227;
  --muted: #68736b;
  --line: rgba(80, 96, 48, .22);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(74, 93, 69, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
a { color: inherit; }
.site-shell { overflow: hidden; }
.skip-link { position: fixed; z-index: 30; top: 10px; left: 10px; padding: 10px 15px; background: var(--forest); color: var(--cream); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header { width: min(1200px, calc(100% - 80px)); margin: 0 auto; padding: 27px 0 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.wordmark, .footer-wordmark { display: inline-flex; flex-direction: column; width: max-content; color: var(--forest); font-family: var(--serif); font-size: 22px; line-height: .9; letter-spacing: -.04em; text-decoration: none; }
.wordmark strong, .footer-wordmark strong { font-weight: 600; font-style: italic; padding-left: 17px; }
.wordmark { flex-direction: row; align-items: center; gap: 10px; }
.wordmark-icon { width: 43px; height: 43px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(74, 93, 69, .18); }
.wordmark-type { display: inline-flex; flex-direction: column; }
.wordmark strong { padding-left: 13px; }
.header-note, .site-header .text-link, .site-footer p { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.header-note { justify-self: center; color: var(--olive); letter-spacing: .08em; text-align: center; max-width: 28ch; }
.site-header .text-link { justify-self: end; }
.text-link { position: relative; display: inline-block; text-decoration: none; color: var(--moss); }
.text-link::after { content: ""; position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: currentColor; transform: scaleX(.35); transform-origin: right; transition: transform .25s ease; }
.text-link:hover::after, .text-link:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.hero { width: min(1200px, calc(100% - 80px)); min-height: 660px; margin: 0 auto; padding: 78px 0 88px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); align-items: center; gap: 7%; }
.eyebrow, .section-kicker { margin: 0 0 17px; color: var(--olive); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero h1, .section-heading h2, .closing-note h2, .email-modal h2, .product-page h1 { margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(49px, 5.8vw, 83px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
em { font-weight: 500; }
.hero-intro { max-width: 440px; margin: 31px 0 30px; color: var(--muted); font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 49px; padding: 13px 21px; border: 0; border-radius: 1px; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: var(--moss); color: var(--cream); }
.button-dark:hover, .button-dark:focus-visible { background: var(--forest); }
.micro-note { display: flex; align-items: center; gap: 9px; margin: 49px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }

.hero-art { position: relative; min-height: 525px; overflow: hidden; background: linear-gradient(150deg, var(--sand) 0%, #e8dcc0 48%, #f0e8d9 100%); box-shadow: var(--shadow); }
.hero-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 37%, rgba(255,255,255,.36) 37.2%, transparent 44%), repeating-linear-gradient(103deg, transparent 0 72px, rgba(80,96,48,.08) 73px 74px); mix-blend-mode: multiply; }
.sun-disc { position: absolute; top: 70px; right: 16%; width: 114px; height: 114px; border-radius: 50%; background: rgba(227, 193, 132, .78); filter: blur(1px); }
.ridge { position: absolute; right: -12%; left: -12%; border-radius: 50% 50% 0 0; transform: rotate(-4deg); }
.ridge-back { bottom: 32%; height: 38%; background: #93a69a; opacity: .57; clip-path: polygon(0 80%, 12% 65%, 24% 73%, 38% 34%, 47% 56%, 60% 22%, 72% 53%, 85% 17%, 100% 52%, 100% 100%, 0 100%); }
.ridge-mid { bottom: 9%; height: 37%; background: #5d7867; opacity: .75; clip-path: polygon(0 67%, 15% 43%, 27% 60%, 40% 12%, 50% 54%, 63% 34%, 76% 64%, 90% 22%, 100% 58%, 100% 100%, 0 100%); }
.ridge-front { bottom: -20%; height: 43%; background: #354f40; clip-path: polygon(0 43%, 13% 26%, 25% 55%, 37% 17%, 50% 50%, 63% 30%, 75% 56%, 90% 18%, 100% 48%, 100% 100%, 0 100%); }
.hero-card { position: absolute; top: 19%; left: 12%; width: 182px; height: 238px; padding: 24px 22px; display: flex; flex-direction: column; background: var(--cream); color: var(--forest); box-shadow: 13px 18px 30px rgba(74, 93, 69, .16); transform: rotate(-5deg); }
.hero-card-kicker, .hero-card-detail { font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-card-kicker { letter-spacing: .08em; line-height: 1.35; max-width: 100%; }
.hero-card-title { margin: auto 0; font-family: var(--serif); font-size: 28px; line-height: .95; letter-spacing: -.06em; }
.hero-card-rule { width: 42px; height: 1px; margin-bottom: 15px; background: var(--clay); }
.hero-art-caption { position: absolute; right: 20px; bottom: 16px; color: var(--cream); font-family: var(--serif); font-size: 11px; font-style: italic; opacity: .85; }

.intro-band { position: relative; padding: 90px 25px 103px; text-align: center; background: rgba(240, 224, 192, .35); }
.intro-statement { margin: 0 auto; color: var(--forest); font-family: var(--serif); font-size: clamp(28px, 3.4vw, 47px); letter-spacing: -.045em; line-height: 1.08; }
.hand-mark { position: absolute; right: 15%; bottom: 19px; color: var(--clay); font-size: 31px; transform: rotate(18deg); }

.shop-section { width: min(1200px, calc(100% - 80px)); margin: 0 auto; padding: 121px 0 117px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 53px; }
.section-heading h2 { font-size: clamp(43px, 5vw, 69px); }
.section-aside { max-width: 277px; margin: 0 0 7px; color: var(--muted); font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 37px 22px; }
.product-tile { grid-column: span 4; min-width: 0; text-decoration: none; }
.product-tile:nth-child(2), .product-tile:nth-child(5) { margin-top: 73px; }
.tile-visual { position: relative; height: 397px; overflow: hidden; background: var(--sand); box-shadow: 0 12px 28px rgba(74, 93, 69, .08); border: 1px solid rgba(80, 96, 48, .12); }
.tile-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease, filter .45s ease; }
.tile-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(255,255,255,.16), transparent 42%, rgba(74,93,69,.08)); }
.product-tile:hover .tile-photo, .product-tile:focus-visible .tile-photo { transform: scale(1.035); filter: saturate(1.05); }
.tile-number { position: absolute; top: 18px; right: 20px; z-index: 1; color: rgba(74, 93, 69, .55); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.tile-caption { display: flex; justify-content: space-between; align-items: center; padding-top: 13px; color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tile-arrow { font-size: 16px; font-weight: 400; transition: transform .2s ease; }
.product-tile:hover .tile-arrow, .product-tile:focus-visible .tile-arrow { transform: translate(3px, -3px); }
.product-tile:focus-visible { outline: 2px solid var(--clay); outline-offset: 8px; }

.shop-footer { display: flex; justify-content: space-between; gap: 30px; margin-top: 61px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.shop-footer .text-link { color: var(--forest); font-weight: 700; }

.closing-note { padding: 113px 25px 120px; background: var(--forest); color: var(--mist); text-align: center; }
.closing-mark { margin-bottom: 19px; color: var(--ochre); font-size: 28px; }
.closing-note .eyebrow { color: #a9beaa; }
.closing-note h2 { color: var(--cream); font-size: clamp(50px, 5vw, 72px); }
.closing-note > p:last-child { max-width: 380px; margin: 30px auto 0; color: #b9c8b8; font-size: 13px; }
.site-footer { width: min(1200px, calc(100% - 80px)); min-height: 125px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.site-footer p { justify-self: center; color: var(--olive); }
.site-footer .text-link { justify-self: end; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.modal-backdrop { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 25px; background: rgba(29, 47, 38, .64); opacity: 0; transition: opacity .25s ease; }
.modal-backdrop.is-visible { opacity: 1; }
.modal-backdrop[hidden] { display: none; }
.email-modal { position: relative; width: min(100%, 540px); padding: 53px clamp(29px, 7vw, 70px) 49px; background: var(--cream); box-shadow: 0 28px 80px rgba(0,0,0,.24); transform: translateY(16px); transition: transform .3s ease; }
.is-visible .email-modal { transform: translateY(0); }
.modal-close { position: absolute; top: 17px; right: 20px; padding: 4px 8px; border: 0; background: transparent; color: var(--moss); font-size: 27px; font-weight: 300; line-height: 1; cursor: pointer; }
.modal-topline { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: var(--olive); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.modal-sun { color: var(--clay); font-size: 22px; }
.email-modal h2 { font-size: clamp(42px, 6vw, 60px); }
.email-modal > p { max-width: 385px; margin: 23px 0 26px; color: var(--muted); font-size: 13px; }
.email-form { display: flex; gap: 8px; }
.email-form input { min-width: 0; flex: 1; height: 49px; padding: 0 14px; border: 1px solid rgba(80,96,48,.35); border-radius: 0; background: rgba(255,255,255,.6); color: var(--ink); font: inherit; font-size: 12px; }
.email-form input:focus { outline: 2px solid var(--clay); outline-offset: 2px; }
.button-light { flex: 0 0 auto; background: var(--moss); color: var(--cream); }
.button-light:hover, .button-light:focus-visible { background: var(--forest); }
.form-fine-print { margin: 13px 0 0 !important; color: #7b857b !important; font-size: 10px !important; }
.form-success { padding: 13px 15px; background: var(--mist); color: var(--forest) !important; font-size: 12px !important; font-weight: 600; }
.modal-continue { margin-top: 15px; padding: 0; border: 0; background: transparent; color: var(--forest); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.modal-continue:hover { color: var(--clay); }

/* Product pages */
.product-page .site-header { margin-bottom: 0; }
.product-hero { width: min(1100px, calc(100% - 80px)); margin: 0 auto; padding: 64px 0 80px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 56px; align-items: start; }
.product-hero-visual { position: relative; overflow: hidden; background: var(--sand); border: 1px solid rgba(80, 96, 48, .12); box-shadow: var(--shadow); aspect-ratio: 4 / 5; }
.product-hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-hero-copy { padding-top: 12px; }
.product-hero-copy .eyebrow { margin-bottom: 14px; }
.product-page h1 { font-size: clamp(36px, 4.2vw, 56px); margin-bottom: 22px; }
.product-blurb { max-width: 420px; margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.product-welcome { max-width: 420px; margin: 0 0 28px; padding: 14px 16px; background: rgba(240, 224, 192, .45); border-left: 3px solid var(--moss); color: var(--forest); font-size: 12px; line-height: 1.55; }
.product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.product-actions .text-link { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 820px) {
  .site-header, .hero, .shop-section, .site-footer, .product-hero { width: min(100% - 42px, 600px); }
  .site-header { grid-template-columns: 1fr auto; }
  .header-note { display: none; }
  .site-header .text-link { font-size: 9px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 57px; padding: 67px 0 70px; }
  .hero-copy { padding-right: 8%; }
  .hero-art { min-height: 490px; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; }
  .section-aside { max-width: 390px; }
  .product-grid { gap: 42px 14px; }
  .product-tile { grid-column: span 6; }
  .product-tile:nth-child(2), .product-tile:nth-child(5) { margin-top: 0; }
  .tile-visual { height: 330px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 30px 0; }
  .site-footer p { display: none; }
  .site-footer .text-link { justify-self: end; }
  .product-hero { display: flex; flex-direction: column; gap: 36px; padding: 40px 0 64px; }
  .product-hero-visual { aspect-ratio: 1 / 1; }
}

@media (max-width: 520px) {
  body { font-size: 14px; }
  .site-header { padding-top: 22px; }
  .wordmark { font-size: 20px; }
  .site-header .text-link { font-size: 8px; }
  .hero { padding-top: 59px; }
  .hero h1 { font-size: 54px; }
  .hero-intro { margin-top: 25px; }
  .micro-note { margin-top: 37px; }
  .hero-art { min-height: 415px; }
  .hero-card { top: 17%; left: 9%; width: 145px; height: 190px; padding: 18px 16px; }
  .hero-card-title { font-size: 22px; }
  .sun-disc { top: 55px; right: 13%; width: 86px; height: 86px; }
  .hero-art-caption { right: 13px; font-size: 9px; }
  .intro-band { padding: 70px 22px 78px; }
  .hand-mark { right: 8%; }
  .shop-section { padding: 83px 0 87px; }
  .section-heading { margin-bottom: 39px; }
  .section-heading h2 { font-size: 45px; }
  .product-grid { gap: 33px 10px; }
  .tile-visual { height: 238px; }
  .tile-number { top: 11px; right: 11px; font-size: 8px; }
  .tile-caption { align-items: start; padding-top: 10px; font-size: 8px; line-height: 1.35; }
  .shop-footer { flex-direction: column; align-items: start; gap: 17px; margin-top: 43px; }
  .closing-note { padding: 89px 25px 93px; }
  .closing-note h2 { font-size: 52px; }
  .site-footer { width: calc(100% - 42px); }
  .footer-wordmark { font-size: 19px; }
  .email-modal { padding: 44px 25px 32px; }
  .email-form { flex-direction: column; }
  .email-form input, .email-form .button { width: 100%; }
  .email-modal > p { margin-top: 19px; }
  .modal-topline { margin-bottom: 18px; }
  .product-page h1 { font-size: 40px; }
  .product-actions { flex-direction: column; align-items: flex-start; }
  .product-actions .button { width: 100%; }
}

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