/* ==========================================================================
   Davis Air — davisair.com.au · "the weather" design system
   Sister site to dde.com.au but deliberately its opposite:
   curves not circuits, air not ink, centred not ruled.
   White ground · sky + ocean blues from the logo · soft coral for heating.
   ========================================================================== */

@font-face {
  font-family: "Archivo";
  src: url("/fonts/archivo-var.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("/fonts/archivo-var-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: italic;
  font-display: swap;
}

:root {
  --sky: oklch(0.70 0.115 235);
  --sky-soft: oklch(0.86 0.06 233);
  --ocean: oklch(0.47 0.095 245);
  --ocean-deep: oklch(0.38 0.078 248);
  --warm: oklch(0.72 0.115 45);
  --warm-soft: oklch(0.88 0.05 50);
  --ink: oklch(0.32 0.045 245);
  --soft: oklch(0.45 0.035 243);
  --faint: oklch(0.56 0.025 240);
  --mist: oklch(0.966 0.008 235);
  --mist-deep: oklch(0.94 0.014 233);
  --line: oklch(0.905 0.012 235);
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --r-soft: 28px;
  --r-pill: 999px;
  --z-nav: 100;
  --z-skip: 200;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { color-scheme: light; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--display);
  font-size: 1.0625rem;
  line-height: 1.7;
  background: #fff;
  color: var(--ink);
  accent-color: var(--ocean);
  caret-color: var(--ocean);
}

::selection { background: var(--sky); color: #fff; }
:focus-visible { outline: 2px solid var(--ocean); outline-offset: 3px; border-radius: 6px; }
@supports (scrollbar-color: red blue) { html { scrollbar-color: var(--sky) #fff; } }

h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
a { color: var(--ocean); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--sky); }
img { max-width: 100%; height: auto; display: block; }

.skip {
  position: absolute; left: -999px; top: 0; z-index: var(--z-skip);
  background: var(--ocean); color: #fff;
  padding: 0.6rem 1.2rem; font-weight: 700; text-decoration: none;
  border-radius: 0 0 12px 0;
}
.skip:focus { left: 0; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-head {
  position: sticky; top: 0; z-index: var(--z-nav);
  background: color-mix(in oklab, #fff 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-head-inner {
  max-width: 74rem; margin-inline: auto;
  padding: 0.8rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex; align-items: center; gap: 1.5rem;
}
.brand {
  flex: none;
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none;
  font-weight: 750; font-size: 1.2rem; letter-spacing: 0.01em;
  white-space: nowrap;
}
.brand img { height: 30px; width: auto; transform: translateY(-4px); }
.brand .d { color: var(--sky); }
.brand .a { color: var(--ocean); }

.site-nav { margin-left: auto; }
.site-nav ul { list-style: none; display: flex; gap: clamp(0.9rem, 2.5vw, 1.9rem); }
.site-nav a {
  color: var(--soft); text-decoration: none;
  font-weight: 600; font-size: 0.95rem;
  padding: 0.45rem 0.9rem;
  border-radius: var(--r-pill);
  transition: color 160ms ease-out, background 160ms ease-out;
}
.site-nav a:hover { color: var(--ink); background: var(--mist); }
.site-nav a[aria-current="page"] { color: #fff; background: var(--ocean); }

.head-call, .head-mail {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--ocean); text-decoration: none;
  font-weight: 750; font-size: 0.98rem; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.head-call:hover, .head-mail:hover { color: var(--sky); }
.head-call svg, .head-mail svg { flex: none; }
@media (max-width: 82rem) { .head-mail span { display: none; } }
@media (max-width: 64rem) { .head-call span { display: none; } }

/* Mobile nav: burger + dropdown panel, checkbox-driven, no JS */
.nav-toggle, .nav-burger { display: none; }
@media (max-width: 47rem) {
  .site-head-inner { position: relative; gap: 0.8rem; padding-block: 0.65rem; }
  .head-call {
    margin-left: auto;
    background: var(--ocean); color: #fff;
    border-radius: var(--r-pill);
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
  }
  .head-call span { display: inline; }
  .head-call:hover { color: #fff; background: var(--sky); }
  .head-mail { display: none; }
  .nav-burger {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; flex: none;
    color: var(--ocean); cursor: pointer;
    border: 1px solid var(--line); border-radius: 12px;
  }
  .site-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    margin-left: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px -18px oklch(0.4 0.06 245 / 0.35);
  }
  .nav-toggle:checked ~ .site-nav { display: block; }
  .site-nav ul { flex-direction: column; gap: 0.15rem; padding: 0.6rem 0.8rem 0.8rem; }
  .site-nav a { display: block; font-size: 1.02rem; padding: 0.8rem 0.9rem; }
}
@media (max-width: 26rem) { .brand > span { display: none; } }

/* --------------------------------------------------------------------------
   Hero — centred, breeze ribbons behind
   -------------------------------------------------------------------------- */

.hero { position: relative; overflow: clip; background: #fff; }
.breeze {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: 54rem; margin-inline: auto;
  padding: clamp(4.5rem, 10vw, 7.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3.5rem, 7vw, 5.5rem);
  text-align: center;
}
.hero h1 {
  font-size: clamp(2.9rem, 7.5vw, 5.4rem);
  font-weight: 340;
  line-height: 1.06;
  letter-spacing: -0.015em;
}
.hero h1 .cool { color: var(--sky); font-weight: 640; }
.hero h1 .warm { color: var(--warm); font-weight: 640; }
.hero .lede {
  margin: 1.75rem auto 0;
  max-width: 44ch;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  color: var(--soft);
}
.hero-actions {
  margin-top: 2.5rem;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 1rem 1.75rem;
}
.cred-line {
  margin-top: 2.6rem;
  color: var(--faint); font-size: 0.92rem; font-weight: 500;
}
.cred-line b { color: var(--soft); font-weight: 700; }

/* --------------------------------------------------------------------------
   Buttons — pills
   -------------------------------------------------------------------------- */

.btn-pill {
  display: inline-flex; align-items: center; gap: 0.65rem;
  background: var(--ocean); color: #fff;
  text-decoration: none; font-weight: 750;
  font-size: clamp(1.1rem, 1.9vw, 1.3rem);
  font-variant-numeric: tabular-nums;
  padding: 0.85rem 1.9rem;
  border-radius: var(--r-pill);
  transition: background 180ms ease-out, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-pill:hover { background: var(--sky); color: #fff; transform: translateY(-2px); }
.btn-quiet {
  color: var(--ocean); text-decoration: none; font-weight: 700;
  padding: 0.55rem 1.2rem;
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  transition: border-color 160ms ease-out, background 160ms ease-out;
}
.btn-quiet:hover { border-color: var(--sky); background: var(--mist); color: var(--ocean); }

/* --------------------------------------------------------------------------
   Comfort scale — the signature
   -------------------------------------------------------------------------- */

.comfort { max-width: 46rem; margin-inline: auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem) clamp(4rem, 8vw, 6rem); text-align: center; }
.scale-labels {
  display: flex; justify-content: space-between;
  font-weight: 750; font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  margin-bottom: 0.9rem;
}
.scale-labels .c { color: var(--sky); }
.scale-labels .w { color: var(--warm); }
.scale {
  position: relative;
  height: 16px; border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--sky) 0%, var(--sky-soft) 32%, var(--mist) 50%, var(--warm-soft) 68%, var(--warm) 100%);
}
.scale .zone {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 30px; height: 30px; border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ocean);
  box-shadow: 0 4px 14px oklch(0.4 0.08 245 / 0.25);
}
.scale-note {
  margin-top: 1.1rem;
  color: var(--faint); font-size: 0.98rem; font-weight: 550;
}
.scale-note b { color: var(--ocean); font-weight: 750; }

/* --------------------------------------------------------------------------
   Soft service panels
   -------------------------------------------------------------------------- */

.section {
  max-width: 74rem; margin-inline: auto;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem);
}
.section > h2 {
  text-align: center;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 340; letter-spacing: -0.01em;
  margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem);
}
.section > h2 strong { font-weight: 680; color: var(--ocean); }

.airgrid {
  display: grid; gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 47rem) { .airgrid { grid-template-columns: 1fr 1fr; } }
.aircard {
  background: var(--mist);
  border-radius: var(--r-soft);
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  text-decoration: none;
  display: flex; flex-direction: column; gap: 0.75rem;
  transition: background 180ms ease-out, transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.aircard:hover { background: var(--mist-deep); transform: translateY(-3px); }
.aircard h3 {
  font-size: clamp(1.3rem, 2.3vw, 1.65rem);
  font-weight: 680; color: var(--ocean);
  line-height: 1.2;
}
.aircard p { color: var(--soft); font-size: 1rem; max-width: 44ch; }
.aircard .go {
  margin-top: auto; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--ocean); font-weight: 750; font-size: 0.95rem;
}
.aircard:hover .go { color: var(--sky); }

/* --------------------------------------------------------------------------
   Toshiba band + warranty seal
   -------------------------------------------------------------------------- */

.dealer {
  background: var(--mist);
  border-radius: var(--r-soft);
  max-width: 74rem;
  margin-inline: auto;
  margin-inline: max(1.25rem, calc((100% - 74rem) / 2));
}
@media (max-width: 76rem) { .dealer { margin-inline: 1.25rem; } }
.dealer-inner {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 55rem) { .dealer-inner { grid-template-columns: auto 1fr; } }
.seal {
  width: clamp(170px, 22vw, 220px); aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid var(--ocean);
  background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.1rem;
  text-align: center;
  margin-inline: auto;
  box-shadow: 0 10px 30px -12px oklch(0.4 0.08 245 / 0.35);
}
.seal .num {
  font-size: clamp(3.2rem, 6vw, 4.2rem);
  font-weight: 300; line-height: 1; color: var(--ocean);
}
.seal .txt {
  font-weight: 750; font-size: 0.82rem; color: var(--soft);
  max-width: 12ch; line-height: 1.3;
}
.dealer-copy h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 340;
}
.dealer-copy h2 strong { font-weight: 680; color: var(--ocean); }
.dealer-copy p { color: var(--soft); margin-top: 1rem; max-width: 56ch; }
.dealer-copy p strong { color: var(--ink); font-weight: 700; }

/* --------------------------------------------------------------------------
   Service areas + closing contact
   -------------------------------------------------------------------------- */

.areas { text-align: center; }
.areas h2 { margin-bottom: 1.75rem; }
.areas ul {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.7rem;
}
.areas li {
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  padding: 0.5rem 1.3rem;
  font-weight: 650; color: var(--soft);
  font-size: clamp(0.98rem, 1.7vw, 1.12rem);
}

.close-panel {
  background: linear-gradient(135deg, oklch(0.95 0.025 233), var(--mist) 55%, oklch(0.955 0.02 50));
  border-radius: var(--r-soft);
  margin-inline: max(1.25rem, calc((100% - 74rem) / 2));
  text-align: center;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem);
}
@media (max-width: 76rem) { .close-panel { margin-inline: 1.25rem; } }
.close-panel h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 340;
}
.close-panel h2 strong { font-weight: 680; color: var(--ocean); }
.close-panel .big-links {
  margin-top: 2rem;
  display: flex; flex-direction: column; align-items: center; gap: 1.1rem;
  list-style: none;
}
.close-panel .big-links a {
  color: var(--ocean); text-decoration: none;
  font-weight: 750; font-variant-numeric: tabular-nums;
  font-size: clamp(1.5rem, 3.4vw, 2.3rem);
}
.close-panel .big-links .em a { font-size: clamp(1.1rem, 2.2vw, 1.5rem); }
.close-panel .big-links a:hover { color: var(--sky); }
.close-panel .hours { margin-top: 1.5rem; color: var(--faint); font-weight: 550; font-size: 0.98rem; }

/* --------------------------------------------------------------------------
   Footer — light, misty
   -------------------------------------------------------------------------- */

.site-foot { background: var(--mist); border-top: 1px solid var(--line); margin-top: clamp(3rem, 6vw, 5rem); }
.foot-inner {
  max-width: 74rem; margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2.5rem);
  display: grid; gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 55rem) { .foot-inner { grid-template-columns: 2fr 1fr 1fr; } }
.foot-inner h3 { font-size: 0.92rem; font-weight: 750; color: var(--faint); margin-bottom: 0.8rem; }
.foot-inner ul { list-style: none; display: grid; gap: 0.5rem; }
.foot-inner a { color: var(--soft); text-decoration: none; font-weight: 550; }
.foot-inner a:hover { color: var(--ocean); text-decoration: underline; }
.foot-brand img { width: min(200px, 60%); height: auto; margin-bottom: 1rem; }
.foot-brand address { font-style: normal; color: var(--soft); line-height: 1.8; }
.foot-brand address b { color: var(--ink); }
.foot-legal {
  border-top: 1px solid var(--line);
  padding: 1.1rem clamp(1.25rem, 4vw, 2.5rem);
  max-width: 74rem; margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 0.5rem 2rem;
  color: var(--faint); font-size: 0.88rem;
}
.foot-legal b { color: var(--soft); }

/* --------------------------------------------------------------------------
   Reveal
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .rise {
      animation: rise-in both cubic-bezier(0.22, 1, 0.36, 1);
      animation-timeline: view();
      animation-range: entry 0% entry 42%;
    }
    @keyframes rise-in {
      from { opacity: 0.25; transform: translateY(16px); }
      to { opacity: 1; transform: none; }
    }
  }
}


/* --------------------------------------------------------------------------
   Inner pages — page heads, soft prose panels, placeholders
   -------------------------------------------------------------------------- */

.page-head { position: relative; overflow: clip; background: #fff; }
.page-head .hero-inner { padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 4rem); }
.page-head h1 {
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  font-weight: 340; line-height: 1.08; letter-spacing: -0.012em;
}
.page-head h1 strong { font-weight: 660; color: var(--ocean); }
.page-head .lede { margin: 1.4rem auto 0; max-width: 48ch; color: var(--soft); font-size: clamp(1.05rem, 1.7vw, 1.22rem); }

.softpanel {
  background: var(--mist);
  border-radius: var(--r-soft);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
}
.softpanel h2, .softpanel h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 660; color: var(--ocean);
  margin-bottom: 0.9rem;
}
.softpanel p { color: var(--soft); margin-bottom: 0.9rem; max-width: 58ch; }
.softpanel p:last-child { margin-bottom: 0; }
.softpanel p strong { color: var(--ink); }
.softpanel ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.1rem; }
.softpanel ul li {
  background: #fff;
  border-radius: var(--r-pill);
  padding: 0.42rem 1.1rem;
  font-weight: 650; font-size: 0.95rem; color: var(--soft);
}

.duo-air { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 50rem) { .duo-air { grid-template-columns: 1fr 1fr; } }

.placeholder {
  border: 2px dashed var(--line);
  border-radius: var(--r-soft);
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: center;
  color: var(--faint);
}
.placeholder .tag {
  display: inline-block;
  background: var(--warm-soft); color: oklch(0.5 0.1 45);
  border-radius: var(--r-pill);
  padding: 0.3rem 1rem;
  font-weight: 750; font-size: 0.82rem;
  margin-bottom: 0.9rem;
}
.placeholder p { max-width: 52ch; margin-inline: auto; font-weight: 550; }

.centered-copy { max-width: 62ch; margin-inline: auto; text-align: center; }
.centered-copy p { color: var(--soft); margin-bottom: 1rem; }
.centered-copy p strong { color: var(--ink); }
