:root {
  --ink: #18352f;
  --muted: #60716b;
  --paper: #f8f5ee;
  --cream: #eee8dc;
  --sage: #8fa397;
  --sage-deep: #4d6b60;
  --terra: #bd7456;
  --line: rgba(24, 53, 47, .14);
  --white: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

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

.site-header {
  height: 84px;
  padding: 0 clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(248, 245, 238, .96);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font: 700 20px/1 Georgia, serif;
}
.brand b { display: block; font: 600 20px/1.15 Georgia, serif; letter-spacing: .01em; }
.brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; margin-top: 3px; }
nav { display: flex; gap: clamp(18px, 2.5vw, 38px); font-size: 13px; font-weight: 600; }
nav a { border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { color: var(--terra); border-color: currentColor; }

.hero { min-height: min(760px, calc(100vh - 84px)); position: relative; display: grid; align-items: center; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,243,235,.98) 0%, rgba(247,243,235,.88) 35%, rgba(247,243,235,.18) 64%, transparent 100%); }
.hero-copy { position: relative; width: min(650px, 53vw); margin-left: clamp(24px, 8vw, 120px); padding: 82px 0; }
.eyebrow { margin: 0 0 18px; color: var(--terra); letter-spacing: .18em; font-size: 11px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.hero h1 { max-width: 620px; margin-bottom: 26px; font-size: clamp(52px, 6vw, 86px); }
.hero-copy > p:not(.eyebrow) { max-width: 560px; color: #4f645c; font-size: clamp(16px, 1.45vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.button.primary { color: var(--white); background: var(--ink); }
.button.primary:hover { background: var(--sage-deep); }
.button.quiet { background: rgba(255,255,255,.38); }

.intro { padding: clamp(68px, 9vw, 128px) clamp(24px, 8vw, 120px); display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.intro h2, .section-head h2, .principles h2, .data-section h2, .contact h2 { margin-bottom: 0; font-size: clamp(38px, 4.6vw, 68px); }
.intro > p { margin-bottom: 5px; color: var(--muted); font-size: 16px; }
.section-pad { padding: clamp(74px, 9vw, 130px) clamp(24px, 8vw, 120px); }

.products { background: #ede9df; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.section-head > p { color: var(--muted); margin-bottom: 4px; }
.collection-visual { margin: 58px 0 0; overflow: hidden; background: #e6dfd2; }
.collection-visual img { width: 100%; aspect-ratio: 3 / 1.45; object-fit: cover; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 46px; }
.product-grid article { padding: 34px 32px 26px 0; border-right: 1px solid var(--line); }
.product-grid article + article { padding-left: 32px; }
.product-grid article:last-child { border-right: 0; }
.product-grid span { color: var(--terra); font-size: 11px; font-weight: 800; }
.product-grid h3 { font: 500 25px/1.2 Georgia, serif; margin: 16px 0 12px; }
.product-grid p { color: var(--muted); font-size: 14px; }
.product-grid small { color: var(--sage-deep); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.image-note { margin: 30px 0 0; color: #78847f; font-size: 11px; }

.principles { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11vw; background: var(--ink); color: var(--white); }
.principles-copy > p:not(.eyebrow) { color: #bbcbc5; max-width: 560px; margin-top: 30px; }
.principle-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.18); }
.principle-list i { color: #d6a68f; font-style: normal; font-size: 12px; }
.principle-list h3 { font: 500 24px/1.2 Georgia, serif; margin-bottom: 8px; }
.principle-list p { color: #bbcbc5; margin-bottom: 0; font-size: 14px; }

.data-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #f4f0e7; align-items: center; }
.data-section > div:last-child { max-width: 730px; }
.data-section h2 { margin-bottom: 28px; }
.data-section p, .data-section li { color: var(--muted); }
.data-section ul { padding: 0; margin: 28px 0; list-style: none; display: grid; gap: 12px; }
.data-section li { position: relative; padding-left: 24px; font-size: 14px; }
.data-section li::before { content: "✓"; position: absolute; left: 0; color: var(--terra); font-weight: 800; }
.data-badge { width: min(320px, 70vw); aspect-ratio: 1; border-radius: 50%; background: #dbe2dc; display: grid; place-items: center; position: relative; }
.data-badge::before { content: "SECURE"; width: 42%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .18em; font-weight: 800; }
.data-badge span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--terra); }
.data-badge span:nth-child(1) { top: 18%; left: 50%; }
.data-badge span:nth-child(2) { bottom: 25%; left: 18%; }
.data-badge span:nth-child(3) { bottom: 24%; right: 18%; }
.text-link { display: inline-flex; gap: 12px; color: var(--ink); font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; background: var(--terra); color: #fff; }
.contact > div:last-child { padding-bottom: 8px; }
.contact .eyebrow { color: #ffe1d3; }
.contact p { color: #f9dfd4; }
.contact a { font: 500 clamp(22px, 2.8vw, 38px)/1.2 Georgia, serif; border-bottom: 1px solid rgba(255,255,255,.65); }

footer { padding: 44px clamp(24px, 8vw, 120px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: #102b26; color: #fff; }
.footer-brand small { color: #aebeb8; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; font-size: 12px; }
footer > p { grid-column: 1 / -1; margin: 0; color: #8fa49d; font-size: 11px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; }

.policy-page { background: #f6f2e9; }
.policy-shell { min-height: 70vh; padding: 80px clamp(24px, 8vw, 120px) 120px; display: grid; grid-template-columns: .42fr 1fr; gap: 10vw; }
.policy-shell aside { position: sticky; top: 36px; align-self: start; }
.policy-shell h1 { font-size: clamp(48px, 6vw, 78px); }
.policy-shell aside > p:last-child { color: var(--muted); font-size: 12px; }
.policy-content { max-width: 820px; }
.policy-content section { padding: 0 0 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.policy-content h2 { font: 500 26px/1.2 Georgia, serif; letter-spacing: -.015em; }
.policy-content p { color: var(--muted); }
.policy-content a { color: var(--terra); text-decoration: underline; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px !important; background: var(--line); }
.security-grid div { padding: 24px; background: #f6f2e9; }
.security-grid b { display: block; margin-bottom: 8px; }
.security-grid p { font-size: 13px; margin: 0; }
.policy-footer { grid-template-columns: 1fr auto; padding-block: 30px; }
.policy-footer p { grid-column: auto; border: 0; padding: 0; }

:focus-visible { outline: 3px solid #e0a98e; outline-offset: 4px; }
@media (max-width: 820px) {
  .site-header { height: auto; padding-block: 18px; align-items: flex-start; }
  .site-header nav { justify-content: flex-end; flex-wrap: wrap; gap: 10px 18px; }
  .brand small { display: none; }
  .hero { min-height: 680px; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(247,243,235,.98) 0%, rgba(247,243,235,.88) 48%, rgba(247,243,235,.05) 80%); }
  .hero-copy { width: auto; margin: 0; padding: 44px 24px 58px; }
  .intro, .section-head, .principles, .data-section, .contact, .policy-shell { grid-template-columns: 1fr; }
  .intro, .section-head, .principles, .data-section, .contact, .policy-shell { gap: 38px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid article, .product-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .collection-visual img { aspect-ratio: 1.1; }
  .data-badge { margin-inline: auto; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .policy-shell aside { position: static; }
  .security-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .site-header { gap: 14px; }
  .brand-mark { width: 36px; height: 36px; }
  .site-header nav { font-size: 11px; }
  .site-header nav a:nth-child(2), .site-header nav a:nth-child(3) { display: none; }
  .hero h1 { font-size: 46px; }
  .button { width: 100%; }
}
