:root {
  --paper: #f5f0e8; --ink: #33392f; --muted: #63645b;
  --brown: #795b46; --sage: #e6e8de; --line: #d8d5c9;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink); background: var(--paper); font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; font-size: 17px; line-height: 1.75; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 5px; }
figure, h1, h2, h3, p { margin: 0; }
a:focus-visible { outline: 2px solid var(--brown); outline-offset: 6px; }
::selection { background: #dce0cf; }
.shell { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .5rem 1rem; background: var(--paper); }
.skip-link:focus { top: 1rem; z-index: 5; }
.site-header { width: min(1240px, calc(100% - 80px)); margin: 0 auto; min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 1rem; text-decoration: none; color: var(--brown); }
.brand img { width: 76px; height: 75px; mix-blend-mode: multiply; clip-path: ellipse(49% 49% at 50% 50%); }
.brand span, .footer-brand { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
nav { display: flex; gap: 2rem; font-size: .9rem; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 5rem; padding-block: 52px 110px; }
.eyebrow { margin-bottom: 1.5rem; font-size: .7rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--brown); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.15; }
h1 { font-size: clamp(2.5rem, 4.05vw, 3.6rem); }
em { font-weight: 400; color: #69715c; }
.lead { max-width: 440px; color: var(--muted); margin-top: 1.8rem; }
.button { display: inline-flex; gap: 2rem; align-items: center; margin-top: 2rem; padding: .8rem 1.3rem; border-radius: 4px; background: #53604b; color: #fffdf8; font-size: .85rem; text-decoration: none; transition: background .2s; }
.button:hover { background: #3e4a37; }
.hero-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 90px 90px 8px 8px; }
.section { padding-block: 88px; }
.offer { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; border-top: 1px solid var(--line); }
h2 { font-size: clamp(2rem, 3.2vw, 2.9rem); }
.section-intro > p:not(.eyebrow):not(.price) { margin-top: 1.7rem; color: var(--muted); }
.price { margin-top: 1.8rem; font-size: 1rem; color: var(--brown); }
.price span { padding-inline: .65rem; color: #aaa397; }
.offer-details { align-self: center; }
.offer-details article { padding-block: 1.5rem; border-bottom: 1px solid var(--line); }
.offer-details article:first-child { padding-top: 0; }
.offer-details article:last-child { border-bottom: 0; padding-bottom: 0; }
h3 { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; line-height: 1.35; }
.offer-details p { color: var(--muted); font-size: .95rem; margin-top: .55rem; }
.about { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 7rem; padding-top: 45px; padding-bottom: 115px; }
.about-image { max-width: 420px; }
.about-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 55%; border-radius: 8px 8px 80px 8px; }
.about-copy > p:not(.eyebrow):not(.signature) { color: var(--muted); margin-top: 1.5rem; }
.signature { font-family: Georgia, serif; font-style: italic; font-size: 2rem; color: var(--brown); margin-top: 1.5rem; }
.contact { background: var(--sage); text-align: center; padding-block: 82px 90px; }
.contact p:not(.eyebrow) { color: var(--muted); margin-top: 1.5rem; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 2rem; margin-top: 1.5rem; }
.text-link { display: inline-block; color: #43503c; font-size: 1.1rem; }
.text-link span { margin-left: .7rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 32px; }
.footer-brand { text-decoration: none; color: var(--brown); font-size: 1.1rem; }
.site-footer p { color: var(--muted); font-size: .75rem; }
.site-footer p a { color: inherit; }
.legal-main { padding-block: 70px 100px; }
.legal-main h1 { margin-bottom: 1.2rem; }
.legal-main h2 { margin-top: 2.8rem; margin-bottom: .7rem; font-size: 1.55rem; letter-spacing: -.02em; }
.legal-main p, .legal-main address, .legal-main ul { max-width: 720px; color: var(--muted); }
.legal-main address { font-style: normal; }
.legal-main ul { padding-left: 1.2rem; }
.legal-main li + li { margin-top: .35rem; }
.legal-main a { color: #43503c; }
.legal-updated { margin-bottom: 2.5rem; font-size: .9rem; }
@media (max-width: 1000px) {
  .hero { gap: 2.8rem; }
  .offer, .about { gap: 3.5rem; }
  .brand span { font-size: 1.15rem; }
  nav { gap: 1.3rem; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .shell { width: calc(100% - 40px); }
  .site-header { width: calc(100% - 40px); min-height: 0; padding-block: 20px; flex-direction: column; gap: 1rem; }
  .brand img { width: 62px; height: 61px; }
  .brand span { font-size: 1.25rem; }
  nav { gap: 1.7rem; font-size: .82rem; }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 35px 55px; }
  h1 { font-size: clamp(2rem, 6.7vw, 2.8rem); }
  h2 { font-size: 2.15rem; }
  .eyebrow { margin-bottom: 1.1rem; font-size: .65rem; }
  .lead { margin-top: 1.3rem; max-width: 100%; }
  .button { margin-top: 1.5rem; }
  .hero-image { width: 100%; max-width: 470px; margin-inline: auto; }
  .hero-image img { aspect-ratio: 1 / 1; border-radius: 65px 65px 6px 6px; }
  .section { padding-block: 55px; }
  .offer, .about { grid-template-columns: 1fr; gap: 2.5rem; }
  .about { padding-top: 15px; }
  .about-image { max-width: 100%; }
  .about-image img { aspect-ratio: 4 / 5; object-position: 50% 55%; border-radius: 6px 6px 60px 6px; }
  .contact { padding-block: 55px 60px; }
  .desktop-break { display: none; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: .5rem; padding-block: 25px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
