:root {
  --paper: #fffaf2; --paper-deep: #f7eddf; --white: #fffefd;
  --earth: #5d4037; --earth-dark: #2f211d; --earth-soft: #80685f;
  --sun: #ffa726; --sun-deep: #e88c0d; --sun-soft: #fff0ce;
  --violet: #8e24aa; --sage: #71806a; --sage-soft: #e8eee2;
  --danger: #b54747; --line: rgba(93, 64, 55, .15);
  --shadow: 0 24px 80px rgba(70, 43, 32, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--earth-dark); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
p, h1, h2, h3 { margin-top: 0; }
:focus-visible { outline: 3px solid rgba(142, 36, 170, .45); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0 !important; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; color: var(--earth-dark); }
h2 { font-size: clamp(2.55rem, 5vw, 4.8rem); letter-spacing: -.045em; }
h3 { font-size: 1.5rem; }
.large-copy { font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 1.8rem); line-height: 1.5; color: var(--earth); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--earth); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 1px; background: var(--sun-deep); }
.eyebrow.light { color: #f6e8d2; }.eyebrow.light > span { background: var(--sun); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; border-radius: 4px; padding: 0 24px; font-size: .86rem; font-weight: 800; letter-spacing: .01em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--earth); color: white; box-shadow: 0 13px 30px rgba(93, 64, 55, .2); }
.button-primary:hover { background: var(--earth-dark); box-shadow: 0 17px 34px rgba(48, 29, 23, .22); }
.button-sun { background: var(--sun); color: var(--earth-dark); box-shadow: 0 15px 34px rgba(255, 167, 38, .2); }
.button-sun:hover { background: #ffb442; }.button-outline { border-color: rgba(93,64,55,.27); color: var(--earth); background: transparent; }.button-outline:hover { border-color: var(--earth); background: rgba(93,64,55,.04); }.button-small { min-height: 42px; padding-inline: 18px; font-size: .76rem; }.button.full { width: 100%; }
.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(93,64,55,.08); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: flex; width: 210px; }.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: var(--earth); font-size: .78rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; padding: 32px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 1px; background: var(--sun-deep); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }.main-nav .nav-login { margin-left: 8px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--earth); }
.section-heading { margin-bottom: 58px; }.section-heading h2 { margin-bottom: 18px; }.section-heading > p:last-child { color: var(--earth-soft); }.section-heading.centered { text-align: center; display: flex; align-items: center; flex-direction: column; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading.narrow { max-width: 800px; margin-inline: auto; }.split-heading { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .55fr); align-items: end; gap: 80px; }.split-heading h2 { max-width: 760px; margin-bottom: 0; }
.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.72); background: #251b18; }.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.2fr; gap: 70px; padding-bottom: 56px; }.footer-grid > div { display: flex; flex-direction: column; gap: 10px; font-size: .82rem; }.footer-grid strong { color: white; margin-bottom: 12px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }.footer-grid a:hover { color: var(--sun); }.footer-brand img { filter: brightness(0) invert(1) sepia(.2); opacity: .9; width: 210px; margin-bottom: 14px; }.footer-brand p { max-width: 300px; }.newsletter { display: flex; border-bottom: 1px solid rgba(255,255,255,.35); }.newsletter input { width: 100%; border: 0; color: white; background: transparent; padding: 11px 0; outline: none; }.newsletter button { border: 0; color: var(--sun); background: transparent; font-size: 1.2rem; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }.footer-bottom div { display: flex; gap: 24px; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }.reveal-up { animation: rise .8s ease both; }.delay-one { animation-delay: .13s; }
@media (max-width: 1050px) {
  .section-pad { padding: 88px 0; }.container { width: min(100% - 34px, 1160px); }.header-inner { min-height: 76px; }.brand { width: 176px; }.menu-toggle { display: block; position: relative; z-index: 3; }.main-nav { position: fixed; inset: 0; visibility: hidden; padding: 105px 28px 40px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); transform: translateX(105%); transition: transform .3s ease, visibility 0s linear .3s; }.main-nav.is-open { visibility: visible; transform: none; transition-delay: 0s; }.main-nav > a:not(.button) { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.35rem; }.main-nav .button { margin-top: 24px; }.split-heading { grid-template-columns: 1fr; gap: 18px; }.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) { .container { width: min(100% - 28px, 1160px); }.section-pad { padding: 74px 0; }.footer-grid { grid-template-columns: 1fr; gap: 36px; }.footer-bottom { flex-direction: column; }.footer-bottom div { flex-wrap: wrap; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
