:root {
  --ink: #171512;
  --ivory: #f2eee6;
  --paper: #fbfaf7;
  --line: rgba(23, 21, 18, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
figure { margin: 0; }

.site-header { align-items: center; color: white; display: flex; height: 76px; justify-content: space-between; left: 0; padding: 0 4vw; position: absolute; top: 0; width: 100%; z-index: 5; }
.wordmark { font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; letter-spacing: .3em; }
.discover-link { border-bottom: 1px solid rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .16em; padding-bottom: .35rem; text-transform: uppercase; }
.hero { align-items: flex-end; display: flex; min-height: 100svh; overflow: hidden; position: relative; }
.hero-image { height: 100%; inset: 0; object-fit: cover; object-position: 50% 53%; position: absolute; transform: scale(1.015); width: 100%; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.12) 100%); inset: 0; position: absolute; }
.hero-copy { color: white; max-width: 720px; padding: 0 7vw 9vh; position: relative; z-index: 2; }
.eyebrow { font-size: .66rem; letter-spacing: .28em; line-height: 1.5; margin: 0 0 1.8rem; text-transform: uppercase; }
.hero h1, .intro h2, .feature-copy h2, .diamond-heading h2, .gallery-copy h2, .care-title h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; margin: 0; }
.hero h1 { font-size: clamp(3.1rem, 7vw, 7rem); line-height: .96; }
.hero-deck { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1rem, 1.4vw, 1.3rem); line-height: 1.55; margin: 2rem 0; max-width: 470px; }
.text-link { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: .68rem; gap: 2.5rem; letter-spacing: .16em; padding-bottom: .45rem; text-transform: uppercase; }

.intro { margin: 0 auto; max-width: 980px; padding: 12vw 6vw; text-align: center; }
.eyebrow.dark { color: #777066; }
.intro h2 { font-size: clamp(2.5rem, 5.4vw, 5.6rem); line-height: 1.05; }
.intro > p:last-child { color: #55504a; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.8; margin: 2.4rem auto 0; max-width: 680px; }

.feature-grid { align-items: stretch; background: var(--ivory); display: grid; grid-template-columns: 1.05fr .95fr; min-height: 780px; }
.feature-image { min-height: 780px; position: relative; }
.feature-image img, .gallery-image img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.feature-image img { object-position: center; }
.feature-copy { align-self: center; padding: 10vw; }
.feature-copy h2, .gallery-copy h2 { font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: 1.02; }
.feature-copy > p:not(.eyebrow) { color: #514c46; font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; line-height: 1.8; margin: 2rem 0 0; max-width: 510px; }
.feature-copy .disclosure { border-top: 1px solid var(--line); font-family: Arial, Helvetica, sans-serif; font-size: .75rem; letter-spacing: .04em; line-height: 1.7; margin-top: 3rem; padding-top: 1.3rem; }

.diamond-section { background: #181715; color: white; padding: 10vw 7vw 9vw; }
.diamond-heading { display: grid; gap: 4vw; grid-template-columns: .7fr 1.3fr; }
.diamond-heading h2 { font-size: clamp(2.8rem, 5.8vw, 6rem); line-height: 1.02; }
.fact-grid { border-top: 1px solid rgba(255,255,255,.24); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 7vw; }
.fact-grid article { border-right: 1px solid rgba(255,255,255,.2); padding: 2rem 3.5vw 1rem 0; }
.fact-grid article + article { padding-left: 3.5vw; }
.fact-grid article:last-child { border-right: 0; }
.fact-grid span { color: #aaa39a; font-size: .65rem; letter-spacing: .14em; }
.fact-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; margin: 3rem 0 1rem; }
.fact-grid p { color: #c9c4bc; font-size: .88rem; line-height: 1.8; margin: 0; max-width: 340px; }

.gallery-story { align-items: center; display: grid; grid-template-columns: .72fr 1.28fr; min-height: 850px; padding: 9vw 0 9vw 7vw; }
.gallery-copy { padding-right: 7vw; }
.gallery-copy > p:last-child { color: #565049; font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; line-height: 1.8; margin-top: 2rem; }
.gallery-image { min-height: 700px; position: relative; }
.gallery-image img { object-position: center 52%; }

.care-section { background: var(--ivory); display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; padding: 9vw 7vw; }
.care-title h2 { font-size: clamp(2.5rem, 4.7vw, 4.9rem); line-height: 1.05; max-width: 600px; }
.care-list { border-top: 1px solid var(--line); }
.care-list > div { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: 40px 1fr; padding: 1.7rem 0; }
.care-list span { color: #867f76; font-size: .65rem; letter-spacing: .12em; padding-top: .2rem; }
.care-list p { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; line-height: 1.55; margin: 0; }

.details-note { padding: 8vw 7vw; text-align: center; }
.details-note > p:last-child { color: #514c46; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.65; margin: 0 auto; max-width: 900px; }
footer { align-items: center; background: #11100f; color: white; display: grid; font-size: .65rem; grid-template-columns: repeat(3, 1fr); letter-spacing: .14em; padding: 3.5rem 5vw; text-transform: uppercase; }
footer p { color: #aaa39a; margin: 0; text-align: center; }
footer > a:last-child { justify-self: end; }
.footer-mark { font-size: 1.15rem; }

@media (max-width: 640px) {
  .site-header { height: 64px; padding: 0 20px; }
  .wordmark { font-size: 1.1rem; }
  .discover-link { display: none; }
  .hero { min-height: 92svh; }
  .hero-image { object-position: 52% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.18) 65%); }
  .hero-copy { padding: 0 22px 52px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-deck { font-size: 1rem; }
  .intro { padding: 100px 24px; }
  .feature-grid, .diamond-heading, .fact-grid, .gallery-story, .care-section { grid-template-columns: 1fr; }
  .feature-grid { min-height: 0; }
  .feature-image { min-height: 110vw; }
  .feature-copy { padding: 90px 24px; }
  .feature-copy h2, .gallery-copy h2 { font-size: 3.15rem; }
  .diamond-section { padding: 90px 24px 70px; }
  .diamond-heading { gap: 0; }
  .fact-grid { margin-top: 65px; }
  .fact-grid article, .fact-grid article + article { border-bottom: 1px solid rgba(255,255,255,.2); border-right: 0; padding: 24px 0 32px; }
  .fact-grid h3 { margin: 1.2rem 0 .7rem; }
  .gallery-story { padding: 90px 0 0; }
  .gallery-copy { padding: 0 24px 70px; }
  .gallery-image { min-height: 118vw; }
  .care-section { gap: 55px; padding: 90px 24px; }
  .details-note { padding: 90px 24px; }
  footer { gap: 2rem; grid-template-columns: 1fr; padding: 50px 24px; text-align: center; }
  footer p, footer > a:last-child { justify-self: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
