@font-face { font-family: "NG Serif"; src: url("assets/fonts/Georgia.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "NG Sans"; src: url("assets/fonts/SegoeUI.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "NG Script"; src: url("assets/fonts/Gabriola.ttf") format("truetype"); font-display: swap; }

:root {
  --cream: #fdfaf5;
  --paper: #fffdfa;
  --ink: #29170e;
  --forest: #1b4234;
  --forest-deep: #0c3b30;
  --gold: #cd7509;
  --coral: #e5684a;
  --soft-coral: #fae1d7;
  --soft-gold: #f9edcf;
  --soft-sage: #d9e1d1;
  --line: rgba(41, 23, 14, .12);
  --shadow: 0 4px 12px rgba(42, 32, 23, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: "NG Sans", "Segoe UI", sans-serif; font-size: 14px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(88.3%, 904px); margin: 0 auto; }
.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; }

.site-header { height: 109px; position: relative; z-index: 20; }
.header-row { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: block; width: 188px; height: 69px; flex: 0 0 188px; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: space-between; flex: 1; margin-left: 44px; max-width: 470px; font-size: 11px; font-weight: 600; }
.primary-nav > a, .nav-drop > button { position: relative; padding: 11px 0; transition: color .2s ease; }
.primary-nav > a:hover, .nav-drop > button:hover { color: var(--coral); }
.nav-drop { position: relative; }
.nav-drop > button { border: 0; background: transparent; cursor: pointer; display: flex; align-items: center; gap: 2px; }
.nav-drop > button svg { width: 12px; height: 12px; stroke-width: 2; }
.drop-menu { visibility: hidden; opacity: 0; transform: translateY(5px); position: absolute; z-index: 30; top: calc(100% + 4px); left: -16px; display: grid; gap: 2px; min-width: 170px; padding: 8px; border-radius: 10px; background: var(--paper); box-shadow: var(--shadow); transition: .18s ease; }
.nav-drop.open .drop-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.drop-menu a { padding: 7px 9px; border-radius: 6px; font-size: 11px; }
.drop-menu a:hover { background: var(--soft-gold); }
.button { border: 1px solid transparent; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 19px; border-radius: 999px; font-size: 11px; font-weight: 700; line-height: 1; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 5px 12px rgba(26, 56, 45, .18); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(205, 117, 9, .45); outline-offset: 3px; }
.button svg { width: 15px; height: 15px; stroke-width: 1.7; }
.button-gold { color: #fff; background: #d88b1a; }
.button-forest { color: #fff; background: var(--forest); padding-inline: 19px; }
.button-outline { color: var(--ink); background: transparent; border-color: var(--forest); padding-inline: 20px; }
.button-outline svg { width: 17px; height: 17px; }
.button-coral { color: #fff; background: var(--coral); padding-inline: 21px; }
.header-cta { margin-left: auto; min-width: 127px; }
.menu-toggle { display: none; }

.hero { height: 462px; margin-top: -31px; position: relative; overflow: visible; }
.hero-layout { height: 100%; position: relative; }
.hero-copy { position: relative; z-index: 2; width: 358px; padding-top: 75px; }
.hero h1, .section-heading h2, .steps-intro h2, .closing-cta h2 { margin: 0; font-family: "NG Serif", Georgia, serif; font-weight: 400; }
.hero h1 { font-size: 49px; line-height: 1.06; letter-spacing: -2.1px; }
.hero h1 em { position: relative; color: var(--coral); font-family: "NG Script", cursive; font-size: 1.28em; font-weight: 400; letter-spacing: -1px; font-style: normal; vertical-align: -2px; }
.hero-heart { position: absolute; top: 84px; right: 12px; color: var(--gold); font-family: "NG Script", cursive; font-size: 74px; line-height: .6; transform: rotate(-28deg); }
.hero-copy > p { margin: 18px 0 0; font-size: 12.3px; font-weight: 500; line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 20px; }
.stats { padding: 0; margin: 35px 0 0; display: flex; align-items: center; gap: 29px; list-style: none; }
.stats li { display: flex; align-items: center; gap: 9px; min-width: 96px; }
.stat-icon { width: 47px; height: 47px; flex: 0 0 47px; display: grid; place-items: center; border-radius: 50%; }
.stat-icon svg { width: 28px; height: 28px; stroke-width: 1.35; }
.pale-sage { background: var(--soft-sage); }.pale-coral { background: #f6d2c4; }.pale-gold { background: var(--soft-gold); }
.stats b { display: block; font-size: 15px; line-height: 1.1; }.stats small { display: block; margin-top: 3px; font-size: 9.6px; line-height: 1.7; }
.hero-visual { position: absolute; z-index: 1; top: 0; right: -43px; width: 606px; height: 448px; }
.hero-desktop-art { display: block; width: 100%; height: 100%; }
.hero-mobile-art { display: none; }

.difference { height: 207px; position: relative; color: #fff; background: linear-gradient(105deg, #0a3b30 0%, var(--forest) 48%, #0d3f33 100%); clip-path: polygon(0 11%, 7% 6%, 17% 1%, 35% 0, 55% 3%, 73% 2%, 92% 7%, 100% 3%, 100% 92%, 84% 96%, 66% 95%, 48% 97%, 31% 94%, 14% 98%, 0 94%); }
.difference-grid { height: 100%; display: grid; grid-template-columns: 180px repeat(4, 1fr); align-items: center; padding: 23px 8px 9px; }
.difference-intro { align-self: center; padding-bottom: 5px; }
.difference-intro h2 { margin: 0; font: 400 38px/.88 "NG Script", cursive; letter-spacing: -.8px; }
.difference-intro span { display: block; width: 112px; height: 7px; margin: 12px 0 0 15px; border-top: 3px solid #e4bd77; border-radius: 50%; transform: rotate(-6deg); }
.benefit { height: 126px; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 15px; border-left: 1px solid rgba(255,255,255,.72); }
.benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; margin: -10px 0 7px; border-radius: 50%; color: #fff; }
.benefit-icon svg { width: 28px; height: 28px; stroke-width: 1.35; }.benefit-icon.sage { background: #859a87; }.benefit-icon.coral { background: #e77d62; }.benefit-icon.gold { background: #d59418; }.benefit-icon.light { color: #3c6b52; background: #f0f0dc; }
.benefit h3 { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.18; }.benefit p { margin: 8px 0 0; font-size: 9px; line-height: 1.42; }

.services { height: 283px; padding-top: 8px; background: var(--cream); }
.section-heading { text-align: center; }.section-heading > span, .steps-intro > span { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: 1.25px; }.section-heading > span { display: block; }
.section-heading h2 { display: inline-block; position: relative; margin-top: 5px; font-size: 27px; line-height: 1.1; letter-spacing: -.8px; }.section-heading h2 i { position: absolute; top: -9px; right: -20px; color: var(--gold); font-family: "NG Script", cursive; font-size: 37px; font-style: normal; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 18px; padding: 0 4px; }
.service-card { position: relative; height: 191px; overflow: hidden; padding: 10px 7px; border: 1px solid rgba(41, 23, 14, .05); border-radius: 11px; background: rgba(255,255,255,.43); box-shadow: var(--shadow); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { z-index: 1; transform: translateY(-4px); box-shadow: 0 8px 18px rgba(42, 32, 23, .15); }
.service-art { position: relative; width: 116px; height: 75px; margin: -2px auto 0; display: grid; place-items: center; }.service-art::before { content: ""; width: 100%; height: 57px; border-radius: 50%; transform: rotate(-12deg); opacity: .75; }.sage-wash::before { background: #e0e5d8; }.coral-wash::before { background: #f6d5ca; }.gold-wash::before { background: #f7ebcb; }
.service-icon { position: absolute; z-index: 1; width: 55px; height: 55px; color: var(--forest); stroke-width: 1.3; }.coral-line { color: var(--coral); }.mini-calendar { position: absolute; z-index: 1; right: 5px; bottom: 10px; width: 42px; height: 42px; color: var(--forest); stroke-width: 1.3; }
.service-card h3 { margin: -1px 0 9px; font-size: 12px; font-weight: 700; line-height: 1.25; }.service-card p { margin: 0; font-size: 9px; line-height: 1.5; }.card-dash { position: absolute; bottom: 7px; left: 50%; width: 13px; height: 2px; transform: translateX(-50%); border-radius: 3px; background: var(--forest); }.service-card:nth-child(2) .card-dash { background: var(--coral); }.service-card:nth-child(5) .card-dash { background: var(--gold); }

.how-it-works { height: 170px; background: linear-gradient(105deg, #f9ebe3, #ffefe7); }.steps-layout { height: 100%; display: flex; align-items: center; }.steps-intro { flex: 0 0 270px; align-self: flex-start; padding-top: 27px; }.steps-intro h2 { position: relative; margin-top: 7px; font-size: 27px; line-height: 1.08; letter-spacing: -.8px; }.steps-intro h2 i { position: absolute; right: 8px; bottom: -2px; color: #f0a247; font: 400 38px/.8 "NG Script", cursive; transform: rotate(-25deg); }
.steps-list { flex: 1; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0; margin: 0; list-style: none; }.steps-list > li:not(.step-divider) { position: relative; width: 118px; padding-top: 12px; text-align: center; }.step-number { position: absolute; top: -4px; left: 4px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 13px; font-weight: 700; }.step-icon { display: grid; width: 62px; height: 62px; margin: 0 auto 6px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.86); box-shadow: 0 2px 7px rgba(60, 35, 22, .08); }.step-icon svg { width: 37px; height: 37px; stroke-width: 1.25; }.steps-list h3 { margin: 0; font-size: 11.5px; line-height: 1.18; }.steps-list p { margin: 7px -12px 0; font-size: 8.5px; line-height: 1.35; }.step-divider { width: 21px; margin: 0 -2px; color: var(--ink); }.step-divider svg { width: 21px; height: 21px; stroke-width: 1.4; }

.closing { height: 181px; background: var(--cream); }.closing-layout { width: 100%; max-width: none; height: 100%; display: flex; }.testimonial { flex: 0 0 718px; height: 181px; overflow: hidden; }.testimonial img { display: block; width: 718px; height: 182px; }.closing-cta { position: relative; flex: 1; padding: 19px 0 0 37px; }.closing-cta h2 { font-size: 25px; line-height: 1.07; letter-spacing: -.9px; }.closing-cta p { margin: 12px 0 10px; font-size: 9px; line-height: 1.5; }.closing-cta .button { min-height: 35px; padding: 8px 18px; font-size: 10px; }.wavy-line { position: absolute; left: 45px; bottom: -2px; width: 108px; height: 10px; border-top: 2px solid var(--coral); border-radius: 50%; transform: rotate(-1deg); }.cta-heart { position: absolute; right: 14px; bottom: 8px; color: var(--coral); font-size: 36px; transform: rotate(-15deg); }

.site-footer { height: 155px; color: var(--ink); background: var(--cream); }.footer-main { height: 131px; position: relative; display: grid; grid-template-columns: 250px 140px 176px 166px 1fr; padding-top: 12px; }.footer-brand img { width: 139px; height: 50px; object-fit: contain; object-position: left center; }.footer-brand p { margin: 2px 0 7px 10px; font-size: 8.5px; line-height: 1.35; }.socials { display: flex; gap: 12px; margin-left: 10px; }.socials a { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #fff; background: #958f87; font-size: 9px; font-weight: 700; }.footer-column { padding-top: 7px; display: flex; flex-direction: column; gap: 4px; font-style: normal; }.footer-column h3 { margin: 0 0 4px; font-size: 9px; font-weight: 700; }.footer-column a, .footer-column span { font-size: 8px; line-height: 1.23; }.footer-column a:hover { color: var(--coral); }.contact-list { gap: 6px; }.contact-list span, .contact-list a { display: flex; align-items: center; gap: 8px; }.contact-list svg { width: 13px; height: 13px; color: var(--forest); stroke-width: 1.6; }.footer-house { position: absolute; right: -9px; bottom: 0; width: 190px; height: 137px; object-fit: contain; }.footer-bottom { height: 24px; color: #fff; background: var(--forest); }.footer-bottom .shell { height: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 8px; }.footer-bottom span:last-child { display: flex; gap: 12px; align-items: center; }.footer-bottom i { width: 1px; height: 10px; background: rgba(255,255,255,.75); }

@media (max-width: 860px) {
  .site-header { height: 78px; }.header-row { justify-content: space-between; }.brand { width: 156px; height: 58px; }.header-cta { display: none; }.menu-toggle { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 4px; width: 39px; height: 39px; padding: 8px; border: 0; border-radius: 50%; color: var(--forest); background: var(--soft-sage); cursor: pointer; }.menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; background: currentColor; transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }.primary-nav { visibility: hidden; opacity: 0; transform: translateY(-5px); position: absolute; z-index: 30; top: 71px; right: 5.85%; left: 5.85%; max-width: none; margin: 0; padding: 12px; display: grid; justify-content: stretch; gap: 2px; border-radius: 14px; background: var(--paper); box-shadow: 0 12px 32px rgba(20, 49, 38, .16); transition: .2s ease; }.primary-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }.primary-nav > a, .nav-drop > button { width: 100%; padding: 10px; border-radius: 7px; text-align: left; }.nav-drop > button { justify-content: space-between; }.drop-menu { position: static; display: none; box-shadow: none; transform: none; padding: 0 5px 5px; background: transparent; }.nav-drop.open .drop-menu { display: grid; }.hero { height: auto; min-height: 602px; margin-top: 0; padding: 20px 0 34px; }.hero-copy { width: 53%; padding-top: 35px; }.hero h1 { font-size: clamp(38px, 5.4vw, 48px); }.hero-heart { right: -4px; }.hero-copy > p { font-size: 11px; }.hero-visual { top: 20px; right: -6%; width: 59%; height: auto; }.hero-desktop-art { width: 100%; height: auto; }.stats { gap: 13px; }.stats li { min-width: 0; }.stats li:nth-child(3) { display: none; }.difference, .services, .how-it-works, .closing, .site-footer { height: auto; }.difference { clip-path: none; padding: 36px 0; }.difference-grid { height: auto; grid-template-columns: 1fr 1fr; gap: 24px 0; padding: 0; }.difference-intro { grid-column: 1 / -1; text-align: center; }.difference-intro span { margin-inline: auto; }.benefit { min-height: 126px; }.services { padding: 36px 0 44px; }.services-grid { grid-template-columns: repeat(3, 1fr); max-width: 610px; }.how-it-works { padding: 32px 0; }.steps-layout { height: auto; display: block; }.steps-intro { padding: 0 0 25px; }.steps-list { height: auto; }.closing { padding: 0; }.closing-layout { height: auto; }.testimonial { flex-basis: 70%; height: auto; }.testimonial img { width: 100%; height: auto; }.closing-cta { padding-left: 22px; }.site-footer { padding-top: 22px; }.footer-main { height: auto; min-height: 180px; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 15px; padding-bottom: 22px; }.footer-house { display: none; }.footer-brand { grid-row: span 2; }.footer-bottom { height: auto; min-height: 30px; padding: 8px 0; }
}

@media (max-width: 639px) {
  .shell { width: min(89.7%, 470px); }.site-header { height: 72px; }.brand { width: 145px; height: 53px; }.primary-nav { top: 64px; }.hero { min-height: 0; padding: 27px 0 35px; overflow: hidden; }.hero-layout { display: flex; flex-direction: column; }.hero-copy { width: 100%; padding: 0; }.hero h1 { font-size: 43px; letter-spacing: -1.7px; }.hero-heart { top: 47px; right: 3px; font-size: 66px; }.hero-copy > p { margin-top: 15px; font-size: 11.5px; }.desktop-only { display: none; }.hero-actions { gap: 9px; margin-top: 18px; }.button { padding-inline: 14px; font-size: 10px; }.hero-visual { position: relative; top: auto; right: auto; order: 2; width: 100%; height: 244px; margin-top: 27px; overflow: hidden; border-radius: 42% 42% 24px 24px; background: var(--soft-sage); }.hero-desktop-art { display: none; }.hero-mobile-art { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }.stats { order: 3; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 10px; margin-top: 22px; }.stats li:nth-child(3) { display: flex; }.stats li { gap: 8px; }.stat-icon { width: 43px; height: 43px; flex-basis: 43px; }.stats small { font-size: 9px; }.difference { padding: 37px 0; }.difference-grid { gap: 25px 0; }.difference-intro h2 { font-size: 42px; }.benefit { height: auto; min-height: 123px; padding: 0 8px; }.benefit:nth-child(2n+1) { border-left: 0; }.benefit p { font-size: 8.8px; }.section-heading h2 { max-width: 320px; font-size: 28px; }.services { padding: 34px 0 42px; }.services-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; padding: 0 8px; }.service-card { height: 166px; padding: 7px; }.service-art { transform: scale(.85); transform-origin: center bottom; height: 62px; margin-bottom: -7px; }.service-card h3 { margin-bottom: 6px; }.how-it-works { padding: 35px 0 38px; }.steps-intro { padding-bottom: 25px; }.steps-intro h2 { font-size: 31px; }.steps-list { display: grid; grid-template-columns: 1fr; gap: 0; }.steps-list > li:not(.step-divider) { width: 100%; min-height: 134px; display: grid; grid-template-columns: 76px 1fr; grid-template-rows: 31px 1fr; align-items: center; padding: 0; text-align: left; }.step-number { top: 0; left: 0; }.step-icon { grid-row: 1 / 3; width: 61px; height: 61px; margin: 0; }.steps-list h3 { align-self: end; }.steps-list p { align-self: start; margin: 4px 0 0; font-size: 9px; }.step-divider { display: none; }.closing { padding: 0 0 32px; }.closing-layout { display: block; }.testimonial { width: 100%; height: auto; }.testimonial img { width: 100%; height: auto; }.closing-cta { min-height: 210px; padding: 30px 5px 0; }.closing-cta h2 { font-size: 31px; }.closing-cta p { font-size: 10px; }.wavy-line { left: 8px; bottom: 4px; }.cta-heart { right: 10px; bottom: 3px; }.site-footer { padding-top: 26px; }.footer-main { grid-template-columns: 1fr 1fr; gap: 20px 11px; padding-bottom: 25px; }.footer-brand { grid-column: 1 / -1; grid-row: auto; }.footer-brand img { width: 160px; }.footer-column { padding: 0; }.footer-column:nth-of-type(3) { grid-column: 1 / -1; }.footer-bottom .shell { align-items: flex-start; gap: 8px; flex-direction: column; font-size: 7.5px; }.footer-bottom span:last-child { gap: 9px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

@media (min-width: 640px) and (max-width: 860px) { .closing-layout { width: min(88.3%, 904px); height: auto; } }
@media (max-width: 639px) { .closing-layout { width: min(89.7%, 470px); } }

/* Preserve the 1024 px reference canvas, but center the final testimonial/CTA row on wider displays. */
@media (min-width: 1025px) { .closing-layout { width: 1024px; margin-inline: auto; } }
