

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla-var.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  

  --ground:   #FBF4E9;   
  --surface:  #EFE4D0;   
  --line:     #DECFB4;   
  --deep:     #3E4A38;   
  --deepest:  #262E23;   
  --accent:   #8E5539;   
  --text:     #2B3128;   
  --muted:    #62685B;   
  --on-deep:      #EFEADC;   
  --on-deep-mute: #B4BAA8;   
  --on-deep-accent: #D8AF93; 
  

  --foot-muted:   #B9B7A6;   
  --foot-rule:    #4A5142;   
  --white:    #FFFFFF;   
  --warn:     #8A4B00;   
  --warn-bg:  #FBEBD5;

  

  --logo-word: #FBA919;
  --logo-mark: #EFEADC;
  

  --trade-band: #495D46;  
  --bush:      #3C4A38;   
  --bush-pale: #C8D3BE;   
  --bush-gold: #E4D3A8;   
  

  --bush-dark: #2F3A2C;   
  --accent-dark: #6F4029;   

  

  --border-input: #C9BFAC;  
  

  --border-dark:  #3A342C;  
  --focus-halo:   rgba(38,46,35,.55);  

  
  

  --display: 'Archivo', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --sans:    'Karla', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;

  

  --body-size: 17px;
  --body-size-wide: 17.5px;   
  --body-line: 1.65;
  --h1-size: clamp(2rem, 1.35rem + 2.6vw, 3.5rem);
  --h2-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.15rem);
  --h3-size: clamp(1.18rem, 1.05rem + 0.6vw, 1.42rem);
  --h1-line: 1.14;
  --h2-line: 1.16;
  --h3-line: 1.25;
  --display-weight: 600;
  --display-tracking: -0.014em;
  --lede-size: 1.12rem;
  --lede-line: 1.55;
  --small-size: 0.86rem;

  

  --label-size: 0.83rem;      --label-tracking: 0.11em;
  --eyebrow-size: 0.76rem;    --eyebrow-tracking: 0.17em;
  --btn-size: 0.82rem;        --btn-tracking: 0.09em;
  --nav-size: 0.82rem;        --nav-tracking: 0.11em;       
  --nav-size-wide: 0.74rem;   --nav-tracking-wide: 0.08em;  

  

  

  

  --measure: 55ch;         
  --measure-prose: var(--measure);  
  --measure-lede:  var(--measure);  
  --measure-long:  var(--measure);  
  

  --measure-h2: 28.9ch;
  

  
  --gut: 22px;         
  --max: 1180px;       
  --rhythm: 26px;
  --section-y: 46px;        
  --section-y-tight: 32px;
  --grid-gap: 22px;
  --halves-gap: 30px;       
  --method-gap: 30px;       
  --card-pad: 24px;
  

  --plate-pad: 10px;

  

  --radius-sm: 2px;         
  --radius: 3px;            
  --border-w: 1px;          
  --border-w-input: 1.5px;
  --border-w-btn: 2px;
  --border-w-accent: 5px;   
  --tap-min: 44px;          

  

  --text-body: var(--text);
  --text-muted: var(--muted);
  --text-heading: var(--deepest);
  --text-link: var(--accent);
  --text-on-dark: var(--on-deep);
  --text-on-dark-muted: var(--on-deep-mute);
  --surface-page: var(--ground);
  --surface-band: var(--surface);
  --surface-card: var(--white);
  --surface-dark: var(--deepest);
  --surface-dark-alt: var(--deep);
  --border-hairline: var(--line);
  --font-display: var(--display);
  --font-body: var(--sans);
  --focus-ring: var(--logo-word);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scrollbar-gutter: stable; }
body, h1, h2, h3, h4, p, ul, ol, li, figure, blockquote, dl, dd { margin: 0; padding: 0; }
ul[class] { list-style: none; }
img, picture, video { max-width: 100%; display: block; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
table { border-collapse: collapse; width: 100%; }

body {
  background: var(--ground);
  color: var(--deepest);
  font-family: var(--sans);
  font-size: var(--body-size);
  line-height: var(--body-line);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3 { font-family: var(--display); font-weight: var(--display-weight); letter-spacing: var(--display-tracking); line-height: var(--h1-line); }
h1 { font-size: var(--h1-size); }
h2 { font-size: var(--h2-size); line-height: var(--h2-line); }
h3 { font-size: var(--h3-size); line-height: var(--h3-line); }
h4 { font-family: var(--sans); font-size: var(--label-size); font-weight: 700; letter-spacing: var(--label-tracking); text-transform: uppercase; }
p  { margin-bottom: var(--rhythm); max-width: var(--measure-prose); }

body { overflow-wrap: anywhere; }
p:last-child { margin-bottom: 0; }
strong, b { font-weight: 700; }
small { font-size: var(--small-size); }

a { color: var(--text-link); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }

.dark :focus-visible, .mast :focus-visible,
.foot :focus-visible, .page-hero :focus-visible { outline-color: var(--focus-ring); }

.eyebrow {
  font-family: var(--sans); font-size: var(--eyebrow-size); font-weight: 700;
  letter-spacing: var(--eyebrow-tracking); text-transform: uppercase; color: var(--accent);
  display: block; margin-bottom: 14px;
}
.dark .eyebrow, .on-ink .eyebrow { color: var(--logo-word); }

.lede { font-size: var(--lede-size); line-height: var(--lede-line); color: var(--muted); max-width: var(--measure-lede); }

.trap {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
  background: var(--deepest); color: var(--ground); padding: 14px 20px; text-decoration: none; z-index: 999;
}
.skip:focus {
  position: fixed; top: 0; left: 0; width: auto; height: auto;
  clip: auto; clip-path: none; white-space: normal;
}

.mast { background: var(--deepest); }
.mast-in {
  position: relative;
  max-width: var(--max); margin: 0 auto; padding: 0 var(--gut);
  display: flex; align-items: center; justify-content: space-between;
  min-height: 66px; gap: 18px;
}
.logo { display: flex; align-items: center; flex: 0 0 auto; }

.logo__mark { height: 46px; width: auto; display: block; }
.logo__word { fill: var(--logo-word); }
.logo__animal { fill: var(--logo-mark); }

.navbtn {
  background: none; border: var(--border-w) solid rgba(239,234,220,.35); color: var(--surface);
  padding: 9px 13px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; border-radius: var(--radius-sm);
}

.navtoggle { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.navtoggle:checked ~ .nav { display: block; }

.navtoggle:focus-visible + .navbtn {
  outline: 3px solid var(--focus-ring); outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--focus-halo);
}
.nav ul { list-style: none; }
.nav a {
  display: block; padding: 13px 0; color: var(--surface); text-decoration: none;
  font-size: var(--nav-size); font-weight: 700; letter-spacing: var(--nav-tracking); text-transform: uppercase;
  border-bottom: var(--border-w) solid rgba(239,234,220,.14);
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--logo-word); }

.nav .nav-trade { margin: 0; }

.nav .nav-trade a { color: var(--surface); }

.nav-social { display: flex; align-items: center; gap: 4px; margin: 0; flex-wrap: wrap; }
.nav-social__label {
  color: var(--on-deep-mute); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; margin-right: 6px;
}

.nav .nav-social__link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; padding: 0; border-bottom: 0;
  color: var(--surface);
}
.nav .nav-social__link:hover { color: var(--logo-word); }
.nav-social__icon { width: 20px; height: 20px; fill: currentColor; display: block; }

.spot__ref--glyph {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; padding: 0; border-bottom: 0;
  vertical-align: middle; color: var(--on-deep-accent);
}
.spot__ref--glyph:hover { color: var(--on-deep); }
.spot__ref--glyph:focus-visible { outline: 3px solid var(--on-deep-accent); outline-offset: 2px; }
.spot__ref-icon { width: 20px; height: 20px; fill: currentColor; display: block; }

.nav .nav-social { padding: 10px 0 2px; border-top: var(--border-w) solid rgba(239,234,220,.14); }
.nav {
  display: none;
  position: absolute; right: 0; top: calc(100% + 12px); z-index: 40;
  background: var(--deepest); min-width: 240px;
  padding: 4px var(--gut) 12px; border-top: var(--border-w) solid rgba(239,234,220,.14);
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }
section { padding: var(--section-y) 0; }
section.tight { padding: var(--section-y-tight) 0; }

.contact-page main > section:not(.tight):not(.dark):not(.enquire):has(+ section.tight) { padding-bottom: 0; }

body:not(.privacy-page) main > section:not(.tight):not(.dark):not(.enquire):not(.strands-band):not(.hero-bleed):not(.hero-split) + section:not(.tight):not(.dark):not(.enquire):not(.strands-band) { padding-top: 0; }

.hero-split { padding: var(--section-y) 0; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-grid .shot { order: -1; display: flex; justify-content: center; }
.hero-grid .shot .plate { max-width: 560px; }

.hero-grid .shot picture { display: contents; }
.hero-grid .shot img { width: 100%; height: auto; }
.hero-grid h1 { margin-bottom: 18px; }
.hero-grid .lede { font-size: 1.12rem; max-width: var(--measure); margin: 0 0 14px; }
.hero-grid .hero-note { color: var(--muted); max-width: var(--measure); margin: 0 0 28px; }

.page-hero { --band: #384333; background: var(--band); color: var(--ground); padding: 40px 0 44px; }

.page-hero.dark { background: var(--band); }
.page-hero h1 { color: var(--ground); }
.page-hero .lede { color: #C4BAA8; margin-top: 18px; }

.page-hero:not(.trade-hero) { padding: 48px 0; }
main > section.page-hero:not(.trade-hero) + section:not(.enquire) { padding-top: 24px; }

@media (min-width: 901px) {
  .page-hero:not(.trade-hero) { padding: 88px 0; }
  main > section.page-hero:not(.trade-hero) > .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 64px;
  }
  

  main > section.page-hero:not(.trade-hero) > .wrap > .eyebrow {
    grid-column: 1; grid-row: 1; display: block; margin: 0 0 14px;
  }
  

  main > section.page-hero:not(.trade-hero) > .wrap > h1 {
    grid-column: 1; grid-row: 2; margin-top: 0; font-size: 56px;
  }
  main > section.page-hero:not(.trade-hero) > .wrap > .lede {
    grid-column: 2; grid-row: 2; margin-top: 0; max-width: 60ch;
  }
  

  main > section.page-hero--solo:not(.trade-hero) > .wrap { display: block; }
  main > section.page-hero--solo > .wrap > h1 { max-width: 20ch; }
  

}

main > section.page-hero > .wrap { align-items: baseline; }

.page-hero figure { margin-top: 26px; }
.page-hero img { width: 100%; height: auto; }

.page-hero figcaption { font-size: 0.8rem; color: #B9B0A2; margin-top: 8px; }

.cta-band { background: var(--surface); border-top: var(--border-w) solid var(--line); }

.band { background: var(--surface); }

.spotlight .spot__stats { list-style: none; display: flex; flex-wrap: wrap;
  gap: 32px 56px; margin: 0 0 28px; padding: 0; }
.spotlight .spot__stats b { display: block; font-family: var(--display);
  font-size: 2.6rem; line-height: 1; color: var(--on-deep-accent); }
.spotlight .spot__stats span { display: block; margin-top: 6px;
  font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
  color: var(--on-deep-mute); }
.spotlight p { max-width: var(--measure); }

.spotlight .spot__refs { margin: 0 0 22px; font-size: .88rem;
  color: var(--on-deep-mute); max-width: var(--measure); }
.spotlight .spot__refs a { color: var(--on-deep-accent); text-decoration: underline;
  text-underline-offset: 2px; }

.bio { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; }
.bio__shot .plate { max-width: 320px; }

@media (min-width: 900px) {
  .bio__shot .plate { height: auto; max-height: 420px; }
  .bio__shot .plate img { height: 100%; max-height: 420px; object-fit: contain; }
}
@media (min-width: 900px) {
  .bio { grid-template-columns: 320px minmax(0, 1fr); gap: 44px; }
}

.strands-band { background: var(--surface); border-top: var(--border-w) solid var(--line); }
.band ul { list-style: none; max-width: var(--max); margin: 0 auto; padding: 18px var(--gut); }
.band li { padding: 7px 0; font-size: 0.92rem; color: #554C40; }
.band b { color: var(--deepest); }

.btn {
  display: inline-block; padding: 15px 24px; text-decoration: none;
  font-size: var(--btn-size); font-weight: 700; letter-spacing: var(--btn-tracking); text-transform: uppercase;
  border: var(--border-w-btn) solid var(--accent); border-radius: var(--radius-sm); cursor: pointer;
}
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-secondary { background: transparent; color: var(--accent); }
.btn-secondary:hover { background: rgba(142,85,57,.08); }
.btn + .btn { margin-top: 12px; }
.btn-row { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.btn-row .btn + .btn { margin-top: 0; }

.grid { display: grid; gap: var(--grid-gap); }

.card { background: var(--white); border: var(--border-w) solid var(--line); border-radius: var(--radius); overflow: hidden; }

.card img { width: 100%; height: auto; }
.card-body { padding: var(--card-pad) var(--card-pad) 28px; }
.card h3 { margin-bottom: 12px; }
.card p { font-size: 0.97rem; color: var(--muted); margin-bottom: 0; }
.card .more {
  display: inline-block; margin-top: 18px; font-size: 0.79rem; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase; text-decoration: none;
  color: var(--accent); border-bottom: 2px solid var(--accent); padding-bottom: 3px;
}

.tours-band {
  background: var(--surface);
  border-top: var(--border-w) solid var(--line);
  border-bottom: var(--border-w) solid var(--line);
}

.grid.tours-grid { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }

.tours-band .card .plate {
  aspect-ratio: 16/9 !important; --cap: 100%; max-width: 100%;
}

.photos-needed {
  margin-top: 14px; padding: 12px 14px;
  border: 1px solid var(--accent); border-left-width: 4px;
  background: var(--surface);
}
.photos-needed .photos-needed__head {
  margin: 0 0 4px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--accent-dark);
}
.photos-needed .photos-needed__count {
  margin: 0 0 6px; font-size: 0.85rem; font-weight: 600; color: var(--deepest);
}
.photos-needed .photos-needed__rec {
  margin: 0; font-size: 0.85rem; line-height: 1.45; color: var(--deepest);
}

.ngy2-wall { padding: 0 var(--gut); }
.ngy2-wall__grid {
  display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
}

.ngy2-wall__grid > a {
  display: block; padding: 10px 12px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--deepest); text-decoration: none;
}
.ngy2-wall__grid > a:hover { border-color: var(--accent); }
.ngy2-fallback__label { display: block; font-size: 0.86rem; line-height: 1.4; }
.ngy2-wall__grid > a .credit {
  display: block; margin-top: 4px;
  font-size: 0.72rem; color: var(--muted);
}

.ngy2-wall__grid.nGY2 { display: block; }
.ngy2-wall__grid.nGY2 > a { display: none; }

.ngy2-credit {
  position: absolute; right: 6px; bottom: 5px; z-index: 2;
  padding: 2px 6px; border-radius: 2px;
  font-size: 0.66rem; line-height: 1.5; letter-spacing: .01em;
  color: rgba(255, 255, 255, .82);
  background: linear-gradient(to top, rgba(20, 23, 18, .55), rgba(20, 23, 18, .30));
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  

  .nGY2 * { animation: none !important; transition: none !important; }
}

.carousel { position: relative; }
.carousel__arrow,
.carousel__dots { display: none; }
.carousel[data-carousel-ready] .carousel__arrow { display: inline-flex; }
.carousel[data-carousel-ready] .carousel__dots { display: flex; }

.carousel__arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 2; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; padding: 0;
  border: 1px solid #fff; border-radius: 50%;
  background: var(--deepest); color: #fff;
  font-size: 1.5rem; line-height: 1; cursor: pointer;
}
.carousel__arrow:hover { background: var(--deep); }
.carousel__arrow--prev { left: 8px; }
.carousel__arrow--next { right: 8px; }

.carousel__dots {
  list-style: none; margin: 8px 0 0; padding: 0;
  gap: 2px; justify-content: center;
}
.carousel__dot {
  display: block; width: 44px; height: 24px; padding: 0;
  border: 0; background: none; cursor: pointer;
}

.carousel__dot::before {
  content: ""; display: block; margin: 9px auto 0;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--line); border: 1px solid var(--muted);
}
.carousel__dot[aria-current]::before { background: var(--accent); border-color: var(--accent-dark); }

.card .card-scarcity {
  margin-top: 12px; margin-bottom: 0;
  font-size: 0.9rem; color: var(--muted); font-weight: 600;
}

.tours-band .card .plate { border: 0; border-radius: 0; padding: 0;
                           max-width: 100%; --cap: 100%; }

.tours-band .card .plate img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.tours-band .card .plate figcaption { padding: 8px var(--card-pad) 0; }
.tours-band .card-body { padding-top: 18px; }
.tours-band .card .eyebrow { margin-bottom: 8px; }

.steps .step__n {
  display: block; font-family: var(--display); font-size: 2rem; line-height: 1;
  color: var(--logo-word); margin-bottom: 10px; font-weight: var(--display-weight);
}
.steps .step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.steps .step p { font-size: 0.97rem; margin-bottom: 0; }
@media (min-width: 900px) { .steps { gap: 34px; } }

.method { display: grid; gap: var(--method-gap); align-items: start; }
.method > * { min-width: 0; }
@media (min-width: 900px) {
  

  .method { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
}

.steps-num { list-style: none; margin: 26px 0 0; padding: 0;
             border-top: var(--border-w) solid var(--line); }
.steps-num li { display: grid; grid-template-columns: 3.2rem 1fr; gap: 16px;
                padding: 16px 0; border-bottom: var(--border-w) solid var(--line); }
.steps-num__n { font-family: var(--display); font-weight: var(--display-weight);
                font-size: 1.7rem; line-height: 1.1; color: var(--accent);
                font-variant-numeric: tabular-nums; }
.steps-num h3 { font-size: 1.1rem; margin-bottom: 4px; }
.steps-num p { font-size: 0.95rem; color: var(--muted); margin-bottom: 0; max-width: 52ch; }

.method__shot .plate { max-width: 100%; --cap: 100%; }
.method__shot .plate img { width: 100%; height: auto; }

.dark { background: var(--deepest); color: var(--ground); }
.dark h2, .dark h3 { color: #FBF6ED; }
.dark p { color: #B7AD9C; }
.dark a { color: var(--logo-word); }

.dark .btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.dark .btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.dark .btn-secondary { color: var(--logo-word); border-color: var(--logo-word); background: transparent; }
.dark .btn-secondary:hover { background: rgba(251,169,25,.12); }

.dep { border: var(--border-w) solid var(--border-dark); border-radius: var(--radius); padding: var(--card-pad); }
.dep .tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--logo-word); }
.dep h3 { margin: 12px 0; font-size: 1.28rem; }
.dep dl { margin: 0; font-size: 0.94rem; color: #B7AD9C; }
.dep dt { font-weight: 700; color: #D6CCBA; float: left; clear: left; min-width: 92px; }
.dep dd { margin: 0 0 6px 0; padding-left: 100px; }
.dep .price {
  margin-top: 18px; padding-top: 16px; border-top: var(--border-w) solid var(--border-dark);
  font-weight: 700; color: #FBF6ED; font-size: 1.02rem;
}

.access {
  background: var(--white); border: var(--border-w) solid var(--line);
  border-left: var(--border-w-accent) solid var(--accent); border-radius: var(--radius);
  

  padding: 26px 24px; margin: 30px 0;
}
.access h2 { margin-bottom: 14px; }
.access p { margin-bottom: 14px; }
.access ul { margin: 0 0 14px 20px; }
.access li { margin-bottom: 7px; }

.facts { border-top: var(--border-w) solid var(--line); margin: 26px 0; }
.facts div { border-bottom: var(--border-w) solid var(--line); padding: 13px 0; display: flex; gap: 16px; }
.facts dt { font-weight: 700; min-width: 130px; font-size: 0.9rem; }
.facts dd { margin: 0; color: var(--muted); font-size: 0.95rem; }

.grid-band { background: var(--surface); padding: 34px 0 26px;
  border-top: var(--border-w) solid var(--line);
  border-bottom: var(--border-w) solid var(--line); }
.grid-band h2 { margin-bottom: 18px; }

.halves .plate { width: 100%; max-width: 516px; aspect-ratio: 3/2 !important; }
.halves .plate img { width: 100%; height: 100%; object-fit: cover; }

.hero-bleed {
  position: relative; overflow: hidden;
  

  height: 100vh; height: 100svh; min-height: 420px;
  background: var(--deepest);
}
.hero-bleed__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
}
.hero-bleed__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top right,
              rgba(20, 23, 18, 0.78) 0%,
              rgba(20, 23, 18, 0.65) 42%,
              rgba(20, 23, 18, 0.15) 100%);
}
.hero-bleed__copy {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%; padding-top: 40px; padding-bottom: 44px;
}

.hero-kicker {
  color: #fff; font-family: var(--display); font-weight: 700;
  font-size: clamp(1.9rem, 4.6vw, 3.4rem); line-height: 1.08;
  margin: 0 0 10px; max-width: 21ch;
}
.hero-bleed__copy h1 {
  font-size: clamp(1.05rem, 1.9vw, 1.45rem); font-weight: 500;
  

  line-height: 1.35; max-width: none; margin-bottom: 6px;
}
.hero-bleed__copy h1,
.hero-bleed__copy .lede,
.hero-bleed__copy .hero-note { color: #fff; }
.hero-bleed__copy .lede { color: #EFEADC; }
.hero-bleed__copy .hero-note { color: #D9D4C6; }

.ig { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }

.ig .plate { max-width: 100%; --cap: 100%; }
.ig .plate img { width: 100%; height: auto; }

.ig img { width: 100%; height: auto; }
.ig-note { font-size: var(--small-size); color: var(--muted); margin-top: 14px; }

.turnstile-row { overflow-x: auto; }
.turnstile-row:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.offline-note {
  background: var(--warn-bg); border: 1px dashed rgba(138,75,0,.4); color: var(--warn);
  padding: 12px 16px; font-size: 0.88rem; border-radius: var(--radius); margin-top: 18px;
}

.plate {
  background: var(--surface);
  border: var(--border-w) solid var(--line);
  padding: var(--plate-pad);
  border-radius: var(--radius-sm);
  

  max-width: var(--cap, none);
}

.plate picture, .bleed picture { display: contents; }
.plate img { width: 100%; height: auto; display: block; }

.plate figcaption, .bleed figcaption, .course-spotlight__figure figcaption,
.trips-page .gf figcaption {
  font-family: var(--sans); font-size: 0.78rem; color: var(--muted);
  line-height: 1.4;
}

.plate figcaption { padding: 9px 2px 1px; }
.bleed figcaption { padding-top: 10px; }

.trips-page .gf figcaption { padding-top: 8px; }

.plate figcaption .credit, .bleed figcaption .credit,
.course-spotlight__figure figcaption .credit { color: var(--muted); }

.course-spotlight { display: grid; gap: 3rem; }
@media (min-width: 900px) {
  

  .course-spotlight { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
                      align-items: center; }
}
.course-spotlight__figure { margin: 0; }

.course-spotlight__figure picture { display: contents; }
.course-spotlight__figure img {
  width: 100%; height: auto; display: block;
  aspect-ratio: 1200 / 610;
}
.course-spotlight__figure figcaption { padding-top: 10px; }

.dark .bleed figcaption .credit,
.dark .course-spotlight__figure figcaption .credit { color: var(--on-deep-mute); }

.halves { display: grid; gap: var(--halves-gap); align-items: start; }
.halves > * { min-width: 0; }

.prose h2 { margin: 38px 0 16px; }

.prose > h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 12px; }
.prose ul, .prose ol { margin: 0 0 var(--rhythm) 22px; max-width: var(--measure-prose); }
.prose li { margin-bottom: 8px; }
.table-scroll { overflow-x: auto; margin-bottom: var(--rhythm); }
.table-scroll:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.prose table { margin-bottom: var(--rhythm); font-size: 0.95rem; }
.table-scroll table { margin-bottom: 0; min-width: 460px; }

.prose th, .prose td,
.table-scroll th, .table-scroll td { text-align: left; padding: 11px 12px 11px 0; border-bottom: var(--border-w) solid var(--line); vertical-align: top; }
.prose th, .table-scroll th { font-weight: 700; }

.form { background: var(--white); border: var(--border-w) solid var(--line); border-radius: var(--radius); padding: 26px 22px 30px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 700; font-size: 0.93rem; margin-bottom: 7px; }
.field .hint { display: block; font-weight: 400; color: var(--muted); font-size: 0.86rem; margin-top: 2px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: var(--border-w-input) solid var(--border-input); border-radius: var(--radius);
  background: var(--ground); font-size: 1rem;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field textarea { min-height: 120px; resize: vertical; }
fieldset { border: 0; padding: 0; margin: 0 0 20px; }
fieldset legend { font-weight: 700; font-size: 0.93rem; margin-bottom: 9px; padding: 0; }
.choices { display: grid; gap: 9px; }
.choice { display: flex; align-items: flex-start; gap: 10px; padding: 11px 13px; border: var(--border-w-input) solid var(--border-input); border-radius: var(--radius); background: var(--ground); cursor: pointer; }
.choice input { width: auto; margin-top: 3px; }
.req { color: var(--warn); }
.form-note { font-size: 0.88rem; color: var(--muted); margin-top: 16px; }

.foot { background: var(--deepest); color: var(--on-deep); padding: 40px 0 34px; font-size: 0.95rem; }

@media (min-width: 640px) {
  :root { --gut: 32px; }
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .btn-row { flex-direction: row; flex-wrap: wrap; }
}

@media (min-width: 900px) {
  :root { --gut: 40px; --section-y: 66px; --halves-gap: 44px; --method-gap: 54px; }
  body { font-size: var(--body-size-wide); }
  .mast-in { min-height: 84px; gap: 26px; }
  .logo__mark { height: 56px; }

  

  

  

  

  .band ul { display: flex; gap: 44px; padding: 22px var(--gut); }
  .band li { padding: 0; }

  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .halves { grid-template-columns: 1fr 1fr; }
  

  .page-hero { padding: 56px 0 60px; }
  .access { padding: 32px 34px; }   
  .form { padding: 34px 32px 38px; }
  

  .choices.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1240px) {
  

  

  .navbtn, .navtoggle { display: none; }
  .nav, .navtoggle:checked ~ .nav {
    

    display: flex; align-items: center; gap: 22px;
    position: static; background: none; border: 0;
    padding: 0; min-width: 0; flex: 0 1 auto;
  }
  
  .nav .nav-social { padding: 0; border-top: 0; }
  .nav ul { display: flex; align-items: center; gap: 22px; flex-wrap: nowrap; }
  .nav a { border-bottom: 0; padding: 6px 0; font-size: var(--nav-size-wide); letter-spacing: var(--nav-tracking-wide); white-space: nowrap; }
  .nav a[aria-current="page"] { border-bottom: 2px solid var(--logo-word); }
  

  .nav .nav-trade { padding-left: 22px; border-left: var(--border-w) solid rgba(239,234,220,.35); }
  .nav .nav-trade a { padding: 6px 0; white-space: nowrap; }
}

@media (min-width: 1200px) {
  .hero-grid { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); }
  .hero-grid .copy { order: 0; }
  .hero-grid .shot { order: 1; justify-content: flex-end; }
  

  .hero-grid .shot .plate { max-width: 100%; }
}

@media (min-width: 1100px) {

  .form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
  .form-2col .full { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

@media print {
  .mast, .btn, .ig { display: none; }
  

  

  .logo__word, .logo__animal { fill: #000 !important; }
  body { background: #fff; color: #000; font-size: 11pt; }

  

  

  .dark a, .switch a, .foot a, .page-hero a { color: #000 !important; }
  .dark, .page-hero, .foot, .dep, .card, .access, .band {
    background: #fff !important; color: #000 !important; border-color: #999 !important;
  }
  .dark h1, .dark h2, .dark h3, .dark p, .dark .sub, .dark dt, .dark dd,
  .page-hero h1, .page-hero .lede, .dep h3, .dep dl, .dep .price,
  .foot, .foot h2, .foot a, .foot p, .foot .country { color: #000 !important; }
  

  .dark figcaption, .dark figcaption .credit { color: #000 !important; }
  .eyebrow, .dark .eyebrow, .dep .tag { color: #444 !important; }

  

  .photos-needed {
    background: #fff !important; border-color: #000 !important;
    border-left-width: 4px !important;
  }
  .photos-needed .photos-needed__head,
  .photos-needed .photos-needed__count,
  .photos-needed .photos-needed__rec { color: #000 !important; }

  

  .hero-bleed {
    height: auto !important; min-height: 0 !important;
    background: #fff !important; overflow: visible !important;
  }
  .hero-bleed__video, .hero-bleed__scrim { display: none !important; }
  .hero-bleed__copy {
    height: auto !important;
    padding-top: 0 !important; padding-bottom: 0 !important;
  }
  .hero-kicker, .hero-bleed__copy h1, .hero-bleed__copy .lede,
  .hero-bleed__copy .hero-note { color: #000 !important; }
  .disclose {
    background: #fff !important;
    border: 1.5px solid #000 !important;
  }
  .disclose__label { color: #000 !important; }
  .foot { border-top: var(--border-w) solid #999; padding-top: 12pt; }

  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  a[href^="#"]::after, a[href^="tel:"]::after, a[href^="mailto:"]::after { content: ""; }
  

  .foot-logos__link[href^="http"]::after,
  .spot__ref--glyph[href^="http"]::after { content: ""; }
  h1, h2, h3 { break-after: avoid; }
  .dep, .card, .access { break-inside: avoid; }
}

.half h2 { margin: 18px 0 8px; font-size: 1.34rem; }
.half h2 a { color: inherit; text-decoration: none; }
.half h2 a:hover { text-decoration: underline; }
.half p { margin-bottom: 10px; }

.enquire { background: var(--surface); border-top: var(--border-w) solid var(--line); }
.enquire h2 { font-size: 1.4rem; margin-bottom: 8px; }
.quiet { color: var(--muted); font-size: 0.92rem; }
.prose p { max-width: var(--measure-long); margin-bottom: 14px; }
.prose ul { max-width: var(--measure-long); margin: 0 0 14px 1.1em; }
.switch { margin-bottom: 16px; }
.switch a { color: var(--on-deep-accent); }
.ticks { list-style: none; }
.ticks li { padding: 9px 0 9px 26px; position: relative; border-bottom: var(--border-w) solid var(--line); max-width: var(--measure-long); }
.ticks li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }

.disclose {
  background: var(--white); border: var(--border-w) solid var(--line);
  border-radius: var(--radius); padding: 18px 22px; margin: 14px 0;
}
.disclose__label {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent);
  margin: 0 0 8px;
}
.disclose > p:last-child { margin: 0; font-size: 0.97rem; max-width: var(--measure); }

:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--focus-halo);
  border-radius: var(--radius-sm);
}

.dark a.btn-primary, a.btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.dark a.btn-secondary, a.btn-secondary { background: transparent; color: var(--accent); border-color: var(--accent); }
.dark a.btn-secondary { color: var(--on-deep); border-color: var(--on-deep-mute); }

.foot a { color: var(--logo-word); }
.foot-name { font-family: var(--display); font-weight: 600; font-size: 1.1rem; margin-bottom: 6px; }

.foot-legal {
  color: var(--on-deep-mute); font-size: 0.78rem; line-height: 1.6;
  max-width: none; margin: 0 0 .4rem; padding-top: 0; border-top: 0;
}

.foot-cols {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr 0.9fr;
  gap: 28px;
  align-items: start;
}
.foot-abn { color: var(--foot-muted); font-size: 13px; margin: 10px 0 0; }

.foot-email {
  font-size: 13px; display: inline-block; margin-top: 8px; padding: 3px 0;
}

.foot-links {
  display: flex; flex-direction: column; gap: 0;
  font-size: 13.5px; line-height: 1.5; margin: 0; padding: 0; list-style: none;
}

.foot-links a { color: var(--logo-word); display: block; padding: 3px 0; }
@media (max-width: 520px) {
  

  .foot-links a { padding: 12px 0; min-height: var(--tap-min); }
  .foot-email  { padding: 12px 0; min-height: var(--tap-min); }
}

.foot-links a.is-quiet { color: #9A9C8B; }

.foot-logos { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.foot-logos__link { display: inline-flex; align-items: center; min-height: 46px; }

.foot-logos__link img { display: block; height: 46px; width: auto; }
.foot-logos__link:focus-visible { outline: 3px solid var(--logo-word); outline-offset: 3px; }

.foot-logos__link img.foot-logos__print { display: none; }
@media print {
  .foot-logos__link img.foot-logos__screen { display: none; }
  .foot-logos__link img.foot-logos__print { display: block; }
}

.foot-legal-block {
  border-top: 0.5px solid var(--foot-rule);
  margin-top: 1.5rem; padding-top: 1rem;
}

@media (max-width: 860px) {
  .foot-cols { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 520px) {
  .foot-cols { grid-template-columns: 1fr; }
  .foot-logos { flex-direction: row; flex-wrap: wrap; gap: 16px; }
}

@media print {
  
  .plate { background: #fff !important; border-color: #999 !important; }
  .disclose { background: #fff !important; border: 1.5px solid #000 !important; }
  .enquire { background: #fff !important; }
}

.plate--pending { position: relative; }
.plate--pending img { background: var(--surface); }
.plate--pending::after {
  content: attr(data-pending);
  position: absolute; inset: var(--plate-pad);
  display: grid; place-items: center; text-align: center;
  color: var(--muted); font-family: var(--sans); font-size: .72rem;
  letter-spacing: .09em; text-transform: uppercase; line-height: 1.6;
  pointer-events: none;
}

.halves-note { margin-top: 18px; }

.halves .plate {
  

  height: var(--plate-h);
  width: fit-content;
  

  max-width: min(100%, var(--cap, 100%));
  

  

  margin-inline: 0 auto;
}
.halves .plate img { height: 100%; width: auto; }

.halves .plate { --plate-h: auto; }

@media (min-width: 900px) { .halves .plate { --plate-h: 290px; } }

.halves .plate { align-items: start; }
.halves .plate img { max-height: 100%; width: auto; height: auto; }

.field label.choice, label.choice {
  display: flex; align-items: center; gap: 10px; min-height: var(--tap-min);
  font-weight: 400; font-size: 1rem; margin-bottom: 0;
}

.choice input { padding: 0; border: 0; background: none; }
.choice input { min-width: 22px; min-height: 22px; margin-top: 0; }
.field.full, .form-note.full, .btn-row.full { grid-column: 1 / -1; }
fieldset.field { border: 0; padding: 0; }
fieldset.field legend { font-weight: 700; font-size: 0.93rem; margin-bottom: 7px; padding: 0; }

.bleed { margin: 0; padding: 0; }

.bleed img { width: 100%; max-width: 1000px; height: auto; display: block; margin: 0 auto; }
.bleed__wait {
  width: 100%; aspect-ratio: 21/9; background: var(--surface);
  display: grid; place-items: center; text-align: center;
  color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase;
  border-top: var(--border-w) solid var(--line); border-bottom: var(--border-w) solid var(--line);
}

.courses { width: 100%; border-collapse: collapse; }

.courses th[scope="row"],
.courses td[data-l="Town"],
.courses td[data-l="Province"] {
  overflow-wrap: normal; word-break: normal; hyphens: none;
}

@media (max-width: 699.98px) {
  .courses thead {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
  }
}
.courses tr { display: block; border: var(--border-w) solid var(--line); border-radius: var(--radius); padding: 12px 14px; margin-bottom: 10px; background: var(--white); }
.courses th, .courses td { display: block; text-align: left; padding: 0; }
.courses th[scope="row"] { font-family: var(--display); font-weight: 600; font-size: 1.05rem; margin-bottom: 4px; }
.courses td { font-size: .94rem; }
.courses td::before { content: attr(data-l) ": "; color: var(--muted); }

.courses__rank {
  color: var(--muted); font-family: var(--sans); font-weight: 700;
  font-size: .82em; font-variant-numeric: tabular-nums; margin-right: 3px;
}

.courses__src { font-size: .88rem; color: var(--muted); max-width: var(--measure-lede); margin-top: 10px; }

@media (min-width: 700px) {
  

  .courses thead th {
    font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
    border-bottom: 2px solid var(--line); padding: 0 12px 8px 0; display: table-cell; text-align: left;
  }
  .courses tr { display: table-row; border: 0; padding: 0; margin: 0; background: none; }
  .courses th, .courses td { display: table-cell; padding: 11px 12px 11px 0; border-bottom: var(--border-w) solid var(--line); vertical-align: top; }
  .courses th[scope="row"] { font-size: 1rem; margin: 0; }
  .courses td::before { content: none; }
}

.note-page main > section:not(.page-hero) { padding-top: 28px; padding-bottom: 28px; }
.note-page main > section:not(.page-hero):last-of-type { padding-bottom: 72px; }
.note-page main > section:not(.page-hero) > .wrap { max-width: 34rem; }

.note-page main > section:not(.page-hero) h2 { margin-top: 8px; }

.trade-page { --accent: var(--bush); --accent-dark: var(--bush-dark); --text-link: var(--bush);
  

  --trade-measure: 644px;
  

  --measure: var(--trade-measure);
  --measure-long: var(--trade-measure); }

@media (min-width: 901px) {
  

  main > section.page-hero--measure:not(.trade-hero) > .wrap {
    max-width: calc(var(--trade-measure) + 2 * var(--gut));
    display: block;
  }
  

  main > section.page-hero--measure:not(.trade-hero) > .wrap > h1 { max-width: none; }
  main > section.page-hero--measure:not(.trade-hero) > .wrap > .lede {
    max-width: none; margin-top: 18px;
  }
}

.trade .wrap { max-width: 920px; }
.trade { counter-reset: tsec; }

.trade section { padding: var(--section-y-tight) 0;
                 border-top: var(--border-w) solid var(--line);
                 border-bottom: 0; counter-increment: tsec; }

.trade section:first-of-type { border-top: 0; }
.trade h2 { font-size: 1.18rem; letter-spacing: 0; }
.trade .ticks li { padding-top: 7px; padding-bottom: 7px; }

.trade section > .wrap { position: relative; }

.trade section > .wrap::before {
  content: counter(tsec, decimal-leading-zero);
  font-family: var(--sans); font-size: 0.75rem; font-weight: 400; letter-spacing: 0.1em;
  color: var(--muted);
  position: absolute; top: 6px; right: 100%; margin-right: 28px; white-space: nowrap;
}

.trade .wrap, .trade-strip .wrap {
  max-width: calc(var(--trade-measure) + 2 * var(--gut));
}
.trade-strip { border-bottom: var(--border-w) solid var(--line); }
.trade-strip .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-top: 20px; padding-bottom: 20px;
}
.trade-strip__anchor {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-link); text-decoration: none;
}
.trade-strip__anchor:hover, .trade-strip__anchor:focus-visible { text-decoration: underline; }

.trade-strip__plate { background: var(--surface); padding: 10px 16px; line-height: 0; }
.trade-strip__plate img { display: block; max-width: 100%; height: auto; }

.trade .tform { padding-bottom: 44px; }

.tform-wrap > section > .wrap, .trade .tform > .wrap {
  max-width: calc(var(--trade-measure) + 2 * var(--gut));
}

.trade .steps-ol { list-style: none; counter-reset: step; margin: 18px 0 0; padding: 0;
                   max-width: var(--measure-long); }
.trade .steps-ol li { counter-increment: step; position: relative; padding-left: 34px;
                      margin-bottom: 12px; }
.trade .steps-ol li::before {
  content: counter(step); position: absolute; left: 0; top: 1px; width: 22px; height: 22px;
  background: var(--surface); color: var(--accent); font-family: var(--sans);
  font-size: 0.69rem; font-weight: 700; line-height: 22px; text-align: center;
}

.trade-switch .wrap { max-width: calc(var(--trade-measure) + 2 * var(--gut)); }
.trade-switch { padding: 0 0 56px; }
.trade-switch .switch { margin: 0; }
.trade-switch .switch a { color: var(--text-link); }

@media (max-width: 1099px) {
  .trade section > .wrap::before {
    position: static; display: block; margin: 0 0 6px;
  }
  .trade-strip .wrap {
    flex-direction: column; align-items: flex-start; gap: 16px;
  }
}
@media (max-width: 760px) {
  

}

.dep, .ex { border: var(--border-w) solid var(--line); border-radius: var(--radius);
            background: var(--white); margin-bottom: 22px; }
.toggle { position: absolute; opacity: 0; pointer-events: none; }

.dep__top, .ex__top { padding: 26px var(--card-pad) 20px; display: grid;
                      grid-template-columns: minmax(0, 1fr); gap: 20px; }
.dep__when { font-family: var(--display); font-size: .8rem; letter-spacing: .12em;
             text-transform: uppercase; color: var(--muted); margin: 0 0 4px; }
.dep__name { font-size: 1.45rem; margin: 0 0 14px; }
.dep__stats, .ex__stats { display: flex; gap: 26px; flex-wrap: wrap; margin-bottom: 14px; }
.dep__stats b, .ex__stats b { display: block; font-family: var(--display);
                              font-size: 1.5rem; line-height: 1; color: var(--accent); }
.dep__stats span, .ex__stats span { font-size: .82rem; color: var(--muted); }
.dep__blurb { margin: 0; max-width: 46ch; }
.dep__price .amt { font-family: var(--display); font-size: 1.6rem; line-height: 1; }
.dep__price .per { font-size: .86rem; color: var(--muted); margin-top: 2px; }
.dep__price .sup { font-size: .82rem; color: var(--muted); margin-top: 8px; }

.dep__cta { margin-top: 16px; }
@media (min-width: 700px) { .dep__price .btn-row { justify-content: flex-end; } }

.dep__more, .ex__more { display: block; border-top: var(--border-w) solid var(--line); padding: 14px var(--card-pad);
             min-height: var(--tap-min); font-family: var(--display); font-size: .8rem;
             letter-spacing: .1em; text-transform: uppercase; color: var(--accent);
             cursor: pointer; }
.dep__more::after, .ex__more::after { content: " \2193"; }
.toggle:checked ~ .dep__more::after,
.toggle:checked ~ .ex__more::after { content: " \2191"; }
.toggle:focus-visible ~ .dep__more,
.toggle:focus-visible ~ .ex__more { outline: 3px solid var(--accent); outline-offset: -3px; }

.panel { display: none; border-top: var(--border-w) solid var(--line); padding: 22px var(--card-pad) 26px; }
.toggle:checked ~ .panel { display: block; }
.panel__grid { display: grid; gap: 26px; }

.panel h4 { color: var(--muted); margin: 0 0 10px; }

.itin { list-style: none; margin: 0 0 20px; padding: 0; }
.itin li { display: grid; grid-template-columns: 4.5rem 1fr; gap: 12px;
           padding: 10px 0 10px 12px; border-left: 3px solid transparent;
           border-bottom: var(--border-w) solid var(--line); }
.itin li.play { border-left-color: var(--accent); }
.itin .d { font-family: var(--display); font-size: .82rem; color: var(--muted); }
.flights { margin: 0 0 20px; }

.excludes { margin: 14px 0 0; font-size: .9rem; color: var(--muted); }

.ex__tag { font-family: var(--sans); font-size: .72rem; font-weight: 700;
           letter-spacing: .13em; text-transform: uppercase; color: var(--accent);
           margin: 0 0 6px; }
.ex__title { font-size: 1.35rem; margin: 0 0 10px; }
.ex__teaser { margin: 0; max-width: var(--measure); color: var(--muted); font-size: .97rem; }

.facts { margin: 0 0 22px; font-size: .94rem; }
.facts dt { font-weight: 700; float: left; clear: left; min-width: 104px; color: var(--text); }
.facts dd { margin: 0 0 8px 0; padding-left: 112px; color: var(--muted); }
@media (max-width: 520px) {
  

  .facts dt { float: none; min-width: 0; }
  .facts dd { padding-left: 0; margin-bottom: 12px; }
}

.ex__story { margin: 0 0 12px; }
.ex__story:last-child { margin-bottom: 0; }

.section-tail { margin: 26px 0 0; }

@media (min-width: 700px) {
  .dep__top, .ex__top { grid-template-columns: 1fr auto; align-items: start; }
  

  .dep__top--photo { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr) auto; }
  .dep__price { text-align: right; }
  .panel__grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 34px; }
}

@media print {
  

  .panel { display: block !important; }
  .dep__more, .ex__more { display: none; }
}

.dep__plates { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;
               margin-top: 18px; }

.dep__plates .plate { margin: 0; max-width: 100%; --cap: 100%; }
.dep__plates .plate img { width: 100%; height: auto; }

.dep__top .plate { margin: 0; max-width: 100%; --cap: 100%; }
.dep__top .plate img { width: 100%; height: auto; }

.map-key { margin-top: 10px; }
.map-licence { font-size: .84rem; color: var(--muted); margin-top: 10px; }
@media (min-width: 700px) {
  .dep__plates { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  

}

.golf-page main > section > .wrap.prose { --measure-long: 720px; --measure-h2: 720px; }

.golf-page main > section:not(.enquire) > .wrap.prose > h2,
.golf-page main > section:not(.enquire) > .wrap > h2,
.our-team-page main > section:not(.enquire) > .wrap.prose > h2,
.our-team-page main > section:not(.enquire) > .wrap > h2 { max-width: var(--measure-h2); }

.trips-page .wrap--departures > h2 { max-width: var(--measure-h2); }

.trips-page main > section:not(.tight):not(.dark):not(.enquire):not(.strands-band):not(.hero-bleed):not(.hero-split) + section:not(.tight):not(.dark):not(.enquire):not(.strands-band) > .wrap { padding-top: var(--section-y); }

.golf-page main > section + section > .wrap.prose {
  border-top: var(--border-w) solid var(--line);
  padding-top: var(--section-y);
}

.intro-split { display: grid; gap: 3rem; }
@media (min-width: 900px) {
  .intro-split { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
                 align-items: start; }
}

.intro-split__copy p { max-width: none; }

.intro-split__figure { margin: 0; }
.intro-split__figure picture { display: contents; }

.intro-split__figure img {
  width: 100%; height: auto; display: block;
  

  aspect-ratio: 3648 / 5472;
}

.tours-band .card .more { display: block; width: fit-content; }
.tours-band .card .more + .more { margin-top: 10px; }

.intro-split__copy .btn-row {
  margin-top: calc(var(--rhythm) * 2);
  align-items: flex-start;
}

.terms-page:not(.privacy-page) main .wrap.prose > p:not(.quiet),
.terms-page:not(.privacy-page) main .wrap.prose > ul,
.terms-page:not(.privacy-page) main .wrap.prose > ol { max-width: none; }

.terms-page:not(.privacy-page) main > section:not(.page-hero):not(.dark):not(.tight):not(.enquire) {
  padding-top: 0; padding-bottom: 0;
}

.terms-page main > section:last-of-type:not(.page-hero):not(.dark):not(.tight):not(.enquire) {
  padding-bottom: calc(var(--rhythm) * 2.5);
}

.terms-page main > section.page-hero + section:not(.page-hero):not(.dark):not(.tight):not(.enquire) {
  padding-top: calc(var(--rhythm) * 2.5);
}
.terms-page main > section.page-hero + section:not(.dark):not(.tight):not(.enquire)
  > .wrap > :first-child { margin-top: 0; }
.terms-page main .wrap.prose > p,
.terms-page main .wrap.prose > ul,
.terms-page main .wrap.prose > ol { margin-bottom: calc(var(--rhythm) / 3); }
.terms-page main .wrap.prose > h2 { margin-bottom: calc(var(--rhythm) / 2.5); }
.terms-page main .wrap.prose > :last-child { margin-bottom: 0; }

.terms-page main .wrap.prose > h2 { font-size: var(--h3-size); line-height: var(--h3-line); }

@media (min-width: 900px) {
  .privacy-page main > section > .wrap.prose {
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
    column-gap: 3.5rem;
  }
  .privacy-page main > section > .wrap.prose > h2 { grid-column: 1; grid-row: 1; }
  .privacy-page main > section > .wrap.prose > :not(h2) {
    grid-column: 2; max-width: 38rem;
  }
  

  .privacy-page main > section.page-hero + section > .wrap.prose > p:first-child {
    grid-column: 1; grid-row: 1; max-width: none;
    font-size: var(--label-size); letter-spacing: var(--label-tracking);
    text-transform: uppercase; color: var(--muted); line-height: 1.5;
  }
}

.privacy-page main > section > .wrap.prose > h2 { margin-top: 0; }
.privacy-page main > section:not(.page-hero) {
  padding: var(--rhythm) 0;
  border-bottom: var(--border-w) solid var(--line);
}
.privacy-page main > section.page-hero + section { padding-top: 0; }
.privacy-page main > section:last-of-type { border-bottom: 0; }

.privacy-page main > section:last-of-type { padding-top: calc(var(--rhythm) * 2.5); }

@media (max-width: 899.98px) {
  .privacy-page main > section.page-hero + section > .wrap.prose > p:first-child {
    font-size: var(--label-size); letter-spacing: var(--label-tracking);
    text-transform: uppercase; color: var(--muted);
    margin-bottom: calc(var(--rhythm) / 2);
  }
}

.privacy-page main .wrap.prose dl { margin: 0 0 calc(var(--rhythm) / 3); }
.privacy-page main .wrap.prose dt {
  font-weight: var(--display-weight); color: var(--text); margin-bottom: 1px;
}
.privacy-page main .wrap.prose dd { margin: 0 0 calc(var(--rhythm) / 3); }
.privacy-page main .wrap.prose dd:last-child { margin-bottom: 0; }

.trips-page main > section.enquire { margin-top: 96px; padding: 88px 0; }

@media (max-width: 900px) {
  .trips-page main > section:not(.page-hero):not(.enquire),
  

  .trips-page main > section.enquire { margin-top: 56px; padding: 48px 0; }
  

  .trips-page main > section:not(.tight):not(.dark):not(.enquire):not(.strands-band):not(.hero-bleed):not(.hero-split) + section:not(.tight):not(.dark):not(.enquire):not(.strands-band) { margin-top: 0; }
}

@media (min-width: 901px) {
  .trips-page main > section.enquire > .wrap,
  .trips-page .wrap--examples {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 64px;
  }
  

  .trips-page main > section.enquire > .wrap,
  .trips-page .wrap--examples { align-items: start; }

  
  .trips-page main > section.enquire > .wrap > h2 { grid-column: 1; grid-row: 1; }
  .trips-page main > section.enquire > .wrap > p:not(.btn-row):not(.quiet) {
    grid-column: 1; grid-row: 2; max-width: 60ch; margin-bottom: 0;
  }
  .trips-page main > section.enquire > .wrap > .btn-row { grid-column: 2; grid-row: 1; margin: 0; }
  .trips-page main > section.enquire > .wrap > .quiet { grid-column: 2; grid-row: 2; margin: 16px 0 0; }

  

  .trips-page .wrap--examples > .eyebrow { grid-column: 1; grid-row: 1; }
  .trips-page .wrap--examples > h2 { grid-column: 1; grid-row: 2; }
  .trips-page .wrap--examples > p:not(.eyebrow):not(.section-tail) {
    grid-column: 2; grid-row: 1 / 3; margin: 0; max-width: 60ch;
  }
  .trips-page .wrap--examples > .ex,
  .trips-page .wrap--examples > .section-tail { grid-column: 1 / -1; }
}

.trips-page .wrap--departures > h2,
.trips-page .wrap--examples > h2 { margin-bottom: 0; }
.trips-page .dep:first-of-type,
.trips-page .ex:first-of-type { margin-top: 40px; }
@media (max-width: 900px) {
  .trips-page .dep:first-of-type,
  .trips-page .ex:first-of-type { margin-top: 28px; }
}

.trips-page .dep { margin-bottom: 24px; }
.trips-page .dep:last-of-type { margin-bottom: 0; }

@media (min-width: 1000px) {
  .trips-page .dep__top--photo { grid-template-columns: 320px minmax(0, 1fr) 232px; }
  .trips-page .dep__top, .trips-page .dep__top--photo { gap: 28px; padding: 28px; }
}

@media (max-width: 999.98px) {
  

  .trips-page .dep__top, .trips-page .dep__top--photo, .trips-page .ex__top {
    grid-template-columns: minmax(0, 1fr);
  }
  .trips-page .dep__top, .trips-page .dep__top--photo { gap: 18px; padding: 18px; }
}

.trips-page .dep__stats {
  display: block; margin: 0 0 14px; padding: 10px 0;
  border-top: var(--border-w) solid var(--line);
  border-bottom: var(--border-w) solid var(--line);
  font-size: 14px; line-height: 1.5; color: var(--muted);
}
.trips-page .dep__stats > div { display: inline; }
.trips-page .dep__stats > div + div::before { content: "\00a0\00b7\00a0"; }
.trips-page .dep__stats b {
  display: inline; font-family: var(--sans); font-size: 14px;
  font-weight: var(--display-weight); line-height: inherit; color: var(--text);
}
.trips-page .dep__stats b::after { content: "\00a0"; }
.trips-page .dep__stats span { font-size: 14px; color: var(--muted); }
.trips-page .dep__blurb { max-width: 52ch; }

@media (min-width: 901px) {
  .trips-page .dep__price {
    display: flex; flex-direction: column;
    border-left: var(--border-w) solid var(--line); padding-left: 24px;
  }
  .trips-page .dep__cta { margin-top: 24px; margin-bottom: 0; }
}

.trips-page .dep__price { text-align: left; }
.trips-page .dep__price .btn-row { justify-content: flex-start; }
@media (max-width: 900px) {
  .trips-page .dep__price {
    border-top: var(--border-w) solid var(--line); padding: 18px 0 0;
  }
}

.trips-page .dep__price .sup {
  margin-top: 14px; padding-top: 14px;
  border-top: var(--border-w) solid var(--line);
}

.trips-page .dep__more {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--surface); padding: 14px 28px;
}
@media (max-width: 900px) { .trips-page .dep__more { padding: 14px 18px; } }

.trips-page .panel { padding: 32px 28px 28px; }

@media (min-width: 1000px) {
  .trips-page .panel__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; }
}
@media (max-width: 999.98px) {
  

  .trips-page .panel__grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 900px) {
  .trips-page .panel { padding: 24px 18px; }
  .trips-page .panel__grid { gap: 32px; }
}

.trips-page .itin li {
  grid-template-columns: 76px minmax(0, 1fr); gap: 18px;
  padding: 12px 0; border-left: 0;
}
.trips-page .itin li:last-child { border-bottom: 0; }
.trips-page .itin .d {
  font-family: var(--sans); font-weight: 700; font-size: .72rem;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent); text-align: right;
}
.trips-page .itin .w { max-width: 58ch; }
.trips-page .itin li.play .w {
  border-left: 2px solid var(--accent);
  padding: 12px 0 12px 14px; margin: -12px 0;
}
@media (max-width: 900px) {
  .trips-page .itin li { grid-template-columns: 60px minmax(0, 1fr); gap: 12px; }
}

@media (max-width: 480px) {
  .trips-page .itin li { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .trips-page .itin .d { text-align: left; }
}

.trips-page .dep__plates {
  grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 24px;
}

@media (max-width: 600px) {
  .trips-page .dep__plates { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  

  .trips-page .dep__plates .plate { padding: 0; border: 0; }
}
@media (max-width: 420px) {
  .trips-page .dep__plates { grid-template-columns: minmax(0, 1fr); }
}

.trips-page .dep__plates .plate img { aspect-ratio: 16 / 9; object-fit: cover; }

.trips-page .panel .ticks li {
  border-bottom: 0; max-width: none;
  padding: 0 0 0 20px; margin-bottom: 10px;
  font-size: 14.5px; line-height: 1.55;
}
.trips-page .panel .ticks li::before {
  content: ""; top: 9px; left: 0;
  width: 9px; height: 1px; background: var(--accent);
}

.trips-page .panel .excludes {
  margin-top: 18px; background: var(--surface); padding: 14px 16px;
  font-size: 12.5px; line-height: 1.6; color: var(--text);
}

.trips-page .ex {
  background: none; border: 0; border-radius: 0;
  border-bottom: var(--border-w) solid var(--line);
  margin-bottom: 0;
}
.trips-page .ex:first-of-type { border-top: var(--border-w) solid var(--line); }
.trips-page .ex:last-of-type { border-bottom: 0; }
.trips-page .ex__top { padding: 26px 0; gap: 32px; align-items: start; }

.trips-page .exgal { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.trips-page .exrow { display: flex; gap: 16px; align-items: flex-start; }
.trips-page .gf { margin: 0; min-width: 0; max-width: var(--cap); }

.trips-page .gbtn {
  display: block; width: 100%; padding: 0; border: 0; background: none;
  cursor: zoom-in; position: relative; line-height: 0;
}
.trips-page .gbtn img { width: 100%; height: auto; display: block; }
.trips-page .gbtn:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.trips-page .exp {
  position: absolute; right: 8px; bottom: 8px; width: 28px; height: 28px;
  border-radius: var(--radius-sm); background: rgba(38, 46, 35, .72); color: #fff;
  font-size: 14px; line-height: 28px; text-align: center; opacity: 0;
  transition: opacity .12s;
}
.trips-page .gbtn:hover .exp, .trips-page .gbtn:focus-visible .exp { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .trips-page .exp { transition: none; } }
@media (max-width: 600px) {
  

  .trips-page .exrow { flex-wrap: wrap; }
  .trips-page .gf { flex: 1 1 100% !important; min-width: 0 !important; }
}

#lb { position: fixed; inset: 0; background: rgba(20, 24, 18, .94); display: none;
      place-items: center; z-index: 50; padding: 40px; }
#lb.on { display: grid; }
#lb img { max-width: min(1000px, 92vw); max-height: 76vh; width: auto; height: auto;
          display: block; margin: 0 auto; }
#lbcap { color: var(--surface); font-size: 0.88rem; line-height: 1.6; text-align: center;
         margin-top: 16px; max-width: 60ch; margin-left: auto; margin-right: auto; }

#lbx { position: absolute; top: 12px; right: 16px; background: none; border: 0;
       color: var(--surface); font-size: 28px; line-height: 1; cursor: pointer;
       width: 44px; height: 44px; }
#lbx:focus-visible { outline: 3px solid var(--logo-word); outline-offset: 2px; }

@media (min-width: 1000px) {
  .trips-page .ex__top { grid-template-columns: minmax(0, 1fr) auto; }
}
.trips-page .ex__teaser { max-width: 60ch; }

.trips-page .ex__stats {
  display: block; margin: 0; padding-top: 22px; white-space: nowrap;
}
.trips-page .ex__stats > div { display: inline; }
.trips-page .ex__stats b,
.trips-page .ex__stats span {
  display: inline; font-family: var(--display); font-weight: 400;
  font-size: .97rem; line-height: inherit; color: var(--muted);
}
.trips-page .ex__stats b::after { content: "\00a0"; }
@media (max-width: 900px) {
  .trips-page .ex__stats { padding-top: 0; }
}

.trips-page .ex__more {
  border-top: 0; padding: 0 0 26px;
  font-family: var(--sans); font-size: .69rem; letter-spacing: .12em;
}
