/* Shared presentation and conversion flows for the existing static site. */
:root {
  --color-bg: #f8f5ee;
  --color-surface: #fffdf8;
  --color-brand: #ad5223;
  --color-brand-deep: #873d1b;
  --color-text: #243c34;
  --color-muted: #5c655c;
  --color-border: #dddcd0;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-soft: 0 16px 44px rgba(27, 48, 39, .08);
}
body { background: var(--color-bg); }
[hidden] { display: none !important; }
button, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #ad5223; outline-offset: 4px; }
section[id], main[id] { scroll-margin-top: 100px; }
.reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
.section-pad { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: .8rem 1rem; background: white; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { background: rgba(248, 245, 238, .96); border-bottom: 1px solid var(--color-border); }
.nav-wrap { min-height: 84px; position: relative; }
.brand img { width: auto; height: 54px; object-fit: contain; }
.site-nav { gap: 1.25rem; align-items: center; font-size: .9rem; }
.site-nav a { padding-block: .75rem; }
.nav-cta { font-size: .85rem; padding: .65rem 1rem; box-shadow: none; }
.nav-cta svg { width: 1.3rem; height: 1.3rem; }
.menu-toggle { display: none; align-items: center; gap: .6rem; border: 1px solid var(--color-border); border-radius: 8px; padding: .6rem .8rem; background: var(--color-surface); color: var(--color-text); }
.btn { min-height: 48px; text-align: center; font-size: .94rem; line-height: 1.4; }
.btn-primary { box-shadow: none; background: var(--color-brand); }
.btn-primary:hover { background: var(--color-brand-deep); transform: translateY(-2px); }
.btn-secondary { background: transparent; border-color: #9aa397; }
.btn-secondary:hover { background: #eeeade; }
.hero { padding: clamp(2.5rem, 5vw, 4.5rem) 0 3.5rem; }
.hero-grid { gap: 3.5rem; }
.hero-copy { gap: 1.3rem; }
.hero h1 { font-size: clamp(2.6rem, 4.5vw, 4.1rem); line-height: 1.1; letter-spacing: -.045em; text-wrap: initial; }
.hero h1 em { color: var(--color-brand-deep); font-weight: 500; }
.hero .eyebrow { margin: 0; font-size: .72rem; }
.hero-lead { font-size: 1.08rem; max-width: 48ch; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero .helper { font-size: .84rem; margin-top: -.5rem; }
.hero-media::before { display: none; }
.hero-media .hero-photo { width: 100%; height: 490px; min-height: 0; max-height: none; object-fit: cover; border-radius: 120px 20px 20px 20px; box-shadow: none; }
.hero-media figcaption { font-size: .75rem; }
.hero-photo-note { position: absolute; bottom: 4rem; left: -1.3rem; background: var(--color-surface); border: 1px solid var(--color-border); padding: 1.15rem 1.4rem; border-radius: 12px; box-shadow: var(--shadow-soft); }
.hero-photo-note .eyebrow { font-size: .61rem; margin-bottom: .5rem; }
.hero-photo-note p { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.35; }
.hero-facts { margin: .75rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--color-border); list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.hero-facts li { display: grid; gap: .2rem; }
.hero-facts strong { font-size: .97rem; }
.hero-facts span { font-size: .72rem; color: var(--color-muted); }
.context-band { padding: 1.1rem 0; background: #eeeee4; }
.trust-strip { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem 1.5rem; font-size: .84rem; font-weight: 500; }
.trust-strip span::before { content: "✓"; color: var(--color-accent); margin-right: .7rem; }
.section-head { max-width: 740px; margin-bottom: 2rem; }
h2 { letter-spacing: -.025em; line-height: 1.15; }
.section-head > p:last-child { max-width: 64ch; }
.service-card { box-shadow: none; background: var(--color-surface); gap: .8rem; }
.service-card h3 { font-size: 1.65rem; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.service-card-icon { background: #eeeee4; width: 2.8rem; height: 2.8rem; color: var(--color-accent); }
.service-card-icon svg { width: 1.6rem; height: 1.6rem; }
.service-card .service-outcome { font-size: .74rem; color: var(--color-accent); font-weight: 600; }
.service-card .service-card-price { margin-top: auto; padding-top: .8rem; font-size: .9rem; color: var(--color-brand-deep); }
.service-card .btn { align-self: end; }
.calendar-showcase { background: #203f38; }
.calendar-preview { box-shadow: 0 20px 45px rgba(0,0,0,.12); }
.calendar-preview-bar a { min-height: 44px; }
.calendar-details, .calendar-preview-bar a { text-decoration-thickness: 1px; }
.product-features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-gallery-section { border-top: 1px solid var(--color-border); }
.panel-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.panel-gallery-item { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); box-shadow: var(--shadow-soft); }
.panel-gallery-item a { display: block; background: #f4f0e8; }
.panel-gallery-item img { width: 100%; height: auto; max-height: none; aspect-ratio: 16 / 9; object-fit: contain; transition: transform 240ms ease; }
.panel-gallery-item a:hover img, .panel-gallery-item a:focus-visible img { transform: scale(1.015); }
.panel-gallery-item figcaption { display: grid; gap: .35rem; padding: 1.1rem 1.2rem 1.2rem; }
.panel-gallery-item strong { font-family: var(--font-display); font-size: 1.2rem; line-height: 1.15; }
.panel-gallery-item span { color: var(--color-muted); font-size: .9rem; line-height: 1.5; }
.features-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.features-grid .value-card { min-height: 10.5rem; padding: 1.35rem; background: var(--color-surface); }
.features-grid .value-card h3 { font-size: 1.24rem; }
.features-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2rem; }
.home-price { display: grid; align-items: center; gap: 3rem; grid-template-columns: 1fr 1fr; }
.price-copy { display: grid; gap: 1.2rem; }
.price-copy > p:not(.eyebrow) { color: var(--color-muted); max-width: 45ch; }
.text-link { font-size: .94rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; padding-block: .5rem; }
.home-price-card { border: 1px solid #b8c6b7; background: var(--color-surface); border-radius: 20px; padding: clamp(1.5rem, 3vw, 2.5rem); display: grid; gap: 1.3rem; box-shadow: var(--shadow-soft); }
.home-price-card .eyebrow { margin: 0; }
.home-price-amount { display: flex; align-items: baseline; flex-wrap: wrap; gap: .6rem; }
.home-price-amount strong { font-family: var(--font-display); font-weight: 600; font-size: 4.3rem; line-height: 1; letter-spacing: -.05em; }
.home-price-amount span { color: var(--color-muted); }
.home-price-card .helper { font-size: .77rem; }
.process-list { list-style: none; padding: 0; counter-reset: process; gap: 1.4rem; margin-top: 1rem; }
.process-list li { counter-increment: process; position: relative; padding-left: 3rem; display: grid; gap: .35rem; }
.process-list li::before { content: "0" counter(process); position: absolute; top: 0; left: 0; color: var(--color-brand-deep); font-weight: 600; font-size: 1.1rem; }
.process-list strong { color: var(--color-text); }
.process-list span { font-size: .94rem; }
.process-gallery img { box-shadow: none; }
.authority { background: #eeeee4; border: none; border-left: 3px solid var(--color-accent); border-radius: 0; box-shadow: none; padding: 1rem 0 1rem 2rem; max-width: 920px; }
.authority h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.authority:hover { box-shadow: none; transform: none; }
.demo-card, .value-card, .step-card, .pricing-card { box-shadow: none; }
.demo-card .btn { justify-self: start; align-self: end; }
.faq-wrap { max-width: 900px; }
.faq-item { padding: 1.1rem 1.25rem; box-shadow: none; background: var(--color-surface); }
.faq-item summary { min-height: 28px; }
.faq-item p { max-width: 72ch; }
.faq-wrap > .faq-item { margin-top: .8rem; }
.closing-cta { background: transparent; border: none; border-top: 1px solid var(--color-border); border-radius: 0; padding: 2rem 0 0; margin-top: 2rem; }
.closing-cta h3 { font-size: 1.65rem; }
.closing-cta > p { color: var(--color-muted); }
.closing-cta-actions .btn-secondary { font-size: .85rem; }
.contact-section { background: #e9eee4; border-top: 1px solid var(--color-border); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; }
.contact-grid h2 { margin-bottom: 1rem; }
.contact-grid > div > p:not(.eyebrow) { color: var(--color-muted); max-width: 43ch; }
.contact-builder { padding: 2rem; border: 1px solid #ccd2c3; border-radius: 16px; background: var(--color-surface); display: grid; gap: 1rem; }
.contact-fields { display: grid; gap: 1rem; }
.contact-fields label { display: grid; gap: .5rem; font-size: .87rem; font-weight: 600; }
.contact-fields select { width: 100%; min-width: 0; min-height: 48px; border: 1px solid #9ba594; border-radius: 8px; background: white; color: var(--color-text); padding: .6rem; }
.contact-builder .helper { font-size: .77rem; }
.footer-wrap { padding-block: 2rem; gap: 1rem; font-size: .83rem; }
.footer-links { gap: .75rem 1.25rem; }
.site-footer { background: #20382f; }
.footer-wrap a { color: #e6dfca; }
.mobile-contact { display: none; }
.product-hero h1 { font-size: clamp(2.35rem, 4vw, 3.65rem); line-height: 1.14; letter-spacing: -.04em; }
.product-hero-media img { height: 400px; }
.software-preview { background: var(--color-surface); border: 1px solid var(--color-border); }
.software-preview img { height: auto; min-height: 0; max-height: none; object-fit: contain; }
.software-preview figcaption { font-size: .8rem; padding: .9rem; color: var(--color-muted); border-top: 1px solid var(--color-border); }
.pricing-card--featured::before { content: none; }
.pricing-card .btn { margin-top: auto; }
.pricing-card .pricing-includes { margin-block: .6rem; }
.dialog-open { overflow: hidden; }
.calendar-dialog { padding: 1rem; border: 0; border-radius: 16px; width: min(1500px, calc(100% - 2rem)); max-width: none; max-height: 90dvh; background: var(--color-surface); color: var(--color-text); }
.calendar-dialog::backdrop { background: rgba(16,31,24,.8); }
.calendar-dialog-bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.calendar-dialog-bar h2 { font-family: var(--font-body); font-size: 1rem; }
.calendar-dialog > p { font-size: .8rem; margin: .6rem 0 1rem; color: var(--color-muted); }
.calendar-dialog-scroll { overflow: auto; max-height: 68dvh; border: 1px solid var(--color-border); border-radius: 8px; }
.calendar-dialog-scroll img { width: 1920px; max-width: none; height: auto; }
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
}
@media (max-width: 1023px) {
  .nav-wrap { flex-wrap: wrap; min-height: 74px; gap: .65rem; padding-block: .5rem; }
  .site-nav { display: flex; flex-wrap: wrap; width: 100%; order: 3; gap: .1rem 1rem; }
  .nav-enhanced .site-nav { display: none; }
  .nav-enhanced .site-nav.is-open { display: flex; }
  .menu-toggle:not([hidden]) { display: inline-flex; margin-left: auto; }
  .nav-wrap > .nav-cta { display: none; }
  .site-header { position: sticky; top: 0; }
  .hero-grid { gap: 2rem; }
  .hero-media .hero-photo { height: 400px; }
  .hero-photo-note { left: -.6rem; padding: 1rem; }
  .hero-photo-note p { font-size: 1.1rem; }
  .hero-actions .btn { font-size: .85rem; }
}
@media (max-width: 779px) {
  body:has(.mobile-contact) { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  section[id] { scroll-margin-top: 88px; }
  .hero { padding: 2rem 0 2.5rem; }
  .hero-grid { gap: 2rem; }
  .hero h1 { font-size: clamp(2.4rem, 8.9vw, 3.8rem); }
  .hero-lead { font-size: 1rem; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { font-size: .94rem; }
  .hero-facts { margin-top: .2rem; }
  .hero-facts strong { font-size: .88rem; }
  .hero-facts span { font-size: .7rem; }
  .hero-media .hero-photo { height: 320px; border-radius: 60px 14px 14px 14px; }
  .hero-photo-note { left: .8rem; bottom: 3rem; padding: .85rem 1rem; }
  .trust-strip { display: grid; gap: .55rem; font-size: .8rem; }
  .home-price, .contact-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .contact-builder { padding: 1.25rem; }
  .services-grid { grid-template-columns: minmax(0, 1fr); }
  .product-features-grid { grid-template-columns: 1fr; }
  .panel-gallery { grid-template-columns: 1fr; }
  .calendar-viewport { max-height: 420px; }
  .calendar-actions { display: grid; justify-items: stretch; text-align: center; }
  .calendar-heading { gap: 1rem; }
  .calendar-benefits { gap: 1rem; }
  .calendar-benefits span { font-size: .87rem; }
  .mobile-contact { display: flex; position: fixed; z-index: 25; bottom: 0; inset-inline: 0; align-items: center; justify-content: space-between; gap: .6rem; background: rgba(255,253,248,.98); border-top: 1px solid var(--color-border); padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom)); box-shadow: 0 -5px 20px rgba(27,48,39,.06); }
  .mobile-contact > span { font-size: .72rem; max-width: 8ch; }
  .mobile-contact .btn { font-size: .8rem; padding-inline: 1rem; }
  .product-hero-media img { height: 300px; }
  .software-preview img { height: auto; }
  .authority { width: min(calc(100% - 2.4rem), var(--container)); padding-left: 1.2rem; }
  .calendar-dialog { padding: .75rem; }
  .calendar-dialog-bar { align-items: start; }
  .calendar-dialog-bar .btn { white-space: nowrap; min-height: 44px; padding: .5rem .8rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
