:root {
  --ink: #334343;
  --muted: #667777;
  --teal: #5f8f91;
  --teal-dark: #416f72;
  --teal-pale: #eaf3f2;
  --cream: #fffaf2;
  --paper: #ffffff;
  --coral: #e58a6f;
  --gold: #edc76f;
  --sage: #9db49b;
  --line: #dde8e6;
  --shadow: 0 14px 40px rgba(51, 67, 67, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.archive-notice {
  background: #263b3c;
  color: #f7fbfa;
  font-size: 13px;
  letter-spacing: .01em;
}
.archive-notice__inner {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  text-align: center;
}
.archive-notice strong { color: #fff0bd; text-transform: uppercase; letter-spacing: .08em; }

.site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 0; }
.brand img { width: 64px; height: 64px; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.brand-title { font: 700 24px/1.05 Georgia, 'Times New Roman', serif; color: var(--teal-dark); letter-spacing: -.02em; }
.brand-tagline { margin-top: 7px; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 700; color: #4a5f60; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus { color: var(--coral); }
.nav-toggle { display: none; width: 44px; height: 42px; padding: 9px; border: 0; border-radius: 10px; background: var(--teal-pale); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--teal-dark); }

.hero { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); overflow: hidden; }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; padding: 72px 0 76px; }
.eyebrow { margin: 0 0 13px; color: var(--coral); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3 { margin-top: 0; }
h1 { margin-bottom: 24px; font: 700 clamp(46px, 6vw, 72px)/.98 Georgia, 'Times New Roman', serif; color: var(--teal-dark); letter-spacing: -.04em; }
.hero-lead { max-width: 660px; margin: 0 0 30px; color: #5c6e6f; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: 14px; }
.button-primary { background: var(--teal); color: white; box-shadow: 0 8px 20px rgba(65,111,114,.22); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { border: 2px solid #c7d7d5; color: var(--teal-dark); background: rgba(255,255,255,.65); }

.hero-art { position: relative; min-height: 430px; border-radius: 48% 48% 20% 20%; background: #dceeed; overflow: hidden; box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.75); }
.sun { position: absolute; width: 78px; height: 78px; border-radius: 50%; background: var(--gold); top: 52px; right: 58px; box-shadow: 0 0 0 14px rgba(237,199,111,.17); }
.cloud { position: absolute; height: 25px; border-radius: 30px; background: rgba(255,255,255,.86); }
.cloud::before, .cloud::after { content: ''; position: absolute; border-radius: 50%; background: inherit; }
.cloud::before { width: 40px; height: 40px; left: 22px; top: -20px; }
.cloud::after { width: 30px; height: 30px; right: 18px; top: -11px; }
.cloud-one { width: 105px; left: 48px; top: 96px; }
.cloud-two { width: 82px; right: 86px; top: 154px; transform: scale(.78); }
.hill { position: absolute; border-radius: 50% 50% 0 0; bottom: -90px; }
.hill-back { width: 560px; height: 280px; left: -130px; background: #bfd4b7; transform: rotate(7deg); }
.hill-front { width: 580px; height: 245px; right: -210px; background: #97b596; transform: rotate(-7deg); }
.house { position: absolute; width: 220px; height: 220px; left: 50%; bottom: 58px; transform: translateX(-50%); }
.roof { position: absolute; width: 0; height: 0; border-left: 118px solid transparent; border-right: 118px solid transparent; border-bottom: 108px solid var(--coral); top: -22px; left: -8px; }
.home-body { position: absolute; width: 190px; height: 145px; left: 15px; bottom: 0; background: #fffaf0; border-radius: 6px; box-shadow: 0 10px 24px rgba(51,67,67,.16); }
.door { position: absolute; width: 48px; height: 82px; bottom: 0; left: 72px; background: var(--teal-dark); border-radius: 20px 20px 0 0; }
.window { position: absolute; width: 34px; height: 34px; top: 38px; border: 5px solid white; background: #b8d7e4; box-shadow: 0 0 0 2px #d8c9a8; }
.window-left { left: 22px; }.window-right { right: 22px; }
.heart { position: absolute; z-index: 2; top: 68px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 28px; text-shadow: 0 2px 0 rgba(0,0,0,.08); }

.quick-strip { background: var(--teal); color: white; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > div { min-height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.22); text-align: center; }
.quick-grid > div:last-child { border-right: 0; }
.quick-grid strong { font: 700 20px/1.1 Georgia, 'Times New Roman', serif; }
.quick-grid span { margin-top: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; opacity: .8; }

.section { padding: 96px 0; }
.section-soft { background: var(--teal-pale); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
h2 { margin-bottom: 22px; font: 700 clamp(34px, 4vw, 50px)/1.07 Georgia, 'Times New Roman', serif; color: var(--teal-dark); letter-spacing: -.03em; }
.prose { font-size: 18px; color: #5c6e6f; }
.prose p:first-child { margin-top: 7px; }
.section-title { max-width: 720px; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
blockquote { margin: 0; padding: 34px 34px 31px; background: white; border-radius: var(--radius); box-shadow: 0 10px 26px rgba(51,67,67,.07); position: relative; }
blockquote p { margin: 18px 0 0; font: 700 24px/1.35 Georgia, 'Times New Roman', serif; color: #486a6c; }
.quote-mark { color: var(--coral); font: 700 54px/1 Georgia, serif; position: absolute; top: 16px; }
.source-note { margin: 22px 0 0; color: #6b7e7e; font-size: 13px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.feature-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px 34px; background: white; box-shadow: 0 9px 28px rgba(51,67,67,.06); }
.feature-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 22px; background: var(--cream); color: var(--coral); font-size: 28px; }
.feature-card h3 { margin-bottom: 11px; font: 700 24px/1.2 Georgia, 'Times New Roman', serif; color: var(--teal-dark); }
.feature-card p { margin: 0; color: var(--muted); }

.contact-section { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 50px; padding-top: 50px; padding-bottom: 50px; }
.contact-card h2 { margin-bottom: 14px; }
.contact-card p { max-width: 690px; color: var(--muted); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 26px; background: white; border: 1px solid #ede3d6; border-radius: var(--radius); box-shadow: 0 12px 30px rgba(51,67,67,.08); }
.email-link { font-weight: 800; color: var(--teal-dark); font-size: 18px; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-actions span { color: var(--muted); font-size: 14px; }

.legal-section { padding: 0 0 64px; background: var(--cream); }
.legal-box { padding: 24px 28px; border: 1px solid #e3d8c6; border-radius: 14px; background: #fffdf8; font-size: 13px; color: #647273; }
.legal-box strong { color: #4d6162; text-transform: uppercase; letter-spacing: .09em; }
.legal-box p { margin: 8px 0 6px; }
.legal-box a { color: var(--teal-dark); font-weight: 700; }

.site-footer { background: #293f40; color: #edf6f4; }
.footer-inner { min-height: 140px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 48px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font: 700 18px/1.2 Georgia, serif; }
.footer-brand span, .site-footer p { color: #b9ccca; font-size: 12px; }
.site-footer p { margin: 0; text-align: right; }

@media (max-width: 850px) {
  .archive-notice__inner { flex-direction: column; gap: 2px; padding: 7px 0; }
  .header-inner { min-height: 78px; }
  .brand img { width: 52px; height: 52px; }
  .brand-title { font-size: 20px; }
  .brand-tagline { display: none; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 18px 20px 22px; flex-direction: column; gap: 4px; align-items: stretch; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(51,67,67,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 14px; border-radius: 8px; }
  .site-nav a:hover { background: var(--teal-pale); }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding: 60px 0; }
  .hero-art { min-height: 390px; width: min(520px, 100%); margin: 0 auto; }
  .split { grid-template-columns: 1fr; gap: 12px; }
  .quote-grid, .card-grid, .contact-card { grid-template-columns: 1fr; }
  .contact-card { gap: 18px; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1120px); }
  h1 { font-size: 45px; }
  .hero { text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 320px; border-radius: 38% 38% 16% 16%; }
  .house { transform: translateX(-50%) scale(.78); transform-origin: bottom center; bottom: 38px; }
  .sun { width: 62px; height: 62px; right: 38px; }
  .cloud-one { left: 30px; }
  .quick-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .quick-grid > div { min-height: 78px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .quick-grid > div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  blockquote { padding: 30px 26px 28px; }
  blockquote p { font-size: 21px; }
  .footer-inner { padding: 30px 0; min-height: 0; flex-direction: column; align-items: flex-start; }
  .site-footer p { text-align: left; }
}
