:root {
  --cream: #f7f3ec; --cream-deep: #eee6da; --white: #fff; --charcoal: #292722;
  --text: #504b43; --muted: #756f65; --gold: #a68149; --gold-light: #d9c49e;
  --border: #e7dfd3; --shadow: 0 18px 55px rgba(63, 51, 35, .12);
  --radius: 20px; --header-height: 92px; --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; overflow-x: hidden; color: var(--charcoal); background: var(--cream); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 5px; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: var(--charcoal); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: var(--header-height); background: rgba(255,255,255,.97); border-bottom: 1px solid #eee9e1; position: relative; z-index: 20; }
.header-inner { max-width: 1440px; height: 100%; margin: auto; padding: 0 4.5%; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 225px; }
.brand-icon { width: 45px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; line-height: 1; letter-spacing: .15em; }
.brand strong { font-family: var(--serif); font-size: 1.65rem; letter-spacing: .08em; }
.brand small { margin-top: 7px; color: var(--muted); font-size: .54rem; font-weight: 600; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); flex: 1; }
.primary-nav a { position: relative; color: #4b4842; font-size: .88rem; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s ease; }
.primary-nav a:hover::after { transform: scaleX(1); }
.header-cta { padding: 12px 21px; border: 1px solid var(--gold); border-radius: 99px; color: #6e542f; font-size: .85rem; font-weight: 600; white-space: nowrap; transition: .25s ease; }
.header-cta:hover { color: white; background: var(--gold); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--charcoal); transition: .25s ease; }
.hero { min-height: 695px; display: grid; grid-template-columns: minmax(500px, 47%) 1fr; background: var(--cream); }
.hero-copy { display: flex; align-items: center; position: relative; z-index: 2; padding: 65px clamp(35px, 5vw, 90px); }
.hero-copy::after { content: ""; position: absolute; z-index: -1; top: 0; right: -100px; width: 180px; height: 100%; background: linear-gradient(90deg, var(--cream) 30%, transparent); }
.copy-inner { width: 100%; max-width: 620px; margin-left: auto; animation: rise .75s ease both; }
.eyebrow { margin: 0 0 24px 32px; color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.title-wrap { position: relative; padding-left: 30px; }
.vertical-accent { position: absolute; top: 9%; bottom: 5%; left: 0; width: 2px; background: var(--gold); }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 5.15vw, 5rem); line-height: .99; letter-spacing: -.04em; }
.subheading { margin: 24px 0 14px 31px; color: var(--text); font-family: var(--serif); font-size: clamp(1.2rem, 1.6vw, 1.55rem); }
.gold-rule { display: block; width: 54px; height: 2px; margin: 0 0 18px 31px; background: var(--gold); }
.supporting { margin: 0 0 22px 31px; color: var(--muted); font-size: .93rem; }
.contact-card { margin: 0 0 0 31px; padding: 5px 22px; background: white; border: 1px solid rgba(166,129,73,.12); border-radius: var(--radius); box-shadow: var(--shadow); font-style: normal; }
.contact-row { min-height: 72px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--border); transition: color .2s ease, transform .2s ease; }
.contact-row:last-child { border-bottom: 0; }
a.contact-row:hover { color: #836435; transform: translateX(3px); }
.contact-icon { flex: 0 0 39px; height: 39px; display: grid; place-items: center; color: var(--gold); background: var(--cream); border-radius: 50%; }
.contact-icon svg, .benefit-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-row small, .contact-row strong { display: block; }
.contact-row small { margin-bottom: 2px; color: var(--muted); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-row strong { font-size: .9rem; font-weight: 600; }
.row-arrow { margin-left: auto; color: var(--gold); font-size: 1.15rem; }
.hero-image { position: relative; min-height: 695px; background: #b7aa98 url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=88") center/cover no-repeat; animation: fade .9s .15s ease both; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,243,236,.14), transparent 28%), linear-gradient(0deg, rgba(25,20,15,.32), transparent 35%); }
.image-label { position: absolute; z-index: 1; right: 42px; bottom: 34px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); color: white; background: rgba(36,32,27,.28); backdrop-filter: blur(8px); font-family: var(--serif); font-size: .95rem; }
.benefits { position: relative; z-index: 4; max-width: 1320px; margin: -28px auto 76px; padding: 30px 34px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.benefit { display: flex; gap: 15px; padding: 12px 23px; border-right: 1px solid var(--border); }
.benefit:last-child { border-right: 0; }
.benefit-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; color: var(--gold); background: var(--cream); border-radius: 50%; }
.benefit h2 { margin: 1px 0 6px; font-family: var(--serif); font-size: 1rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.site-footer { padding: 35px 5%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #d5cfc6; background: #282621; font-size: .75rem; }
.site-footer p { margin: 3px 0; }
.site-footer > p { text-align: right; }
.footer-brand { color: white; font-family: var(--serif); font-size: 1.25rem; letter-spacing: .12em; }
.footer-contact { display: flex; gap: 12px; text-align: center; }
.site-footer a:hover { color: var(--gold-light); }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 1150px) {
  .header-inner { padding: 0 3%; gap: 20px; } .primary-nav { gap: 15px; } .primary-nav a { font-size: .78rem; } .header-cta { padding: 10px 14px; }
  .hero { grid-template-columns: 52% 48%; } .hero-copy { padding: 55px 38px 70px 30px; } h1 { font-size: clamp(3rem, 5.6vw, 4.1rem); }
  .benefits { width: calc(100% - 48px); padding: 26px 16px; } .benefit { padding: 10px 14px; }
}
@media (max-width: 900px) {
  :root { --header-height: 78px; } .header-inner { justify-content: space-between; padding: 0 24px; } .brand { min-width: auto; }
  .menu-toggle { display: block; margin-left: auto; } .header-cta { display: none; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; gap: 0; padding: 0 24px; max-height: 0; overflow: hidden; opacity: 0; background: white; border-bottom: 1px solid var(--border); box-shadow: 0 14px 25px rgba(40,35,28,.1); transition: max-height .3s ease, opacity .2s ease, padding .3s ease; }
  .primary-nav.is-open { max-height: 420px; padding-top: 12px; padding-bottom: 20px; opacity: 1; } .primary-nav a { padding: 12px 5px; font-size: .95rem; border-bottom: 1px solid var(--border); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); } .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; } .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; grid-template-columns: 1fr; } .hero-copy { padding: 72px 8% 75px; } .copy-inner { max-width: 680px; margin: auto; } .hero-copy::after { display: none; }
  .hero-image { min-height: 510px; } .benefits { margin-top: -24px; grid-template-columns: 1fr 1fr; } .benefit:nth-child(2) { border-right: 0; } .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .site-footer { grid-template-columns: 1fr; text-align: center; } .site-footer > p { text-align: center; } .footer-contact { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .brand-icon { width: 38px; } .brand strong { font-size: 1.35rem; } .brand small { font-size: .46rem; }
  .hero-copy { padding: 54px 20px 58px; } .eyebrow { margin-left: 21px; margin-bottom: 18px; } .title-wrap { padding-left: 20px; } h1 { font-size: clamp(2.65rem, 13.5vw, 3.45rem); }
  .subheading, .gold-rule, .supporting, .contact-card { margin-left: 21px; } .supporting { max-width: 300px; }
  .contact-card { margin-right: 0; padding: 3px 14px; } .contact-row { min-height: 75px; gap: 11px; } .contact-icon { flex-basis: 35px; height: 35px; }
  .contact-row strong { max-width: 225px; font-size: .81rem; } .hero-image { min-height: 380px; background-position: 62% center; } .image-label { right: 20px; bottom: 20px; font-size: .82rem; }
  .benefits { width: calc(100% - 28px); margin-bottom: 46px; padding: 12px 18px; grid-template-columns: 1fr; } .benefit { padding: 18px 5px; border-right: 0; border-bottom: 1px solid var(--border); } .benefit:last-child { border-bottom: 0; }
  .site-footer { padding: 32px 22px; } .footer-contact span { display: none; } .footer-contact a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
