@charset "utf-8";

:root { --ink: #1d1d1f; --muted: #60656d; --blue: #0869c7; --line: #dce0e5; --surface: #f5f5f7; --tint: #edf4fb; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--ink); background: rgb(255, 255, 255); font-synthesis: none; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body { margin: 0px; font-size: 16px; line-height: 1.55; overflow-x: clip; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

button, a, summary { -webkit-tap-highlight-color: transparent; }

button, summary { cursor: pointer; }

img { max-width: 100%; height: auto; }

figure { margin: 0px; }

header { position: sticky; top: 0px; z-index: 10; background: rgba(255, 255, 255, 0.93); backdrop-filter: blur(18px); border-bottom: 1px solid rgb(233, 234, 237); }

.nav-inner { max-width: 1200px; padding: 16px 32px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 10px; font-weight: 650; font-size: 20px; letter-spacing: -0.6px; }

.brand img { width: 34px; height: 34px; border-radius: 9px; }

nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 500; }

nav > a:hover { color: var(--blue); }

.nav-cta { padding: 8px 17px; border-radius: 24px; background: var(--blue); color: rgb(255, 255, 255); }

nav > .nav-cta:hover { background: rgb(0, 87, 174); color: rgb(255, 255, 255); }

.hero { padding: 68px 24px 0px; overflow: hidden; text-align: center; background: linear-gradient(rgb(255, 255, 255) 48%, rgb(245, 245, 247)); }

.hero-copy { position: relative; z-index: 1; }

.eyebrow { font-size: 14px; letter-spacing: 1.7px; font-weight: 650; color: var(--blue); margin: 0px 0px 18px; }

h1, h2, h3, p { overflow-wrap: break-word; }

h1, h2, h3 { line-height: 1.06; letter-spacing: -0.045em; }

h1 { font-size: clamp(52px, 6.6vw, 88px); font-weight: 650; margin: 0px; }

h1 span { color: var(--blue); }

.intro { font-size: 23px; line-height: 1.45; letter-spacing: -0.45px; color: var(--muted); margin: 25px auto 20px; }

.button { display: inline-flex; align-items: center; gap: 18px; border-radius: 30px; padding: 12px 24px; background: var(--blue); color: white; font-size: 17px; }

.button:hover { background: rgb(0, 87, 174); }

.button span { font-size: 25px; line-height: 1; }

.quiet { font-size: 14px; color: var(--muted); margin: 16px 0px 0px; }

.hero-showcase { display: flex; justify-content: center; align-items: flex-end; gap: 55px; max-width: 920px; margin: 55px auto 0px; padding: 0px 12px 46px; }

.hero-showcase figure { flex: 0 1 252px; min-width: 0px; }

.hero-showcase .hero-main { flex-basis: 288px; }

.hero-showcase img { display: block; width: 100%; border-radius: 13% / 7%; box-shadow: rgba(37, 57, 84, 0.4) 0px 24px 42px -20px; }

.hero-side { transform: translateY(32px); }

figcaption { font-size: 14px; font-weight: 500; color: var(--muted); text-align: center; margin-top: 19px; }

.hero-side figcaption { margin-bottom: 32px; }

.section { max-width: 1200px; margin: auto; padding: 108px 32px; }

.section-heading { text-align: center; max-width: 790px; margin: 0px auto 46px; }

h2 { font-size: clamp(36px, 4.7vw, 58px); font-weight: 650; margin: 0px 0px 24px; }

.section-heading > p:last-child:not(.eyebrow) { font-size: 19px; color: var(--muted); margin: 0px; }

.tour-tabs { display: flex; justify-content: center; gap: 5px; flex-wrap: wrap; margin: 0px auto 32px; width: fit-content; border-radius: 32px; background: var(--surface); padding: 6px; }

.tour-tabs button { font-size: 15px; color: var(--muted); border: 0px; background: transparent; border-radius: 26px; padding: 11px 21px; white-space: nowrap; }

.tour-tabs button > span { display: none; }

.tour-tabs button:hover { color: var(--ink); background: rgb(231, 233, 236); }

.tour-tabs button[aria-selected="true"] { background: white; color: var(--ink); box-shadow: rgba(0, 0, 0, 0.075) 0px 2px 9px; }

.tour-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; padding: 64px 70px; border-radius: 32px; background: var(--surface); min-height: 710px; }

.tour-copy h3 { font-size: 40px; line-height: 1.12; font-weight: 650; margin: 0px 0px 24px; }

.tour-copy > p { font-size: 18px; color: var(--muted); line-height: 1.65; }

.tour-copy ul { padding: 0px; margin: 25px 0px; list-style: none; }

.tour-copy li { font-size: 16px; padding: 10px 0px 10px 24px; position: relative; }

.tour-copy li::before { content: "✓"; color: var(--blue); position: absolute; left: 0px; }

.feature-visual { align-self: center; display: flex; flex-direction: column; align-items: center; }

.feature-visual > img { display: block; max-height: 555px; width: auto; max-width: 100%; border-radius: 12% / 6%; box-shadow: rgba(25, 44, 72, 0.6) 0px 25px 35px -24px; }

.feature-visual.prayer > img { border-radius: 12% 12% 0px 0px / 8% 8% 0px 0px; }

.sample-toggle { margin-top: 28px; border-top: 1px solid rgb(217, 221, 226); padding-top: 18px; }

.sample-toggle > summary { color: var(--blue); font-size: 15px; font-weight: 500; list-style: none; display: flex; justify-content: space-between; }

.sample-toggle > summary::-webkit-details-marker { display: none; }

.sample-toggle > summary > span { font-size: 20px; line-height: 1; }

.sample-toggle[open] > summary > span { transform: rotate(45deg); }

.demo-wrap { margin-top: 20px; background: rgb(255, 255, 255); border-radius: 16px; padding: 22px; border: 1px solid rgb(224, 227, 231); }

.demo-label { font-size: 13px; color: var(--muted); margin: 0px 0px 14px; }

#demo h4 { font-size: 18px; margin: 0px 0px 15px; }

#demo h5 { font-size: 16px; margin: 14px 0px; }

#demo p { font-size: 15px; color: var(--muted); }

#demo small { font-size: 13px; color: var(--muted); }

#demo details { padding: 12px 0px; border-bottom: 1px solid var(--line); }

#demo summary { font-size: 15px; font-weight: 550; }

.tag { display: inline-block; font-size: 13px; color: rgb(40, 102, 79); background: rgb(233, 244, 237); border-radius: 6px; padding: 4px 9px; }

.demo-button { border: 0px; border-radius: 22px; background: var(--blue); color: rgb(255, 255, 255); font-size: 14px; padding: 10px 17px; margin-top: 10px; }

.demo-button:disabled { background: rgb(225, 240, 233); color: rgb(40, 102, 79); cursor: default; }

#feedback { font-size: 14px; line-height: 1.5; color: var(--muted); margin: 16px 0px 0px; }

.poll button { display: block; text-align: left; padding: 10px 12px; border: 1px solid var(--line); background: white; margin: 8px 0px; width: 100%; border-radius: 8px; color: var(--ink); }

.poll button.chosen { background: var(--tint); border-color: var(--blue); }

.date { display: flex; gap: 18px; align-items: center; margin: 20px 0px; }

.date > strong { background: var(--tint); border-radius: 8px; text-align: center; font-size: 28px; padding: 8px 17px; line-height: 1.2; }

.date strong small { display: block; }

.leaders { max-width: none; background: var(--tint); }

.leader-layout { max-width: 1060px; margin: auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 110px; align-items: center; }

.leader-copy h2 { font-size: 48px; }

.leader-copy h2 span { color: var(--blue); }

.leader-copy > p:not(.eyebrow) { font-size: 18px; color: var(--muted); line-height: 1.65; }

.leader-visual { text-align: center; }

.leader-visual img { max-height: 610px; width: auto; border-radius: 12% / 6%; box-shadow: rgba(33, 59, 89, 0.4) 0px 25px 40px -24px; }

.role-card { margin-top: 32px; }

.role-card details { border-top: 1px solid rgb(205, 218, 232); padding: 17px 0px; }

.role-card summary { font-size: 16px; font-weight: 600; }

.role-card p { font-size: 16px; color: var(--muted); margin: 12px 0px 0px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; margin: 62px 0px 40px; }

.steps article { padding-right: 12px; }

.steps article > span { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; background: var(--surface); border-radius: 50%; font-size: 17px; font-weight: 600; color: var(--blue); }

.steps h3 { font-size: 23px; letter-spacing: -0.5px; margin: 20px 0px 14px; }

.steps p { font-size: 16px; color: var(--muted); margin: 0px; }

.note { font-size: 14px; color: var(--muted); text-align: center; border-top: 1px solid var(--line); padding-top: 32px; margin: 0px; }

footer { max-width: 1200px; margin: auto; border-top: 1px solid var(--line); padding: 28px 32px 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 14px; color: var(--muted); }

footer .brand { font-size: 17px; color: var(--ink); }

footer img { width: 28px !important; height: 28px !important; }

footer > a:last-child { color: var(--blue); }

a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }

.tour-panel:focus-visible { outline-offset: 6px; }

[hidden] { display: none !important; }

@media (min-width: 1600px) {
  .hero-showcase { margin-top: 64px; }
}

@media (max-width: 1000px) {
  .tour-panel { padding: 45px 35px; gap: 35px; }
  .tour-copy h3 { font-size: 34px; }
  .leader-layout { gap: 50px; }
  .leader-copy h2 { font-size: 40px; }
  .hero-showcase { gap: 35px; max-width: 800px; }
  .steps { gap: 22px; }
  .feature-visual > img { max-height: 520px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 76px; }
  .nav-inner { padding: 12px 18px; gap: 12px; }
  .brand { font-size: 17px; min-width: 0; }
  .brand img { width: 30px; height: 30px; flex: 0 0 auto; }
  nav { gap: 0px; flex: 0 0 auto; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { min-height: 40px; display: inline-flex; align-items: center; font-size: 13px; padding: 8px 13px; }

  .hero { padding: 42px 18px 0px; }
  h1 { font-size: clamp(42px, 11.8vw, 56px); }
  .intro { font-size: 18px; margin: 21px auto 19px; }
  .eyebrow { font-size: 12px; letter-spacing: 1.4px; margin-bottom: 14px; }
  .button { min-height: 46px; padding: 11px 22px; }
  .quiet { line-height: 1.45; }

  .hero-showcase {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.18fr) minmax(0, .78fr);
    align-items: end;
    gap: 10px;
    width: min(100%, 520px);
    max-width: 520px;
    position: static;
    left: auto;
    transform: none;
    margin: 34px auto 0px;
    padding: 0px 0px 34px;
  }
  .hero-showcase figure, .hero-showcase .hero-main { flex-basis: auto; width: 100%; min-width: 0; }
  .hero-side { opacity: 0.82; transform: translateY(14px); }
  .hero-side figcaption { margin-bottom: 12px; }
  .hero-showcase figcaption { font-size: 12px; margin-top: 12px; }

  .section { padding: 64px 18px; }
  .section-heading { margin-bottom: 28px; }
  h2 { font-size: clamp(34px, 9.5vw, 40px); }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 16px; }

  .tour-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 6px;
    width: calc(100% + 36px);
    max-width: none;
    margin: 0 -18px 22px;
    padding: 5px 18px 8px;
    border-radius: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    background: transparent;
  }
  .tour-tabs::-webkit-scrollbar { display: none; }
  .tour-tabs button { flex: 0 0 auto; font-size: 13px; padding: 10px 14px; background: var(--surface); }
  .tour-tabs button[aria-selected="true"] { border: 1px solid var(--line); }

  .tour-panel { display: flex; flex-direction: column; min-height: 0px; border-radius: 22px; padding: 28px 20px; gap: 26px; }
  .tour-content { width: 100%; }
  .tour-copy h3 { font-size: clamp(30px, 8.6vw, 35px); }
  .tour-copy > p { font-size: 16px; }
  .tour-copy ul { margin: 18px 0px; }
  .tour-copy li { padding-top: 8px; padding-bottom: 8px; }
  .feature-visual { width: 100%; }
  .feature-visual > img { max-height: 500px; max-width: min(100%, 300px); }
  .demo-wrap { padding: 18px; }

  .leader-layout { display: flex; flex-direction: column; gap: 34px; }
  .leader-copy h2 { font-size: clamp(34px, 9.5vw, 40px); }
  .leader-copy > p:not(.eyebrow) { font-size: 17px; }
  .leader-visual { width: 100%; }
  .leader-visual img { max-height: 500px; max-width: min(100%, 300px); }

  .steps { grid-template-columns: 1fr 1fr; gap: 30px 22px; margin-top: 36px; }
  .steps h3 { font-size: 20px; }
  .steps article { padding: 0px; }

  footer { padding: 24px 18px; flex-wrap: wrap; gap: 14px; }
  footer p { display: none; }
}

@media (max-width: 480px) {
  .hero-showcase { grid-template-columns: minmax(0, .64fr) minmax(0, 1.35fr) minmax(0, .64fr); gap: 8px; }
  .hero-side figcaption { display: none; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .steps article { display: grid; grid-template-columns: 38px 1fr; column-gap: 14px; align-items: start; }
  .steps article > span { grid-row: 1 / span 2; }
  .steps h3 { margin: 2px 0 8px; }
  .contact-form .button { width: 100%; justify-content: center; }
}

@media (max-width: 365px) {
  .brand { font-size: 15px; }
  .brand img { width: 27px; height: 27px; }
  .nav-inner { padding-left: 14px; padding-right: 14px; }
  .nav-cta { font-size: 12px; padding-left: 11px; padding-right: 11px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .tour-tabs { width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
  .tour-panel { padding: 25px 18px; }
}

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

.launch-note strong { font-weight: 600; color: var(--ink); }

.launch-note a { color: var(--blue); margin-left: 7px; }

.launch-note a:hover, .contact-email:hover { text-decoration: underline; }

.coming-soon { max-width: none; background: var(--surface); }

.contact-layout { max-width: 1060px; margin: auto; display: grid; grid-template-columns: 1fr 1.15fr; gap: 90px; align-items: start; }

.contact-copy { padding-top: 22px; }

.contact-copy h2 { font-size: clamp(44px, 5vw, 64px); margin-bottom: 22px; }

.contact-copy .contact-intro { font-size: 29px; line-height: 1.25; font-weight: 500; letter-spacing: -0.8px; color: var(--ink); margin: 0px 0px 24px; }

.contact-copy > p:not(.eyebrow):not(.contact-intro) { font-size: 18px; color: var(--muted); max-width: 340px; }

.contact-email { display: inline-block; color: var(--blue); font-size: 16px; margin-top: 10px; overflow-wrap: anywhere; }

.contact-form { min-width: 0px; position: relative; background: rgb(255, 255, 255); border-radius: 24px; padding: 32px; }

.contact-form h3 { font-size: 27px; letter-spacing: -0.8px; margin: 0px 0px 28px; line-height: 1.2; }

.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-row { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; min-width: 0px; }

.form-row label { font-size: 14px; font-weight: 600; }

.form-row input, .form-row textarea { font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; width: 100%; min-width: 0px; background: rgb(255, 255, 255); color: var(--ink); border: 1px solid rgb(191, 197, 205); border-radius: 10px; padding: 11px 12px; line-height: 1.5; }

.form-row textarea { resize: vertical; min-height: 130px; }

.form-row input:focus, .form-row textarea:focus { outline: rgba(8, 105, 199, 0.17) solid 3px; border-color: var(--blue); outline-offset: 1px; }

.form-row textarea::placeholder { color: rgb(107, 113, 121); }

.contact-form .button { border: 0px; cursor: pointer; font-size: 16px; margin-top: 2px; }

.contact-form .button:disabled { opacity: 0.65; cursor: wait; }

.form-status { font-size: 14px; line-height: 1.5; color: var(--muted); margin: 16px 0px 0px; min-height: 21px; }

.form-status[data-state="error"] { color: rgb(164, 35, 35); }

.form-status[data-state="success"] { color: rgb(36, 100, 71); }

.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.contact-form noscript a { color: var(--blue); text-decoration: underline; }

@media (max-width: 1000px) {
  .contact-layout { gap: 42px; }
}

@media (max-width: 700px) {
  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .contact-copy { padding-top: 0px; }
  .contact-copy h2 { font-size: 44px; }
  .contact-copy .contact-intro { font-size: 26px; }
  .contact-form { padding: 26px 22px; }
  .contact-fields { grid-template-columns: 1fr; gap: 0px; }
  .contact-form h3 { font-size: 25px; }
  .launch-note { max-width: 290px; margin-left: auto; margin-right: auto; }
}

/* Mobile navigation trigger (hidden on desktop). */
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: var(--ink); }
.nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Responsive pass: optimize phone/tablet layouts instead of squeezing desktop grids. */
@media (max-width: 768px) {
  html { scroll-padding-top: 74px; }
  body { overflow-x: hidden; }

  .nav-inner { position: relative; padding: 10px 20px; gap: 12px; }
  .brand { min-width: 0; font-size: 17px; }
  .brand img { width: 30px; height: 30px; flex: 0 0 auto; }
  .nav-toggle { display: inline-flex; flex: 0 0 44px; }
  header nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 40px rgba(25,44,72,.14);
  }
  header.nav-open nav { display: flex; }
  header nav > a, header nav > a:not(.nav-cta) {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 15px;
  }
  header nav > a:hover { background: var(--surface); }
  header nav .nav-cta { justify-content: center; margin-top: 2px; min-height: 44px; color: #fff; }
  header nav > .nav-cta:hover { background: rgb(0,87,174); color: #fff; }

  .hero { padding: 38px 20px 0; }
  .hero-copy { max-width: 560px; margin: 0 auto; }
  h1 { font-size: clamp(40px, 11vw, 54px); }
  .intro { font-size: clamp(18px, 4.9vw, 21px); line-height: 1.4; margin: 20px auto 18px; }
  .button { min-height: 46px; padding: 11px 22px; }
  .quiet { line-height: 1.45; }

  .hero-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 18px 12px;
    width: 100%;
    max-width: 430px;
    margin: 34px auto 0;
    padding: 0 0 32px;
  }
  .hero-showcase figure, .hero-showcase .hero-main { width: 100%; min-width: 0; transform: none; }
  .hero-showcase .hero-main { grid-column: 1 / -1; grid-row: 1; width: min(72vw, 270px); justify-self: center; }
  .hero-showcase .hero-side { width: min(100%, 190px); justify-self: center; opacity: 1; }
  .hero-showcase img { display: block; width: 100%; max-width: 100%; height: auto; }
  .hero-showcase figcaption, .hero-side figcaption { display: block; margin: 10px 0 0; font-size: 12px; }

  .section { padding: 64px 20px; }
  .section-heading { margin-bottom: 28px; }
  h2 { font-size: clamp(34px, 9.5vw, 42px); }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 16px; }

  .tour-tabs {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 22px;
    padding: 0;
    gap: 8px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .tour-tabs button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    background: var(--surface);
    font-size: 14px;
    text-align: left;
  }
  .tour-tabs button > span { display: inline; min-width: 30px; color: var(--blue); font-size: 12px; letter-spacing: .04em; }
  .tour-tabs button[aria-selected="true"] { border-color: #b9c9d9; background: #fff; }

  .tour-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 28px 20px;
    gap: 30px;
    border-radius: 22px;
  }
  .tour-content, .feature-visual, .leader-copy, .leader-visual { width: 100%; min-width: 0; }
  .tour-copy h3 { font-size: clamp(30px, 8.6vw, 36px); }
  .tour-copy > p { font-size: 16px; }
  .tour-copy ul { margin: 18px 0; }
  .tour-copy li { padding-top: 8px; padding-bottom: 8px; }
  .sample-toggle > summary, .role-card summary { min-height: 44px; align-items: center; }
  .demo-wrap { padding: 18px; }
  .demo-button, .poll button { min-height: 44px; }
  .feature-visual > img { width: auto; height: auto; max-width: min(100%, 330px); max-height: none; }

  .leader-layout { display: flex; flex-direction: column; gap: 34px; }
  .leader-copy h2 { font-size: clamp(34px, 9.5vw, 42px); }
  .leader-copy > p:not(.eyebrow) { font-size: 17px; }
  .leader-visual img { width: auto; height: auto; max-width: min(100%, 330px); max-height: none; }
  .role-card { width: 100%; }
  .role-card details { width: 100%; }
  .role-card summary { display: flex; width: 100%; }

  .steps { grid-template-columns: 1fr; gap: 26px; margin-top: 36px; }
  .steps article { display: grid; grid-template-columns: 38px minmax(0,1fr); column-gap: 14px; padding: 0; align-items: start; }
  .steps article > span { grid-row: 1 / span 2; }
  .steps h3 { margin: 2px 0 8px; font-size: 20px; }

  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .contact-copy { padding-top: 0; }
  .contact-copy h2 { font-size: clamp(38px, 10vw, 46px); }
  .contact-copy .contact-intro { font-size: clamp(24px, 6.6vw, 28px); }
  .contact-copy > p:not(.eyebrow):not(.contact-intro) { max-width: none; }
  .contact-form { width: 100%; min-width: 0; padding: 26px 20px; }
  .contact-fields { grid-template-columns: 1fr; gap: 0; }
  .form-row, .form-row input, .form-row textarea { width: 100%; min-width: 0; }
  .form-row input { min-height: 44px; }
  .contact-form .button { width: 100%; min-height: 46px; justify-content: center; }

  footer { padding: 24px 20px; flex-wrap: wrap; gap: 14px; }
  footer p { display: none; }
}

@media (max-width: 480px) {
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero-showcase { max-width: 390px; gap: 16px 10px; }
  .hero-showcase .hero-main { width: min(76vw, 270px); }
  .hero-showcase .hero-side { width: min(100%, 176px); }
  .section { padding: 56px 20px; }
  .feature-visual > img, .leader-visual img { max-width: min(100%, 320px); }
  .contact-form { border-radius: 20px; }
}

@media (max-width: 365px) {
  .nav-inner { padding-left: 16px; padding-right: 16px; }
  header nav { left: 16px; right: 16px; }
  .brand { font-size: 16px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .section { padding-left: 20px; padding-right: 20px; }
  .tour-panel { padding-left: 18px; padding-right: 18px; }
}
