/* Planet Australia Oceania - corporate site
   Brand: eucalyptus #2D6E4F / terracotta #C8704A / Sora
   -------------------------------------------------- */

:root {
  --primary:   #2D6E4F;
  --secondary: #5A9E78;
  --accent:    #C8704A;
  --apricot:   #EFC9AE;
  --bg:        #F4F7F2;
  --dark:      #1A2E22;
  --line:      #E2EBE0;
  --body:      #42584B;
  --wrap:      1180px;
  --gutter:    80px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: 'Sora', system-ui, -apple-system, sans-serif;
  font-weight: 300;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}

img { display: block; max-width: 100%; }

a { color: var(--primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent); }

h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -.8px; color: var(--dark); }

p { margin: 0; }

ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--dark); color: #fff; padding: 12px 20px; font-size: 14px;
}
.skip:focus { left: 12px; top: 12px; color: #fff; }

/* ---------- shared type ---------- */

.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 2.4px;
  text-transform: uppercase; color: var(--accent);
}
.eyebrow.light { color: var(--apricot); }
.eyebrow.apricot { color: var(--apricot); }
.eyebrow-line { display: flex; align-items: center; gap: 14px; }
.eyebrow-line::before { content: ""; width: 44px; height: 1px; background: currentColor; flex: none; }

.body { font-size: 16px; line-height: 1.75; font-weight: 300; color: var(--body); }

.lede {
  font-size: 19px; line-height: 1.65; font-weight: 300;
  color: rgba(255,255,255,.9); max-width: 590px;
}

.link-accent { font-size: 15px; font-weight: 600; color: var(--accent); white-space: nowrap; }

.micro {
  font-size: 12px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--secondary);
}
.micro-light { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.75); line-height: 1.7; }

/* ---------- buttons ---------- */

.btn {
  display: inline-block; border-radius: 32px; font-weight: 600;
  font-size: 15px; padding: 18px 34px; border: 0; cursor: pointer;
  font-family: inherit; transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: #b1603d; color: #fff; }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.55); color: #fff; padding: 16.5px 32px; }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.btn-sm { font-size: 14px; padding: 13px 26px; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 6px; }

/* ---------- header ---------- */

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(244,247,242,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom-color: var(--line);
  box-shadow: 0 4px 20px rgba(26,46,34,.07);
}
.site-header.scrolled .nav a { color: var(--dark); }
.site-header.scrolled .nav a:hover { color: var(--accent); }
.site-header.scrolled .nav a.btn { color: #fff; }
.site-header.scrolled .nav-burger span { background: var(--dark); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; padding: 24px;
  transition: padding .25s ease;
}
.site-header.scrolled .header-inner { padding: 14px 24px; }
.header-left { display: flex; align-items: center; gap: 18px; }
.logo img {
  height: 52px; width: auto; filter: brightness(0) invert(1);
  transition: height .25s ease, filter .25s ease;
}
.site-header.scrolled .logo img { height: 42px; filter: none; }

.fr-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 13px 6px 9px; border: 1px solid rgba(255,255,255,.3);
  border-radius: 20px; font-size: 11.5px; font-weight: 500; letter-spacing: .3px;
  color: rgba(255,255,255,.9); white-space: nowrap;
  transition: background .2s ease, border-color .2s ease;
}
.fr-chip:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.fr-flag {
  display: flex; width: 18px; height: 12px; border-radius: 2px;
  overflow: hidden; flex: none; box-shadow: 0 0 0 1px rgba(255,255,255,.28);
}
.fr-flag i { flex: 1; }
.fr-flag i:nth-child(1) { background: #0055A4; }
.fr-flag i:nth-child(2) { background: #FFFFFF; }
.fr-flag i:nth-child(3) { background: #EF4135; }

.site-header.scrolled .fr-chip {
  border-color: rgba(45,110,79,.35); color: var(--dark);
}
.site-header.scrolled .fr-chip:hover { background: rgba(45,110,79,.08); border-color: var(--primary); color: var(--dark); }
.site-header.scrolled .fr-flag { box-shadow: 0 0 0 1px rgba(26,46,34,.2); }

.nav { display: flex; align-items: center; gap: 34px; }
.nav a { color: rgba(255,255,255,.86); font-size: 14px; font-weight: 400; }
.nav a:hover { color: #fff; }
.nav a.btn { color: #fff; }

.nav a.fr-chip { font-size: 11.5px; color: rgba(255,255,255,.9); }
.nav a.fr-chip:hover { color: #fff; }

.nav-burger { display: none; }
.nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.nav-toggle:focus-visible ~ .nav-burger { outline: 2px solid var(--apricot); outline-offset: 2px; }

/* ---------- hero ---------- */

.hero {
  position: relative; min-height: 88vh; display: flex; flex-direction: column;
  justify-content: flex-end; background: var(--dark); overflow: hidden;
}
.hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(26,46,34,.92) 0%, rgba(26,46,34,.74) 48%, rgba(26,46,34,.44) 100%);
}
.hero-body {
  position: relative; padding: 200px 24px 90px;
  display: flex; flex-direction: column; gap: 26px; align-items: flex-start;
}
.hero-body h1 {
  font-size: clamp(34px, 4.4vw, 64px); line-height: 1.06; color: #fff;
  letter-spacing: -1.6px; max-width: 760px;
}
.hero-strip {
  position: relative; background: rgba(26,46,34,.55);
  border-top: 1px solid rgba(255,255,255,.14);
}
.strip-inner { display: flex; padding: 0 24px; }
.strip-cell {
  flex: 1; padding: 26px 30px; display: flex; flex-direction: column; gap: 4px;
  border-left: 1px solid rgba(255,255,255,.14);
}
.strip-cell:first-child { border-left: 0; padding-left: 0; }
.strip-cell strong { font-size: 17px; font-weight: 600; color: #fff; }
.strip-cell span { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.72); }

/* ---------- sections ---------- */

.section { padding: 110px 0; }
.section-white { background: #fff; }
.section-dark { background: var(--dark); }

.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 60px; margin-bottom: 48px;
}
.section-head.narrow { display: block; max-width: 660px; }
.section-head-main { display: flex; flex-direction: column; gap: 16px; max-width: 640px; }
.section-head h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; color: var(--primary); }
.section-head h2.on-dark { color: #fff; }
.section-head.narrow .eyebrow { margin-bottom: 16px; }
.section-head-aside { max-width: 400px; font-size: 16px; line-height: 1.7; font-weight: 300; color: var(--body); }

/* ---------- destinations ---------- */

.dest-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.dest {
  position: relative; border-radius: 16px; overflow: hidden;
  display: flex; align-items: flex-end; transition: transform .25s ease;
}
.dest:hover { transform: translateY(-5px); }
.dest img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dest::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,46,34,.88) 0%, rgba(26,46,34,.1) 60%, transparent 100%);
}
.dest-text { position: relative; z-index: 2; padding: 32px; display: flex; flex-direction: column; gap: 8px; }
.dest-text h3 { font-size: 26px; color: #fff; }
.dest-text h3.sm { font-size: 21px; }
.dest-text p { font-size: 14px; font-weight: 300; color: #DCE8DF; max-width: 420px; }
.dest-wide  { flex: 0 0 calc(58% - 10px); min-height: 340px; }
.dest-mid   { flex: 0 0 calc(42% - 10px); min-height: 340px; }
.dest-small { flex: 1 1 300px; min-height: 260px; }
.dest-small .dest-text { padding: 28px; }

/* ---------- why ---------- */

.why-layout { display: flex; gap: 80px; }
.why-intro { flex: 0 0 380px; display: flex; flex-direction: column; gap: 18px; }
.why-intro h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; color: var(--primary); }
.why-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 44px 56px; }
.why-item { display: flex; flex-direction: column; gap: 12px; }
.why-item h3 { font-size: 20px; font-weight: 600; letter-spacing: 0; }
.why-item p { font-size: 15px; line-height: 1.7; font-weight: 300; color: var(--body); }
.num-badge {
  width: 46px; height: 46px; border-radius: 12px; background: rgba(45,110,79,.1);
  color: var(--primary); display: grid; place-items: center; font-size: 16px; font-weight: 700;
}
.num-badge-accent { background: rgba(200,112,74,.12); color: var(--accent); }

/* ---------- french team ---------- */

.fr-layout { display: flex; gap: 80px; }
.fr-intro { flex: 0 0 420px; display: flex; flex-direction: column; gap: 18px; }
.fr-intro h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; color: var(--primary); }
.fr-aside {
  font-size: 15px; line-height: 1.7; font-weight: 400; color: var(--primary);
  border-left: 3px solid var(--accent); padding-left: 16px; margin-top: 4px;
}
.fr-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 36px 48px; }
.fr-item { display: flex; flex-direction: column; gap: 10px; padding-top: 20px; position: relative; }
.fr-item::before {
  content: ""; position: absolute; top: 0; left: 0; width: 54px; height: 4px;
  background: linear-gradient(to right, #0055A4 0 33.33%, #FFFFFF 33.33% 66.66%, #EF4135 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(45,110,79,.22);
}
.fr-item h3 { font-size: 19px; font-weight: 600; letter-spacing: 0; }
.fr-item p { font-size: 15px; line-height: 1.7; font-weight: 300; color: var(--body); }

/* ---------- process ---------- */

.steps { display: flex; gap: 32px; }
.step { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.step h3 { font-size: 19px; font-weight: 600; color: #fff; letter-spacing: 0; }
.step p { font-size: 15px; line-height: 1.7; font-weight: 300; color: rgba(255,255,255,.72); }
.step-dot {
  width: 52px; height: 52px; border-radius: 50%; background: var(--primary);
  border: 2px solid var(--secondary); color: #fff; display: grid; place-items: center;
  font-size: 17px; font-weight: 700;
}
.step-dot-accent { background: var(--accent); border-color: var(--apricot); }

/* ---------- itinerary cards ---------- */

.card-row { display: flex; gap: 22px; }
.card {
  flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; display: flex; flex-direction: column;
}
.card-media { position: relative; height: 200px; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.tag {
  position: absolute; top: 16px; left: 16px; background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase;
  padding: 7px 14px; border-radius: 20px;
}
.card-body { padding: 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { font-size: 20px; font-weight: 600; line-height: 1.3; letter-spacing: 0; }
.card-body p { font-size: 14px; line-height: 1.7; font-weight: 300; color: var(--body); }
.card-foot {
  padding: 18px 26px; border-top: 1px dashed var(--line);
  display: flex; align-items: center; justify-content: space-between;
}
.duration { font-size: 14px; font-weight: 400; color: var(--secondary); }
.card-foot .link-accent { font-size: 14px; }

/* ---------- company ---------- */

.company-layout { display: flex; gap: 80px; align-items: center; }
.company-media { flex: 0 0 46%; position: relative; }
.company-media img { height: 420px; width: 100%; object-fit: cover; border-radius: 18px; }
.company-badge {
  position: absolute; bottom: -26px; left: -26px; background: #fff;
  border: 1px solid var(--line); border-radius: 14px; padding: 22px 28px;
  box-shadow: 0 16px 40px rgba(26,46,34,.1);
}
.company-badge strong { display: block; font-size: 34px; font-weight: 700; color: var(--primary); line-height: 1; }
.company-badge span { display: block; font-size: 13px; font-weight: 300; color: var(--body); padding-top: 4px; }
.company-text { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.company-text h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; color: var(--primary); }

.ticks { display: flex; flex-direction: column; gap: 18px; padding-top: 8px; }
.ticks li { display: flex; gap: 16px; align-items: flex-start; }
.tick {
  flex: 0 0 34px; height: 34px; border-radius: 9px; background: rgba(45,110,79,.1);
  color: var(--primary); display: flex; align-items: center; justify-content: center;
}
.tick svg { display: block; width: 17px; height: 17px; }
.ticks div strong { display: block; font-size: 16px; font-weight: 600; color: var(--dark); }
.ticks div span { display: block; font-size: 14.5px; line-height: 1.6; font-weight: 300; color: var(--body); }

/* ---------- suppliers ---------- */

.supplier-row { display: flex; gap: 22px; align-items: stretch; }
.supplier-card {
  flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 32px; display: flex; flex-direction: column; gap: 12px;
}
.supplier-card h3 { font-size: 18px; font-weight: 600; letter-spacing: 0; }
.supplier-card p:last-child { font-size: 14.5px; line-height: 1.7; font-weight: 300; color: var(--body); }
.supplier-cta {
  flex: 0 0 300px; background: var(--primary); border-radius: 16px; padding: 32px;
  display: flex; flex-direction: column; justify-content: center; gap: 14px;
}
.supplier-cta h3 { font-size: 20px; font-weight: 600; color: #fff; line-height: 1.4; letter-spacing: 0; }
.supplier-cta a {
  font-size: 15px; font-weight: 500; color: var(--apricot);
  text-decoration: underline; text-underline-offset: 3px; word-break: break-word;
}
.supplier-cta a:hover { color: #fff; }
.supplier-cta .btn { font-size: 14.5px; padding: 15px 26px; }

/* ---------- brief ---------- */

.brief-section { padding: 0 0 110px; }
.brief-panel { position: relative; overflow: hidden; border-radius: 24px; }
.brief-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brief-veil {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(45,110,79,.96), rgba(26,46,34,.96));
}
.brief-inner {
  position: relative; display: flex; gap: 64px; padding: 72px;
}
.brief-copy { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.brief-copy h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; color: #fff; }
.brief-copy > p { font-size: 17px; line-height: 1.7; font-weight: 300; color: rgba(255,255,255,.82); }
.brief-facts { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.brief-facts li {
  font-size: 14.5px; font-weight: 300; color: rgba(255,255,255,.85);
  display: flex; align-items: center; gap: 12px;
}
.brief-facts li::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--apricot); flex: none;
}
.brief-direct { font-size: 14.5px; font-weight: 300; color: rgba(255,255,255,.7); }
.brief-direct a { color: var(--apricot); text-decoration: underline; }
.brief-direct a:hover { color: #fff; }

.brief-form {
  flex: 0 0 480px; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16); border-radius: 18px;
  padding: 30px; display: flex; flex-direction: column; gap: 16px;
}
.field-row { display: flex; gap: 16px; }
.field { flex: 1; display: flex; flex-direction: column; gap: 7px; }
.field > span {
  font-size: 11.5px; font-weight: 600; letter-spacing: 1.6px;
  text-transform: uppercase; color: rgba(255,255,255,.72);
}
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 14.5px; font-weight: 300; color: #fff;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px; padding: 13px 14px; width: 100%;
}
.field textarea { resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.45); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--apricot); background: rgba(255,255,255,.1);
}
.field select option { color: #1A2E22; }
.form-note { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,.6); text-align: center; }

/* ---------- footer ---------- */

.site-footer { background: var(--dark); padding: 70px 0 34px; }
.footer-cols { display: flex; gap: 60px; }
.footer-brand { flex: 1.4; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.footer-brand img { height: 60px; width: auto; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 14.5px; line-height: 1.7; font-weight: 300; color: rgba(255,255,255,.72); max-width: 330px; }
.badge-outline {
  border: 1px solid rgba(255,255,255,.28); border-radius: 6px; padding: 8px 14px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 1.6px;
  text-transform: uppercase; color: rgba(255,255,255,.8);
}
.footer-col { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.footer-col:last-child { flex: 1.2; }
.footer-head {
  font-size: 11.5px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--apricot);
}
.footer-col a, .footer-text {
  font-size: 14.5px; font-weight: 300; color: rgba(255,255,255,.78); line-height: 1.7;
}
.footer-col a:hover { color: var(--secondary); }
.footer-base {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 26px;
  display: flex; justify-content: space-between; gap: 30px;
}
.footer-base p { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,.55); }
.footer-base a { color: rgba(255,255,255,.75); text-decoration: underline; text-underline-offset: 2px; }
.footer-base a:hover { color: var(--apricot); }

/* ================= responsive ================= */

@media (max-width: 1080px) {
  .why-layout { flex-direction: column; gap: 44px; }
  .why-intro { flex: none; }
  .fr-layout { flex-direction: column; gap: 44px; }
  .fr-intro { flex: none; }
  .company-layout { gap: 48px; }
  .company-badge { left: 16px; bottom: -20px; }
  .brief-inner { flex-direction: column; gap: 40px; padding: 56px; }
  .brief-form { flex: none; }
  .steps { flex-wrap: wrap; }
  .step { flex: 1 1 45%; }
  .supplier-row { flex-wrap: wrap; }
  .supplier-card { flex: 1 1 45%; }
  .supplier-cta { flex: 1 1 100%; flex-direction: row; align-items: center; justify-content: flex-start; gap: 40px; }
}

@media (max-width: 860px) {
  .section { padding: 64px 0; }
  .hero { min-height: 0; }
  .hero-body { padding: 150px 24px 56px; }
  .hero-strip { display: none; }

  .site-header { background: var(--dark); }
  .site-header.scrolled { background: var(--dark); box-shadow: 0 4px 20px rgba(0,0,0,.25); border-bottom-color: rgba(255,255,255,.14); }
  .site-header.scrolled .nav a { color: rgba(255,255,255,.86); }
  .site-header.scrolled .nav-burger span { background: #fff; }
  .site-header.scrolled .fr-chip { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.9); }
  .site-header.scrolled .fr-flag { box-shadow: 0 0 0 1px rgba(255,255,255,.28); }
  .header-inner, .site-header.scrolled .header-inner { padding: 16px 24px; }
  .logo img, .site-header.scrolled .logo img { height: 42px; filter: brightness(0) invert(1); }
  .nav-burger {
    display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px;
  }
  .nav-burger span { display: block; width: 24px; height: 2px; background: #fff; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--dark); flex-direction: column; align-items: stretch;
    gap: 0; padding: 8px 24px 24px;
  }
  .nav-toggle:checked ~ .nav { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 16px; }
  .nav a.btn { margin-top: 16px; text-align: center; border-bottom: 0; }
  .nav a.fr-chip { align-self: flex-start; margin-top: 18px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; padding: 9px 16px 9px 12px; }

  .section-head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .section-head-aside { max-width: none; }

  .dest-wide, .dest-mid, .dest-small { flex: 1 1 100%; min-height: 260px; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .fr-grid { grid-template-columns: 1fr; gap: 30px; }
  .step { flex: 1 1 100%; }
  .card-row { flex-direction: column; }
  .company-layout { flex-direction: column; }
  .company-media { flex: none; width: 100%; }
  .company-badge { left: 16px; bottom: -20px; padding: 18px 22px; }
  .company-text { padding-top: 30px; }
  .supplier-card { flex: 1 1 100%; }
  .supplier-cta { flex-direction: column; align-items: flex-start; }
  .brief-section { padding-bottom: 64px; }
  .brief-inner { padding: 36px 28px; }
  .brief-panel { border-radius: 16px; }
  .brief-form { padding: 22px; }
  .field-row { flex-direction: column; gap: 16px; }
  .footer-cols { flex-direction: column; gap: 40px; }
  .footer-base { flex-direction: column; gap: 10px; }
  .btn { width: 100%; text-align: center; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .link-accent { white-space: normal; }
}
