/* ═══ Australian Experiences — brand system ═══ */
:root {
  --deep-water: #0C3547;
  --midnight: #071E2B;
  --daintree: #1A6B5A;
  --reef: #2D8F6F;
  --seafoam: #7FC7AE;
  --wattle: #F4C542;
  --wattle-deep: #D9A72E;
  --sand: #F8F5EE;
  --mist: #E7F0EA;

  --bg: var(--sand);
  --surface: #FFFFFF;
  --ink: var(--deep-water);
  --ink-soft: #3D5A68;
  --line: rgba(12, 53, 71, .16);
  --gold-text: var(--wattle-deep);
  --shadow: 0 2px 14px rgba(12, 53, 71, .07);

  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Instrument Sans', 'Avenir Next', 'Helvetica Neue', sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: var(--midnight);
    --surface: #0d3040;
    --ink: var(--sand);
    --ink-soft: #A8C0BC;
    --line: rgba(248, 245, 238, .16);
    --gold-text: var(--wattle);
    --shadow: 0 2px 18px rgba(0, 0, 0, .35);
  }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink);
  font-family: var(--sans); line-height: 1.65; font-size: 16.5px;
}
body.jp { font-family: 'Noto Sans JP', var(--sans); }
body.jp h1, body.jp h2, body.jp h3 { font-family: 'Noto Sans JP', var(--serif); font-weight: 700; }
.container { max-width: 1020px; margin: 0 auto; padding: 0 28px; }
a { color: var(--daintree); }
em { font-style: italic; }
h1 em, h2 em, .foot-word em, .brand-word em { color: var(--gold-text); }

.demo-banner {
  background: repeating-linear-gradient(45deg, var(--wattle), var(--wattle) 14px, #e8b93a 14px, #e8b93a 28px);
  color: var(--midnight); font-size: 12.5px; font-weight: 700; text-align: center;
  padding: 7px 16px; letter-spacing: .04em;
}

/* ── header ── */
.site-head { border-bottom: 1px solid var(--line); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.nav-row { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.bw-caps { font-family: var(--serif); font-weight: 600; font-size: 11px; letter-spacing: .4em; text-transform: uppercase; }
.bw-script { font-family: 'Great Vibes', cursive; font-weight: 400; font-size: 30px; color: var(--gold-text); margin-top: -1px; }
.foot-word .bw-caps { font-size: 14px; }
.foot-word .bw-script { font-size: 36px; color: var(--wattle); }
@media (prefers-color-scheme: dark) {
  .brand-mark svg path { fill: var(--seafoam); }
  .brand-mark svg path:last-child { fill: var(--wattle); }
}
.site-nav { display: flex; gap: 26px; }
.site-nav a { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 14.5px; }
.site-nav a:hover { color: var(--gold-text); }

/* ── hero ── */
.hero {
  position: relative; overflow: hidden; color: var(--sand);
  background: linear-gradient(140deg, var(--midnight) 0%, var(--deep-water) 48%, #0f4438 100%);
  padding: 96px 0 104px;
}
.hero-stars { position: absolute; right: 6%; top: 50%; transform: translateY(-50%); opacity: .3; }
.hero.has-photos { padding: 72px 0 80px; }
.hero.has-photos .hero-stars { right: auto; left: 1%; opacity: .13; }
.hero .container { position: relative; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
.hero.has-photos .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }

/* Hero mosaic: three real operator photos in an offset editorial grid */
.hero-collage {
  position: relative; display: grid; gap: 12px; aspect-ratio: 1 / 1.02;
  grid-template-columns: 1fr 1fr; grid-template-rows: repeat(6, 1fr);
}
.hero-collage figure {
  position: relative; border-radius: 14px; overflow: hidden; min-width: 0;
  border: 1px solid rgba(244, 197, 66, .26); box-shadow: 0 26px 52px rgba(0, 0, 0, .46);
  animation: heroRise .7s cubic-bezier(.22, .8, .3, 1) both; animation-delay: var(--d, 0ms);
}
.hero-collage figure:nth-child(1) { grid-column: 1; grid-row: 1 / 4; }
.hero-collage figure:nth-child(2) { grid-column: 2; grid-row: 2 / 7; }
.hero-collage figure:nth-child(3) { grid-column: 1; grid-row: 4 / 6; }
.hero-collage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-credit {
  margin-top: 10px; text-align: right;
  font-size: 11px; letter-spacing: .04em; color: rgba(248, 245, 238, .42);
}
@keyframes heroRise { from { opacity: 0; translate: 0 26px; } to { opacity: 1; translate: 0 0; } }
@media (prefers-reduced-motion: reduce) { .hero-collage figure { animation: none; } }
.kicker { font-size: 12.5px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.kicker-gold { color: var(--wattle); }
.hero h1 {
  font-family: var(--serif); font-weight: 560; font-size: clamp(44px, 6.4vw, 76px);
  line-height: 1.04; letter-spacing: -.01em; margin: 18px 0 22px; max-width: 14ch;
}
.hero h1 em { color: var(--wattle); }
.hero-sub { font-size: 19px; max-width: 54ch; color: rgba(248, 245, 238, .85); }
.hero-sub strong { color: var(--wattle); }
.hero-ctas { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }

.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 15.5px;
  padding: 14px 28px; border-radius: 10px; transition: transform .12s ease; border: none; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--wattle); color: var(--midnight); box-shadow: 0 3px 0 var(--wattle-deep); }
.btn-ghost { border: 1.5px solid rgba(248, 245, 238, .5); color: var(--sand); }

/* ── how strip ── */
.how-strip { border-bottom: 1px solid var(--line); background: var(--surface); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; padding: 46px 28px; }
.how-num { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--gold-text); }
.how-step h3 { font-family: var(--serif); font-size: 21px; margin: 2px 0 6px; }
.how-step p { font-size: 14.5px; color: var(--ink-soft); }

/* ── featured ── */
.featured { padding: 72px 0 30px; }
.sec-title { font-family: var(--serif); font-weight: 600; font-size: 34px; letter-spacing: -.01em; margin-bottom: 28px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat-card {
  display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 26px 26px 24px; box-shadow: var(--shadow); transition: transform .14s ease;
}
.feat-card.live:hover { transform: translateY(-4px); border-color: var(--wattle-deep); }
.feat-card.has-photo { padding-top: 0; overflow: hidden; }
.feat-photo {
  position: relative; display: block; flex: none; margin: 0 -26px 14px; aspect-ratio: 16 / 10; background: var(--mist);
}
/* absolute so the frame's aspect-ratio wins: portrait and landscape source
   photos must crop to the same card height, not stretch the card */
.feat-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.feat-card.live:hover .feat-photo img { transform: scale(1.045); }
/* no licensed photo yet: a branded panel keeps the grid even rather than a gap */
.feat-photo-mark {
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--midnight) 0%, var(--deep-water) 60%, #0f4438 100%);
}
.feat-photo-mark svg { opacity: .45; }
.feat-card.soon { opacity: .62; border-style: dashed; }
.feat-kicker { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--daintree); }
.feat-card h3 { font-family: var(--serif); font-size: 21.5px; font-weight: 600; line-height: 1.25; flex: 1; }
.feat-meta { font-size: 12.5px; color: var(--ink-soft); }
.stars { color: var(--gold-text); letter-spacing: 2px; }
.feat-go { font-weight: 700; font-size: 14px; color: var(--gold-text); }

/* ── trust band ── */
.trust-band { background: var(--deep-water); color: var(--sand); margin-top: 42px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 40px 28px; text-align: center; }
.trust-grid strong { display: block; font-family: var(--serif); font-size: 34px; color: var(--wattle); }
.trust-grid span { font-size: 13px; color: var(--seafoam); letter-spacing: .06em; text-transform: uppercase; }

/* ── signup ── */
.signup { padding: 72px 0 84px; }
.signup-inner { text-align: center; max-width: 620px; }
.signup p { color: var(--ink-soft); margin-bottom: 24px; }
.signup-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.signup-form input {
  flex: 1; min-width: 240px; padding: 14px 18px; border-radius: 10px;
  border: 1.5px solid var(--line); background: var(--surface); color: var(--ink); font-size: 15.5px; font-family: var(--sans);
}
.signup-form input:focus { outline: 2px solid var(--wattle-deep); border-color: transparent; }

/* ── article pages ── */
.page-hero {
  color: var(--sand);
  background: linear-gradient(140deg, var(--midnight) 0%, var(--deep-water) 55%, #0f4438 100%);
  padding: 64px 0 40px;
}
.page-hero h1 { font-family: var(--serif); font-weight: 560; font-size: clamp(32px, 4.6vw, 52px); line-height: 1.1; letter-spacing: -.01em; margin: 14px 0 20px; max-width: 26ch; }
.page-hero h1 em { color: var(--wattle); }
.stat-band { display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: 13.5px; color: var(--seafoam); padding-bottom: 8px; }
.stat-band b { color: var(--wattle); }
.article-body { padding: 48px 28px 84px; max-width: 860px; }
.lede { font-size: 18.5px; margin-bottom: 18px; }
.inline-disclosure {
  font-size: 13px; color: var(--ink-soft); background: var(--mist);
  border-left: 4px solid var(--wattle-deep); padding: 12px 18px; border-radius: 0 10px 10px 0; margin: 8px 0 36px;
}
@media (prefers-color-scheme: dark) { .inline-disclosure { background: rgba(45, 143, 111, .12); } }

/* listing card */
.listing {
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 32px 34px; margin-bottom: 30px; box-shadow: var(--shadow);
}
.listing-head { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 14px; }
.rank-badge {
  font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--sand);
  background: var(--daintree); padding: 5px 16px; border-radius: 999px; flex-shrink: 0; margin-top: 4px;
}
#rank-1 .rank-badge { background: var(--wattle-deep); color: var(--midnight); font-weight: 700; }
.listing-head h3 { font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.2; }
.operator { font-size: 13.5px; color: var(--ink-soft); margin-top: 4px; }
.listing-head > div:nth-child(2) { flex: 1; }

.score-wrap { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.score-ring {
  width: 74px; height: 74px; border-radius: 50%; position: relative;
  background: conic-gradient(var(--wattle) calc(var(--p) * 3.6deg), rgba(12, 53, 71, .12) 0);
  display: flex; align-items: center; justify-content: center;
}
@media (prefers-color-scheme: dark) { .score-ring { background: conic-gradient(var(--wattle) calc(var(--p) * 3.6deg), rgba(248, 245, 238, .14) 0); } }
.score-ring::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--surface); }
.score-ring span { position: relative; font-family: var(--serif); font-weight: 600; font-size: 26px; color: var(--gold-text); }
.score-label { font-size: 11px; line-height: 1.5; }
.score-label b { display: block; letter-spacing: .18em; color: var(--ink-soft); }
.score-label i { font-family: var(--serif); font-size: 15px; color: var(--gold-text); }

.src-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 16px; }
.chip {
  font-size: 12.5px; font-weight: 600; color: var(--daintree);
  background: var(--mist); border: 1px solid rgba(26, 107, 90, .25);
  padding: 4px 12px; border-radius: 999px;
}
.chip b { color: var(--ink); }
a.chip { text-decoration: none; transition: border-color .15s; }
a.chip:hover { border-color: rgba(26, 107, 90, .6); }
.attr-google { align-self: center; font-size: 11px; color: var(--ink-soft); opacity: .75; letter-spacing: .02em; }
.chip-live { color: var(--gold-text); border-color: rgba(217, 167, 46, .45); background: rgba(244, 197, 66, .12); }
.chip-live::before { content: '●'; margin-right: 5px; font-size: 8px; vertical-align: 2px; }
@media (prefers-color-scheme: dark) { .chip { background: rgba(45, 143, 111, .14); color: var(--seafoam); } }
.listing-desc { margin-bottom: 14px; }

/* Listing hero photo (licensed Viator product image / attributed Google Place photo) */
.listing-photo {
  position: relative; margin: -32px -34px 22px; border-radius: 15px 15px 0 0; overflow: hidden;
  aspect-ratio: 16 / 7; background: var(--mist);
}
.listing-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-credit {
  position: absolute; right: 8px; bottom: 8px; font-size: 10.5px; line-height: 1;
  color: #fff; background: rgba(7, 30, 43, .6); padding: 4px 8px; border-radius: 6px;
  backdrop-filter: blur(2px);
}

/* Editorial listings — no computed score; honest placeholder + attributed link-out */
.score-wrap.editorial .ed-mark {
  width: 74px; height: 74px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 30px; color: var(--daintree);
  background: var(--mist); border: 1px dashed rgba(26, 107, 90, .45);
}
@media (prefers-color-scheme: dark) {
  .score-wrap.editorial .ed-mark { background: rgba(45, 143, 111, .12); color: var(--seafoam); border-color: rgba(127, 199, 174, .4); }
}
.ed-note {
  font-size: 13px; line-height: 1.6; color: var(--ink-soft);
  background: var(--mist); border-left: 3px solid var(--daintree);
  padding: 11px 16px; border-radius: 0 10px 10px 0; margin: 6px 0 16px;
}
.ed-verdict {
  font-size: 15px; line-height: 1.65; color: var(--ink); margin: 6px 0 10px;
}
.ed-verdict b { color: var(--daintree); }
@media (prefers-color-scheme: dark) { .ed-verdict b { color: var(--seafoam); } }
.ed-note a { color: var(--daintree); font-weight: 600; white-space: nowrap; }
@media (prefers-color-scheme: dark) {
  .ed-note { background: rgba(45, 143, 111, .1); border-left-color: var(--seafoam); }
  .ed-note a { color: var(--seafoam); }
}
.listing.is-editorial .rank-badge { background: var(--daintree); }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 18px 0; }
.pc { border-radius: 12px; padding: 18px 22px; font-size: 14.5px; }
.pc h4 { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px; }
.pc ul { padding-left: 18px; display: grid; gap: 5px; }
.pc.loved { background: var(--mist); }
.pc.loved h4 { color: var(--daintree); }
.pc.know { background: rgba(244, 197, 66, .12); }
.pc.know h4 { color: var(--wattle-deep); }
@media (prefers-color-scheme: dark) { .pc.loved { background: rgba(45, 143, 111, .13); } .pc.know { background: rgba(244, 197, 66, .09); } }
.best-for { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 20px; }
.best-for b { color: var(--daintree); }

.cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.price { font-size: 13.5px; color: var(--ink-soft); }
.price b { font-size: 18px; color: var(--ink); }

.method-box {
  background: var(--deep-water); color: var(--sand); border-radius: 16px;
  padding: 30px 34px; margin: 44px 0;
}
.method-box h3 { font-family: var(--serif); font-size: 22px; margin-bottom: 10px; }
.method-box p { font-size: 14.5px; color: rgba(248, 245, 238, .82); margin-bottom: 12px; }
.method-box a { color: var(--wattle); font-weight: 700; text-decoration: none; }

.faq { margin-top: 40px; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 4px; }
.faq summary { font-family: var(--serif); font-size: 18.5px; font-weight: 600; cursor: pointer; }
.faq details p { padding: 12px 0 4px; color: var(--ink-soft); }

/* guide page */
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 10px 0 36px; }
.qf { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow); }
.qf span { display: block; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.qf b { font-size: 15px; }
.tips { padding-left: 22px; display: grid; gap: 8px; margin: 6px 0 30px; }
.article-body > p { margin-bottom: 16px; }
.article-body .sec-title { margin-top: 34px; font-size: 27px; }
.cta-card h3 { font-family: var(--serif); font-size: 23px; margin-bottom: 16px; }

/* ── static content pages (about / contact / privacy) ── */
.sec-cta { margin: -4px 0 22px; }
.sec-cta a { color: var(--gold-text); font-weight: 700; text-decoration: none; font-size: 15px; }
.sec-cta a:hover { text-decoration: underline; }
.contact-card {
  background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--wattle-deep);
  border-radius: 0 14px 14px 0; padding: 22px 26px; margin: 26px 0 8px; box-shadow: var(--shadow);
}
.cc-label { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.cc-mail { font-family: var(--serif); font-size: 25px; margin: 4px 0 6px; word-break: break-word; }
.cc-mail a { color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--wattle); }
.cc-mail a:hover { color: var(--gold-text); }
.cc-meta { font-size: 13px; color: var(--ink-soft); }
.page-updated {
  margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line);
  font-size: 13px; color: var(--ink-soft);
}
.page-updated a { color: var(--gold-text); }

/* ── footer ── */
.site-foot { background: var(--midnight); color: var(--sand); margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; padding: 56px 28px 30px; }
.foot-word { display: flex; flex-direction: column; line-height: 1; margin-top: 12px; }
.foot-tag { font-size: 13.5px; color: var(--seafoam); margin-top: 4px; }
.foot-col h4 { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--seafoam); margin-bottom: 12px; }
.foot-col a { display: block; color: rgba(248, 245, 238, .85); text-decoration: none; font-size: 14.5px; margin-bottom: 8px; }
.foot-col a:hover { color: var(--wattle); }
.foot-legal { border-top: 1px solid rgba(248, 245, 238, .14); padding-top: 22px; padding-bottom: 40px; font-size: 12.5px; color: rgba(248, 245, 238, .6); }
.foot-disclosure { max-width: 78ch; margin-bottom: 10px; color: rgba(248, 245, 238, .75); }

/* ── responsive ── */
@media (max-width: 860px) {
  .how-grid, .card-grid, .trust-grid, .foot-grid { grid-template-columns: 1fr 1fr; }
  .pros-cons { grid-template-columns: 1fr; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .listing { padding: 24px 22px; }
  .listing-head { flex-wrap: wrap; }
  .hero-stars { display: none; }
  .hero.has-photos .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 420px; }        /* stacked: don't let the mosaic run page-tall */
  .feat-photo { margin-left: -22px; margin-right: -22px; }
  .feat-card { padding: 24px 22px 22px; }
  .feat-card.has-photo { padding-top: 0; }
}
@media (max-width: 560px) {
  .how-grid, .card-grid, .trust-grid, .foot-grid, .quick-facts { grid-template-columns: 1fr; }
  .hero-collage { gap: 9px; }
  .site-nav { gap: 16px; }
  .brand-word { font-size: 18px; }
}

/* Newsletter signup */
.signup-note { margin-top: 12px; font-size: 13.5px; color: rgba(248, 245, 238, .68); }
.signup-form.is-pending input,
.signup-form.is-pending button { opacity: .45; cursor: not-allowed; }

/* Page hero photo: licensed image behind the title, darkened so type stays readable */
.page-hero.has-photo { position: relative; overflow: hidden; padding: 132px 0 48px; }
.page-hero-photo { position: absolute; inset: 0; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-hero.has-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,30,43,.34) 0%, rgba(7,30,43,.58) 45%, rgba(7,30,43,.90) 100%);
}
.page-hero.has-photo > .container { position: relative; z-index: 1; }
.page-hero.has-photo > .photo-credit { z-index: 2; }
@media (max-width: 860px) { .page-hero.has-photo { padding: 64px 0 36px; } }

/* Licensed photo between guide sections */
.section-photo { margin: 34px 0 30px; }
.section-photo img { width: 100%; height: auto; border-radius: 14px; display: block; box-shadow: var(--shadow); }
.section-photo figcaption { margin-top: 8px; font-size: 13px; color: var(--ink-soft); }

/* Why our price may differ from a competitor's headline: state the compulsory extras */
.price-note { display: block; font-weight: 400; font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; }
