
@font-face {
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/melbourne-aged-care-cleaning/assets/archivo-black-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/melbourne-aged-care-cleaning/assets/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/melbourne-aged-care-cleaning/assets/fjalla-one-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --ink: #172026;
  --muted: #5c6870;
  --line: #d9e1e5;
  --panel: #f7fafb;
  --brand: #116b7a;
  --brand-dark: #0d4d5a;
  --accent: #d5a84a;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e2e2e2;
  transition: transform .22s ease;
  will-change: transform;
}
.nav {
  max-width: none;
  margin: 0 auto;
  min-height: 84px;
  padding: 0 clamp(28px, 4vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: block;
  font-family: "Archivo Black", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1b1b1b;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "Fjalla One", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .063em;
}
.nav-links a {
  padding: 10px 0 8px;
  border-bottom: 1px solid transparent;
  color: #1b1b1b;
}
.nav-links a[aria-current="page"], .nav-links a:hover { border-bottom-color: currentColor; color: #111; }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.language-picker {
  position: relative;
}
.language-trigger {
  min-height: 40px;
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: var(--white);
  color: #1b1b1b;
  font-family: "Fjalla One", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .063em;
  cursor: pointer;
}
.language-trigger:hover, .language-picker.open .language-trigger {
  border-bottom-color: currentColor;
  color: #111;
}
.language-drawer {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 250px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(23, 32, 38, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease;
}
.language-picker.open .language-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.language-option {
  display: grid;
  gap: 2px;
  padding: 12px;
  border-radius: 6px;
}
.language-option:hover, .language-option[aria-current="true"] {
  background: var(--panel);
}
.language-option strong {
  color: var(--ink);
  font-size: 15px;
}
.hero {
  overflow: hidden;
  background: linear-gradient(115deg, #0d4d5a 0%, #116b7a 56%, #2a8794 100%);
  color: var(--white);
}
.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 78px 24px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 44px;
  align-items: center;
}
.hero-content { min-width: 0; }
.hero-media {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 8px;
}
.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 84px;
  pointer-events: none;
}
.hero-media::before {
  top: 0;
  background: linear-gradient(180deg, rgba(13,77,90,.95), rgba(13,77,90,0));
}
.hero-media::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(13,77,90,.95), rgba(13,77,90,0));
}
.photo-rail {
  display: grid;
  gap: 14px;
  animation: hero-photo-scroll 28s linear infinite;
  will-change: transform;
}
.hero-media:hover .photo-rail { animation-play-state: paused; }
.photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
}
.photo-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.photo-card.tall img { height: 235px; }
@keyframes hero-photo-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
.eyebrow {
  color: #f5d991;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.03;
  letter-spacing: 0;
}
.hero p { max-width: 660px; margin-bottom: 24px; font-size: 19px; color: #eef7f8; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
}
.button.primary { background: var(--accent); color: #1d211b; }
.button.secondary { border-color: rgba(255,255,255,.45); color: var(--white); }
.button.outline { border-color: var(--brand); color: var(--brand-dark); }
.button.solid { background: var(--brand); color: var(--white); }
.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 14px;
  color: #e7f4f5;
  font-size: 14px;
  font-weight: 700;
}
.hero-contact .muted { opacity: .78; font-weight: 600; }
.hero-contact a {
  border-bottom: 1px solid rgba(255,255,255,.42);
}
.hero-checks {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #f7fbfc;
  font-weight: 800;
}
.hero-checks li {
  position: relative;
  padding-left: 28px;
}
.hero-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .34em;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  transform: rotate(-45deg);
}

.section { padding: 68px 24px; }
.section.alt { background: var(--panel); }
.wrap { max-width: 1120px; margin: 0 auto; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-head h2 { margin-bottom: 0; font-size: 32px; line-height: 1.15; }
.section-head p { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.card {
  min-height: 176px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(17,107,122,.24);
  border-radius: 8px;
  color: var(--brand);
  background: #edf7f8;
}
.card-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card h3 { margin-bottom: 8px; font-size: 19px; }
.card p { color: var(--muted); margin-bottom: 0; }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 32px;
  align-items: start;
}
.checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.checklist li {
  padding-left: 28px;
  position: relative;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}
.contact-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  box-shadow: 0 18px 48px rgba(23, 32, 38, .08);
}
.contact-row {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.contact-row:last-child { border-bottom: 0; }
.label { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.service-note {
  margin-top: 18px;
  color: var(--muted);
}
.answer-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.answer {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.answer h3 { margin-bottom: 8px; }
.answer p { margin-bottom: 0; color: var(--muted); }
.redirect {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--panel);
}
.redirect-box {
  max-width: 640px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.redirect-box h1 { font-size: 32px; }

.form {
  display: grid;
  gap: 14px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
label { display: grid; gap: 6px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #bac7cd;
  border-radius: 6px;
  font: inherit;
  background: var(--white);
}
textarea { min-height: 132px; resize: vertical; }
.fine-print { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.site-footer {
  padding: 28px 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 860px) {
  .site-header.header-hidden { transform: translateY(-100%); }
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 20px; gap: 10px; }
  .nav-actions { width: 100%; justify-content: space-between; }
  .nav-links { gap: 20px; overflow-x: auto; padding-bottom: 4px; font-size: 15px; }
  .language-trigger { font-size: 15px; }
  .language-drawer { left: auto; right: 0; width: min(300px, calc(100vw - 40px)); }
  .hero-inner { grid-template-columns: 1fr; padding: 44px 20px 38px; gap: 22px; }
  .hero p { margin-bottom: 20px; font-size: 17px; }
  .actions .button { width: 100%; }
  .hero-contact { display: grid; gap: 7px; }
  .hero-checks { margin-top: 18px; font-size: 14px; }
  .hero-media { height: auto; border-radius: 8px; }
  .hero-media::before, .hero-media::after { display: none; }
  .photo-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    animation: none;
  }
  .photo-card:nth-child(n+3) { display: none; }
  .photo-card img, .photo-card.tall img { height: 118px; }
  .section { padding: 48px 20px; }
  .section-head, .split { display: block; }
  .section-head p { margin-top: 10px; }
  .grid, .form-grid { grid-template-columns: 1fr; }
  .card { min-height: 0; padding: 20px; }
  .contact-panel { margin-top: 26px; }
}
