@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&family=Kaushan+Script&family=Permanent+Marker&display=swap');

:root {
  --ink: #151315;
  --plum: #830653;
  --apricot: #e6a25f;
  --peach: #f2bd9e;
  --blush: #ecc6e1;
  --lime: #c9f600;
  --blue: #428bd4;
  --paper: #faf9f6;
  --body: 'DM Sans', sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1.0625rem/1.7 var(--body); }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
img { max-width: 100%; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 20; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 5%; border-bottom: 1px solid #17131720; background: var(--paper); }
.brand { display: flex; flex-direction: column; color: var(--ink); font: 800 1.6rem/.95 var(--display); letter-spacing: -.01em; text-decoration: none; }
.brand > span:first-child { font-size: .875rem; letter-spacing: .2em; line-height: 1.5; }
.brand-dot { color: var(--plum); }
nav { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
nav a { text-decoration: none; font-size: .875rem; font-weight: 700; padding-block: 10px; }
nav a:hover { color: var(--plum); }
.pill { border: 1.5px solid var(--plum); border-radius: 4px; color: var(--plum); padding: 10px 19px; }
.pill:hover { color: white; background: var(--plum); }
.hero { position: relative; isolation: isolate; text-align: center; background: linear-gradient(180deg, #faf9f6bb 0%, #faf9f6bb 42%, #faf9f6ee 100%), url('./assets/trip-04.webp') center 52% / cover; }
.hero-inner { max-width: 1360px; margin: auto; padding: 26px 5% 65px; }
.brush-year { font: 400 clamp(7rem, 16vw, 14rem)/1.15 'Permanent Marker', cursive; color: var(--plum); text-shadow: 10px 13px 0 var(--blush); letter-spacing: .015em; transform: rotate(-4deg); margin-bottom: 22px; }
.eyebrow { color: var(--plum); font-size: .875rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; font-weight: 800; }
h1 { font-size: clamp(3.1rem, 7.4vw, 7.4rem); letter-spacing: -.025em; line-height: .98; margin: 15px 0 28px; }
h1 > span { display: block; }
h1 .headline-apricot { font-size: 1.32em; color: var(--apricot); text-shadow: -6px 5px 0 #efb592; margin-bottom: 8px; }
.hero p { max-width: 625px; margin: 0 auto; font-size: 1.1875rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 24px; border: 1.5px solid var(--plum); border-radius: 4px; background: var(--plum); color: white; font-size: 1rem; font-weight: 700; line-height: 1.4; text-decoration: none; margin: 15px 12px 0 0; transition: background .2s, transform .2s; }
.btn:hover { background: #62043e; transform: translateY(-2px); }
.hero-actions .btn { margin: 0; }
.btn.outline { background: #ffffff66; border-color: var(--ink); color: var(--ink); }
.btn.outline:hover { background: white; }
.program-strip { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px 55px; padding: 30px 5% 35px; background: white; border-top: 1px solid #83065335; border-bottom: 1px solid #83065335; }
.program-duration { display: flex; flex-direction: column; padding-right: 45px; border-right: 1px solid #83065335; }
.program-duration strong { font: 800 2.35rem/1.1 var(--display); text-transform: uppercase; }
.program-duration strong span { color: var(--plum); padding-inline: 7px; }
.program-duration > span { font-size: .875rem; padding-top: 6px; }
.season-stop { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.season-stop > span:last-child { text-transform: uppercase; font-weight: 700; font-size: .875rem; letter-spacing: .08em; }
.season-script { font: 400 2.9rem/1.25 'Kaushan Script', cursive; color: var(--lime); -webkit-text-stroke: 7px var(--blue); paint-order: stroke fill; text-shadow: 2px 3px 0 var(--blue); transform: rotate(-6deg); }
.season-script.winter { transform: rotate(5deg); }
.season-amp { font-family: var(--display); color: var(--plum); font-size: 2.6rem; }
.section { padding: 100px 5%; }
.wrap { max-width: 1250px; margin-inline: auto; }
h2 { font-size: clamp(2.85rem, 5.2vw, 5rem); line-height: .99; letter-spacing: -.015em; margin: 18px 0 28px; }
h3 { font-size: 2rem; line-height: 1.08; margin: 0 0 12px; }
.text-plum { color: var(--plum); }
.text-apricot { color: var(--apricot); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.intro p { font-size: 1.125rem; }
.photo-frame { position: relative; margin: 14px 6px 10px; transform: rotate(2deg); background: white; padding: 12px 12px 36px; box-shadow: 12px 12px 0 var(--blush); }
.photo { display: block; width: 100%; height: 510px; object-fit: cover; object-position: center; }
.photo-sticker { position: absolute; left: -25px; top: -19px; z-index: 1; padding: 9px 17px; transform: rotate(-7deg); color: var(--plum); background: var(--apricot); font: 400 1.2rem/1.4 'Permanent Marker', cursive; }
.route { background: var(--plum); color: white; }
.route .eyebrow, .pay .eyebrow { color: var(--peach); }
.route-head { max-width: 920px; margin-bottom: 40px; }
.route-head p { max-width: 650px; }
.grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.card { background: var(--paper); color: var(--ink); }
.card img { display: block; width: 100%; height: 300px; object-fit: cover; }
.card > div { position: relative; padding: 26px; }
.route-number { display: block; color: var(--plum); font: 400 1.2rem/1.4 'Permanent Marker', cursive; margin-bottom: 10px; }
.card h3 { font-size: 2.4rem; }
.card p { margin: 0; }
#photos > .wrap > p { max-width: 680px; }
.gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 40px; }
.gallery figure { margin: 0; background: white; border-bottom: 3px solid var(--apricot); overflow: hidden; }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery img { display: block; width: 100%; height: 265px; object-fit: cover; transition: transform .4s; }
.gallery figure:first-child img { height: 601px; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: relative; padding: 13px 15px; background: white; font-weight: 700; line-height: 1.35; font-size: .875rem; }
.gallery figure:first-child figcaption { font-size: 1rem; }
.gallery figure:nth-child(7) img, .gallery figure:nth-child(8) img, .gallery figure:nth-child(10) img, .gallery figure:nth-child(12) img { object-position: center 30%; }
.note { color: #60545d; font-size: .875rem; margin-top: 24px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.reviews { background: #f2dced; }
.review-box { border-top: 2px solid var(--plum); padding: 30px 0; }
.review-box p { font-size: 1.0625rem; margin: 0 0 12px; }
.small { font-size: .875rem; color: #635360; }
.pay { background: var(--plum); color: white; }
.pay .split { align-items: start; grid-template-columns: .9fr 1.1fr; gap: 7%; }
.pay .btn { color: var(--ink); background: var(--apricot); border-color: var(--apricot); }
.pay .btn:hover { background: var(--peach); }
.pay-panel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.pay-option { border: 1px solid #ecc6e17a; padding: 24px 18px; }
.pay-option .eyebrow { margin-bottom: 12px; }
.pay-option strong { display: block; font-size: clamp(1rem,1.7vw,1.375rem); overflow-wrap: anywhere; }
.pay-option p { font-size: 1rem; }
.pay-option a { color: white; font-weight: 700; }
footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 25px; background: var(--ink); color: white; padding: 40px 5%; font-size: 1rem; }
footer strong { font: 700 1.625rem/1.2 var(--display); letter-spacing: .025em; }
footer a { color: white; }
@media (max-width: 1000px) {
  nav { gap: 20px; }
  .program-strip { gap: 25px 30px; }
  .program-duration { padding-right: 30px; }
  .program-duration strong { font-size: 2rem; }
  .pay .split { grid-template-columns: 1fr; gap: 40px; }
  .pay-option strong { font-size: 1.375rem; }
  .pay-panel { max-width: 650px; }
  .photo { height: 460px; }
}
@media (max-width: 760px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 16px; padding: 20px 5% 16px; }
  .brand { font-size: 1.5rem; }
  .brand > span:first-child { font-size: .875rem; }
  nav { justify-content: space-between; gap: 6px 15px; width: 100%; }
  nav a { font-size: .875rem; }
  .pill { padding: 8px 11px; }
  .hero-inner { padding: 28px 5% 45px; }
  .brush-year { font-size: clamp(6.5rem,24vw,10rem); margin-bottom: 24px; text-shadow: 6px 8px 0 var(--blush); }
  .hero .eyebrow { font-size: .875rem; letter-spacing: .08em; max-width: 400px; margin-inline: auto; }
  h1 { font-size: clamp(2.75rem,9.4vw,4.4rem); margin-top: 18px; line-height: 1.01; }
  h1 .headline-apricot { font-size: 1.45em; text-shadow: -3px 3px 0 #efb592; }
  .hero p { font-size: 1.0625rem; max-width: 470px; }
  .hero-actions { gap: 10px; margin-top: 25px; }
  .hero-actions .btn { padding: 13px 18px; }
  .program-strip { gap: 25px 23px; padding: 25px 5% 32px; }
  .program-duration { flex-basis: 100%; align-items: center; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid #83065335; }
  .program-duration strong { font-size: 2.25rem; }
  .season-script { font-size: 2.3rem; -webkit-text-stroke-width: 6px; }
  .season-stop > span:last-child { font-size: .875rem; letter-spacing: .025em; }
  .season-amp { font-size: 2rem; }
  .section { padding: 65px 6%; }
  .intro, .split, .grid { grid-template-columns: 1fr; gap: 40px; }
  h2 { font-size: clamp(2.85rem,9.7vw,4rem); }
  .intro p { font-size: 1.0625rem; }
  .photo-frame { margin: 8px 8px 12px; }
  .photo { height: 400px; }
  .photo-sticker { left: -10px; }
  .card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .card img { height: 100%; min-height: 275px; }
  .card > div { padding: 24px; }
  .card h3 { font-size: 2rem; }
  .gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 30px; }
  .gallery figure:first-child { grid-column: span 2; grid-row: auto; }
  .gallery img { height: 235px; }
  .gallery figure:first-child img { height: 330px; }
  .gallery figcaption { padding: 12px; }
}
@media (max-width: 450px) {
  nav { gap: 5px 12px; }
  nav a { flex: 0 0 auto; }
  .brand { font-size: 1.45rem; }
  h1 > span:last-child { max-width: 320px; margin-inline: auto; }
  .hero-actions { flex-direction: column; align-items: stretch; padding-inline: 10px; }
  .program-strip { gap: 22px 18px; }
  .photo { height: 340px; }
  .card { display: block; }
  .card img { height: 280px; min-height: 0; }
  .gallery { gap: 12px; }
  .gallery img { height: 200px; }
  .gallery figure:first-child img { height: 270px; }
  .pay-panel { grid-template-columns: 1fr; }
  .pay-option { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .gallery img { transition: none; }
  .btn:hover, .gallery figure:hover img { transform: none; }
}

.itinerary { background: #fff; }
.itinerary-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: end; margin-bottom: 42px; }
.itinerary-intro p { margin: 0 0 8px; }
.itinerary-days { list-style: none; padding: 0; margin: 0; border-top: 3px solid var(--plum); }
.itinerary-days li { display: grid; grid-template-columns: minmax(170px, .27fr) 1fr; gap: 30px; padding: 25px 20px; border-bottom: 1px solid #83065335; }
.itinerary-days li:nth-child(even) { background: #f8f0f6; }
.day-date { display: flex; flex-direction: column; gap: 2px; }
.day-date span { color: var(--plum); font: 800 1.2rem var(--display); text-transform: uppercase; letter-spacing: .06em; }
.day-date strong { font-size: 1rem; }
.itinerary-days h3 { font-size: 1.75rem; margin-bottom: 5px; }
.itinerary-days p { margin: 0; }
.itinerary-note { margin: 26px 0 0; max-width: 850px; font-size: .9375rem; color: #514451; }
@media (max-width: 760px) {
  .itinerary-intro { grid-template-columns: 1fr; gap: 0; }
  .itinerary-days li { grid-template-columns: 1fr; gap: 8px; padding: 22px 15px; }
  .day-date { flex-direction: row; flex-wrap: wrap; gap: 12px; align-items: baseline; }
}

.trip-videos { background: #f5edf3; }
.trip-videos > .wrap > p { max-width: 700px; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: 34px; }
.video-grid figure { margin: 0; background: white; }
.video-grid video { display: block; width: 100%; height: 430px; object-fit: contain; background: #171317; }
.video-grid figcaption { display: flex; flex-direction: column; gap: 3px; padding: 20px 24px 24px; }
.video-grid strong { font: 800 1.8rem/1.1 var(--display); text-transform: uppercase; }
.video-grid span { font-size: 1rem; }
@media (max-width: 760px) { .video-grid { grid-template-columns: 1fr; } .video-grid video { height: min(70vh, 480px); } }

.trip-cost { background: var(--ink); color: white; }
.trip-cost .eyebrow { color: var(--peach); }
.cost-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: start; }
.cost-heading h2 { margin-bottom: 30px; }
.cost-price { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; padding: 18px 0; border-top: 2px solid var(--apricot); border-bottom: 2px solid var(--apricot); }
.cost-price strong { font: 800 clamp(3.4rem,6vw,5.5rem)/1 var(--display); color: var(--apricot); }
.cost-price span { font-size: 1.125rem; font-weight: 700; }
.cost-heading p { max-width: 510px; }
.trip-cost .btn { background: var(--apricot); border-color: var(--apricot); color: var(--ink); }
.trip-cost .btn:hover { background: var(--peach); }
.cost-details { padding: 36px; background: #30262d; }
.cost-details h3 { color: var(--apricot); }
.cost-details ul { list-style: none; padding: 0; margin: 10px 0 26px; }
.cost-details li { padding: 12px 0 12px 32px; border-bottom: 1px solid #ffffff30; position: relative; }
.cost-details li::before { content: '✓'; position: absolute; left: 0; color: var(--apricot); font-weight: 700; }
.cost-exclusion { background: var(--paper); color: var(--ink); padding: 22px 25px; border-left: 6px solid var(--apricot); }
.cost-exclusion span { display: block; color: var(--plum); text-transform: uppercase; letter-spacing: .1em; font-size: .875rem; font-weight: 700; }
.cost-exclusion strong { display: block; font: 800 2rem/1.2 var(--display); text-transform: uppercase; }
.cost-exclusion p { margin: 4px 0 0; }
.cost-fine { font-size: .9375rem; color: #e2d5df; margin: 22px 0 0; }
@media (max-width: 760px) { .cost-layout { grid-template-columns: 1fr; gap: 32px; } .cost-details { padding: 25px 20px; } }

.parent-focus { background: #f2dced; }
.parent-focus h2 { max-width: 900px; }
.parent-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 52px; }
.parent-grid > div { border-top: 3px solid var(--plum); padding-top: 20px; }
.parent-grid span { color: var(--plum); font-size: .875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.parent-grid h3 { margin: 15px 0; font-size: 2rem; }
.parent-grid p { margin: 0; }
@media (max-width: 760px) { .parent-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 30px; } }

.pay .contact-btn { background: transparent; border-color: var(--peach); color: white; }
.pay .contact-btn:hover { background: #ffffff1a; }
