:root {
  --primary: #58b0c0;
  --primary-inverse: #0a1837;
  --ink: #0a1837;
  --peach: #e8a598;
  --teal: #58b0c0;
  --slate: #4b6584;
  --green: #81b29a;
  --paper: #f8f6f0;
  --muted: #536078;
}

html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Poppins", sans-serif; }
.body { background: var(--paper); }
.container { max-width: 1160px; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 94px;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
}

.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-logo-frame { position: relative; width: 230px; height: 62px; overflow: hidden; background: transparent; }
.brand-logo-frame img { position: absolute; top: -75px; left: -51px; width: 320px; max-width: none; height: auto; filter: drop-shadow(0 2px 7px rgba(248, 246, 240, .72)); }
nav { display: flex; gap: 26px; padding: 11px 18px; border: 1px solid rgba(248, 246, 240, .74); border-radius: 999px; background: rgba(248, 246, 240, .78); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(10, 24, 55, .08); }
nav a { color: var(--ink); font-size: 13px; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--teal); }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(248, 246, 240, .96) 0%, rgba(248, 246, 240, .88) 31%, rgba(248, 246, 240, .42) 51%, rgba(248, 246, 240, 0) 72%);
}
.hero-inner { width: 100%; padding-top: 142px; padding-bottom: 76px; }
.hero-copy { max-width: 520px; }
.eyebrow { margin: 0; color: var(--slate); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 20px 0 28px; color: var(--ink); font-size: clamp(56px, 6vw, 82px); font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.hero h1 span { color: var(--slate); font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { margin: 0 0 18px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.btn.btn-primary { padding: 15px 25px; border: 1px solid var(--ink); border-radius: 14px; background: var(--teal); color: var(--ink); font-size: 13px; font-weight: 700; text-transform: none; box-shadow: 0 8px 22px rgba(10, 24, 55, .08); }
.btn.btn-primary:hover, .btn.btn-primary:focus { border-color: var(--ink); background: var(--green); color: var(--ink); box-shadow: 0 12px 26px rgba(10, 24, 55, .18); transform: translateY(-2px); }
.simple-link { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); }
.pricing { padding: 105px 0; background: rgba(129, 178, 154, .2); border-block: 1px solid rgba(10, 24, 55, .12); }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .contact h2 { margin: 17px 0 0; color: var(--ink); font-size: clamp(42px, 5vw, 64px); font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.price-card { min-height: 292px; padding: 34px; border: 1px solid var(--ink); background: var(--paper); }
.price-card-featured { background: var(--teal); box-shadow: 9px 9px 0 var(--ink); }
.card-number { display: block; margin-bottom: 55px; color: var(--slate); font-size: 10px; font-weight: 700; }
.price-card h3 { margin: 0; color: var(--ink); font-size: 23px; font-weight: 700; letter-spacing: -.035em; }
.price-card .price { margin: 15px 0 4px; color: var(--ink); font-size: clamp(40px, 4vw, 50px); font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.price-card > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.price-card-featured > p:last-child { color: var(--ink); }

.auckland-gallery { padding: 105px 0; background: var(--paper); }
.landscape-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.landscape-card { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: var(--slate); box-shadow: 0 18px 45px rgba(10, 24, 55, .12); }
.landscape-card img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .5s ease; }
.landscape-card:hover img { transform: scale(1.025); }
.landscape-card figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 13px; border-radius: 999px; background: rgba(248, 246, 240, .88); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }

.contact { padding: 105px 0; background: var(--ink); color: var(--paper); }
.contact .eyebrow { color: var(--teal); }
.contact h2 { color: var(--paper); }
.contact-copy > p:not(.eyebrow) { max-width: 400px; margin: 22px 0; color: rgba(248, 246, 240, .72); font-size: 16px; line-height: 1.7; }
.contact .whatsapp-button { display: inline-block; margin-top: 8px; background: var(--green); }
.contact-phone { display: block; width: fit-content; margin-top: 20px; color: var(--peach); font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(232, 165, 152, .6); }
.whatsapp-card { display: flex; align-items: center; gap: 28px; max-width: 510px; margin-left: auto; padding: 28px; border-radius: 30px; background: var(--paper); color: var(--ink); text-decoration: none; box-shadow: 0 20px 55px rgba(0, 0, 0, .22); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-card:hover, .whatsapp-card:focus { color: var(--ink); transform: translateY(-4px); box-shadow: 0 26px 65px rgba(0, 0, 0, .3); }
.whatsapp-card img { width: 210px; max-width: 48%; border-radius: 18px; }
.whatsapp-card span { display: block; }
.whatsapp-card strong { display: block; font-size: 21px; line-height: 1.25; }
.whatsapp-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }

footer { padding: 38px 0; background: var(--paper); color: var(--muted); font-size: 12px; }
footer p { margin: 0; }
footer a { color: var(--ink); font-weight: 600; text-decoration: none; }

@media (max-width: 991px) {
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-background { object-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(248, 246, 240, .95) 0%, rgba(248, 246, 240, .78) 55%, rgba(248, 246, 240, .18) 100%); }
  .landscape-grid { grid-template-columns: 1fr; }
  .whatsapp-card { margin: 12px 0 0; }
}

@media (max-width: 575px) {
  .site-header { min-height: 72px; }
  .brand-logo-frame { width: 150px; height: 46px; border-radius: 11px; }
  .brand-logo-frame img { top: -49px; left: -34px; width: 210px; }
  nav { gap: 9px; padding: 8px; }
  nav a { font-size: 11px; }
  .hero { min-height: 690px; }
  .hero-background { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(248, 246, 240, .2) 0%, rgba(248, 246, 240, .78) 42%, rgba(248, 246, 240, .98) 100%); }
  .hero-inner { padding-top: 196px; padding-bottom: 48px; }
  .hero h1 { font-size: 53px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .pricing, .auckland-gallery, .contact { padding: 76px 0; }
  .price-card { min-height: 245px; padding: 28px; }
  .card-number { margin-bottom: 38px; }
  .landscape-card { border-radius: 20px; }
  .whatsapp-card { flex-direction: column; align-items: flex-start; padding: 22px; border-radius: 22px; }
  .whatsapp-card img { width: 100%; max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
