:root {
  --lake-blue: #123b56;
  --alpine-teal: #0f8b8d;
  --teal-text: #076062;
  --sunrise-amber: #f2b84b;
  --cloud-white: #f7fbfc;
  --slate-gray: #5d7180;
  --ink: #10232e;
  --line: #cbdce1;
  --mist: #e9f5f4;
  --white: #fff;
  --shadow: 0 18px 44px rgba(18, 59, 86, .10);
}

* { box-sizing: border-box; }
[aria-disabled="true"] { opacity: .58; pointer-events: none; cursor: default; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cloud-white); color: var(--ink); font: 400 16px/1.62 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--sunrise-amber); outline-offset: 3px; }

.skip-link { position: fixed; z-index: 99; left: 16px; top: -60px; background: var(--ink); color: var(--white); padding: 9px 14px; text-decoration: none; }
.skip-link:focus { top: 16px; }
.shell { width: min(100% - 40px, 1160px); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 251, 252, .97); border-bottom: 1px solid rgba(203, 220, 225, .85); }
.topbar { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--lake-blue); flex: none; }
.brand img { width: 39px; height: 39px; }
.brand strong { display: grid; line-height: 1; font-family: Manrope, Inter, sans-serif; font-size: 18px; letter-spacing: -.7px; }
.brand strong span { color: var(--teal-text); font-size: 12px; letter-spacing: .3px; margin-top: 4px; }
.menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 0 8px 12px; color: var(--lake-blue); border: 0; background: transparent; font-size: 14px; font-weight: 800; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 19px; height: 2px; display: block; position: relative; background: currentColor; content: ""; }
.menu-toggle i::before { position: absolute; top: -6px; }
.menu-toggle i::after { position: absolute; top: 6px; }
.site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 60px; padding: 12px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.site-nav.is-open { display: grid; }
.site-nav a { padding: 11px; color: var(--lake-blue); text-decoration: none; font-size: 14px; font-weight: 800; }
.site-nav a[aria-current="page"] { color: var(--teal-text); }
.nav-button { background: var(--lake-blue); color: var(--white) !important; text-align: center; }

.eyebrow { margin: 0 0 13px; color: var(--teal-text); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.amber { color: var(--sunrise-amber); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, Inter, sans-serif; color: var(--lake-blue); letter-spacing: -.045em; }
h1 { max-width: 830px; margin-bottom: 22px; font-size: clamp(2.65rem, 9vw, 5.75rem); line-height: .98; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1.03; }
h3 { margin-bottom: 10px; font-size: 1.35rem; line-height: 1.15; }
.lede { max-width: 690px; color: var(--slate-gray); font-size: 1.1rem; }
.section { padding: 74px 0; }
.section-tight { padding: 54px 0; }
.section-head { display: grid; gap: 5px; max-width: 700px; }
.section-head .lede { margin-bottom: 0; }
.rule { height: 1px; background: var(--line); }
.muted { color: var(--slate-gray); }
.small { font-size: .87rem; }
.highlight { color: var(--teal-text); }
.notice { border-left: 4px solid var(--sunrise-amber); padding: 14px 16px; color: var(--lake-blue); background: #fff8e9; }

.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 17px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 850; line-height: 1.1; }
.button.primary { background: var(--sunrise-amber); color: var(--lake-blue); }
.button.secondary { border-color: var(--lake-blue); color: var(--lake-blue); }
.button.dark { background: var(--lake-blue); color: var(--white); }
.text-link { color: var(--lake-blue); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.hero { padding: 56px 0 38px; }
.hero-grid { display: grid; gap: 34px; }
.hero-copy { align-self: center; }
.hero-art { position: relative; min-height: 330px; overflow: hidden; background: var(--mist); border: 1px solid #cce6e4; }
.hero-art::before { position: absolute; content: ""; width: 230px; height: 230px; right: -44px; top: -56px; background: var(--sunrise-amber); border-radius: 50%; }
.hero-art::after { position: absolute; content: ""; width: 120%; height: 44%; left: -8%; bottom: -16%; background: var(--lake-blue); transform: rotate(-5deg); }
.hero-note { position: absolute; z-index: 1; right: 20px; top: 20px; padding: 12px 14px; background: var(--lake-blue); color: var(--white); font-size: 13px; font-weight: 800; }
.hero-window { position: absolute; z-index: 1; top: 76px; left: 10%; width: 54%; height: 46%; padding: 16px; background: var(--white); box-shadow: var(--shadow); }
.hero-window .mini-rule { height: 7px; margin: 9px 0; background: #dce8ec; }
.hero-window .mini-rule.short { width: 56%; background: var(--alpine-teal); }
.hero-window .mini-button { width: 72px; height: 24px; margin-top: 19px; background: var(--sunrise-amber); }
.hero-orbit { position: absolute; z-index: 1; width: 130px; height: 130px; right: 14%; bottom: 30px; border: 18px solid var(--alpine-teal); border-radius: 50%; }
.hero-orbit::after { position: absolute; content: ""; width: 21px; height: 21px; right: -32px; top: 18px; background: var(--sunrise-amber); border-radius: 50%; }
.hero-stat { display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 10px; margin-top: 32px; color: var(--slate-gray); font-size: 14px; }
.hero-stat b { color: var(--lake-blue); font-size: 22px; }

.sector-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-strip .shell { display: grid; gap: 11px; padding: 19px 0; color: var(--slate-gray); font-size: 13px; }
.sector-list { display: flex; flex-wrap: wrap; gap: 9px 20px; color: var(--lake-blue); font-weight: 800; }
.sector-list span::before { content: "•"; color: var(--sunrise-amber); margin-right: 8px; }

.service-grid, .pricing-grid, .work-grid, .value-grid { display: grid; gap: 16px; margin-top: 35px; }
.service, .price-card, .work-card, .value-card { background: var(--white); border: 1px solid var(--line); padding: 24px; }
.service-number { color: var(--teal-text); font-weight: 900; letter-spacing: .06em; }
.service p, .value-card p { margin-bottom: 0; color: var(--slate-gray); }
.process { display: grid; gap: 0; margin-top: 35px; border-top: 1px solid var(--line); }
.process article { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-num { width: 34px; height: 34px; display: grid; place-items: center; background: var(--mist); color: var(--lake-blue); border-radius: 50%; font-weight: 900; }
.process p { margin: 0; color: var(--slate-gray); }

.dark-band { background: var(--lake-blue); }
.dark-band h2, .dark-band h3, .dark-band p, .dark-band .text-link { color: var(--white); }
.dark-band .lede { color: #c7e4e4; }
.dark-band .work-card { background: transparent; border-color: #507487; }
.dark-band .work-card p { color: #c7e4e4; }
.dark-band .value-card { background: transparent; border-color: #507487; }
.dark-band .feature-list { color: #c7e4e4; }
.dark-band .table-wrap { background: var(--white); }
.work-card { padding: 0; overflow: hidden; }
.work-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; background: var(--mist); }
.work-card-content { padding: 21px 22px 24px; }
.work-card .label { color: var(--teal-text); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.dark-band .work-card .label { color: var(--sunrise-amber); }
.work-card p { margin-bottom: 15px; color: var(--slate-gray); }
.concept-flag { display: inline-block; margin-bottom: 8px; color: var(--slate-gray); font-size: 12px; font-weight: 800; }

.price-card { display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--alpine-teal); }
.price-kicker { color: var(--teal-text); font-size: 12px; font-weight: 900; letter-spacing: .11em; }
.price { margin: 12px 0 0; font-family: Manrope, Inter, sans-serif; color: var(--lake-blue); font-size: 2rem; font-weight: 850; letter-spacing: -.06em; }
.monthly { min-height: 26px; margin: 0 0 17px; color: var(--slate-gray); font-size: 14px; }
.checklist { display: grid; gap: 10px; margin: 3px 0 27px; padding: 0; list-style: none; color: var(--slate-gray); }
.checklist li { display: grid; grid-template-columns: 17px 1fr; gap: 9px; }
.checklist li::before { content: "✓"; color: var(--teal-text); font-weight: 900; }
.price-card .button { margin-top: auto; }
.price-note { margin: 22px 0 0; color: var(--slate-gray); font-size: 14px; }

.cta-band { background: var(--lake-blue); color: var(--white); }
.cta-band h2 { color: var(--white); }
.cta-band p { margin-bottom: 0; color: #d8f3ef; }
.cta-inner { display: grid; gap: 20px; align-items: center; padding: 48px 0; }
.cta-band .button.secondary { border-color: var(--white); color: var(--white); }

.page-hero { padding: 50px 0 42px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.45rem, 7vw, 4.9rem); }
.page-hero .lede { margin-bottom: 0; }
.split { display: grid; gap: 30px; align-items: start; }
.image-frame { border: 1px solid var(--line); background: var(--mist); }
.image-frame img { width: 100%; }
.feature-list { margin: 0; padding-left: 22px; color: var(--slate-gray); }
.feature-list li { margin-bottom: 8px; }

.builder { display: grid; gap: 30px; }
.builder fieldset { margin: 0; padding: 0; border: 0; }
.builder legend { margin-bottom: 12px; color: var(--lake-blue); font-family: Manrope, Inter, sans-serif; font-size: 1.15rem; font-weight: 850; }
.choice-grid { display: grid; gap: 9px; }
.choice { display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); background: var(--white); color: var(--lake-blue); font-weight: 700; }
.choice input { width: 18px; height: 18px; accent-color: var(--alpine-teal); }
.estimate { padding: 22px; background: var(--lake-blue); color: var(--white); }
.estimate .eyebrow { color: var(--sunrise-amber); }
.estimate p:last-child { margin-bottom: 0; font-size: 1.12rem; font-weight: 800; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
table { width: 100%; min-width: 650px; border-collapse: collapse; }
th, td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--mist); color: var(--lake-blue); font-size: 13px; }
td { color: var(--slate-gray); font-size: 14px; }
tr:last-child td { border-bottom: 0; }

.about-mark { position: relative; min-height: 275px; overflow: hidden; background: var(--lake-blue); }
.about-mark::before { position: absolute; content: ""; width: 250px; height: 250px; left: 16%; top: 21px; border: 22px solid var(--alpine-teal); border-radius: 50%; }
.about-mark::after { position: absolute; content: ""; width: 100%; height: 49%; bottom: -20%; background: var(--sunrise-amber); transform: rotate(7deg); }
.about-mark span { position: absolute; z-index: 1; right: 11%; top: 45%; color: var(--white); font-family: Manrope, Inter, sans-serif; font-size: 2.2rem; font-weight: 900; letter-spacing: -.08em; }

.contact-grid { display: grid; gap: 30px; }
.contact-options { display: grid; gap: 12px; margin-top: 24px; }
.contact-options .button { justify-content: flex-start; }
.contact-details { margin: 24px 0 0; padding: 0; list-style: none; color: var(--slate-gray); }
.contact-details li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.contact-details a { color: var(--lake-blue); font-weight: 800; }
.form-panel { padding: 23px; background: var(--white); border: 1px solid var(--line); }
.form-panel h2 { font-size: 1.7rem; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { color: var(--lake-blue); font-size: 14px; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; padding: 12px; border: 1px solid #9ebbc4; border-radius: 4px; color: var(--ink); background: var(--white); }
.field textarea { resize: vertical; min-height: 125px; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a32921; }
.field-error { min-height: 18px; color: #a32921; font-size: 13px; }
.form-status { min-height: 26px; margin: 15px 0 0; color: var(--lake-blue); font-weight: 700; }
.map-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.map-card img { width: 100%; }
.map-card div { padding: 18px; }
.map-card p { margin-bottom: 12px; color: var(--slate-gray); }

.demo-bar { padding: 11px 0; background: var(--sunrise-amber); color: var(--lake-blue); font-size: 13px; font-weight: 850; text-align: center; }
.demo-header { background: var(--white); border-bottom: 1px solid var(--line); }
.demo-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 64px; }
.demo-name { color: var(--lake-blue); text-decoration: none; font-family: Georgia, serif; font-size: 1.16rem; font-weight: 700; }
.demo-nav { display: flex; gap: 14px; }
.demo-nav a { color: var(--slate-gray); font-size: 13px; font-weight: 800; text-decoration: none; }
.demo-hero { padding: 66px 0; }
.demo-hero.hotel { background: #e9f5f4; }
.demo-hero.restaurant { background: #f8efe2; }
.demo-hero.tour { background: #ddeff0; }
.demo-hero .shell { display: grid; gap: 30px; align-items: center; }
.demo-hero h1 { font-family: Georgia, serif; font-size: clamp(2.5rem, 8vw, 5.2rem); }
.demo-hero.restaurant h1 { color: #823d1a; }
.demo-hero.tour h1 { color: var(--lake-blue); }
.demo-hero .lede { color: var(--slate-gray); }
.demo-hero img { width: 100%; border: 1px solid rgba(18, 59, 86, .15); }
.demo-section { padding: 58px 0; }
.demo-section h2 { font-family: Georgia, serif; }
.demo-grid { display: grid; gap: 16px; margin-top: 25px; }
.demo-tile { padding: 20px; border: 1px solid var(--line); background: var(--white); }
.demo-tile p { margin: 0; color: var(--slate-gray); }
.demo-footer { padding: 25px 0; background: var(--lake-blue); color: #d8f3ef; text-align: center; font-size: 14px; }

.legal { max-width: 810px; }
.legal h2 { margin-top: 46px; font-size: 1.6rem; }
.legal p, .legal li { color: var(--slate-gray); }
.legal a { color: var(--lake-blue); }

.site-footer { background: var(--ink); color: #c8d7dc; }
.footer-grid { display: grid; gap: 30px; padding: 45px 0 27px; }
.site-footer .brand { color: var(--white); }
.site-footer .brand span { color: #9ce1df; }
.footer-intro { max-width: 390px; margin: 15px 0 0; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; }
.footer-links a { color: #d9e9eb; font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: var(--sunrise-amber); }
.footer-contact { display: grid; gap: 7px; align-content: start; font-size: 14px; }
.footer-contact a { color: inherit; text-decoration: none; }
.footer-contact a:hover { color: var(--sunrise-amber); }
.footer-bottom { padding: 16px 0; border-top: 1px solid #33515f; color: #9bb0b8; font-size: 12px; }

@media (min-width: 700px) {
  .shell { width: min(100% - 64px, 1160px); }
  .topbar { min-height: 76px; }
  .menu-toggle { display: none; }
  .site-nav { display: flex; position: static; align-items: center; gap: 3px; padding: 0; border: 0; box-shadow: none; background: transparent; }
  .site-nav a { padding: 11px 10px; }
  .nav-button { margin-left: 5px; padding: 11px 14px !important; }
  .hero { padding: 82px 0 58px; }
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); }
  .hero-art { min-height: 430px; }
  .hero-window { top: 92px; }
  .sector-strip .shell { grid-template-columns: 220px 1fr; align-items: center; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .process { grid-template-columns: repeat(4, 1fr); border-top: 0; }
  .process article { grid-template-columns: 1fr; padding: 0 24px; border: 0; border-left: 1px solid var(--line); }
  .process article:first-child { padding-left: 0; border-left: 0; }
  .cta-inner { grid-template-columns: 1fr auto; }
  .split { grid-template-columns: 1fr 1fr; gap: 58px; }
  .builder { grid-template-columns: 1fr .85fr; gap: 65px; }
  .contact-grid { grid-template-columns: .86fr 1.14fr; gap: 60px; }
  .demo-hero .shell { grid-template-columns: 1fr .95fr; gap: 60px; }
  .demo-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.35fr .9fr .85fr; }
}

@media (min-width: 980px) {
  .section { padding: 105px 0; }
  .page-hero { padding: 82px 0 65px; }
  .service, .price-card, .value-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
