:root {
  --ink: #13272a;
  --muted: #617174;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --teal: #0c585b;
  --teal-dark: #063f42;
  --coral: #e36d51;
  --line: rgba(19, 39, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 108px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .14em; }
.brand-logo { display: block; width: 150px; height: 88px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,.2)); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: "Playfair Display"; font-size: 23px; font-style: italic; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 3px; font-size: 8px; letter-spacing: .25em; opacity: .78; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-nav a { transition: opacity .2s; }
.site-nav a:hover { opacity: .68; }
.header-actions { display: flex; align-items: center; gap: 10px; order: 3; }
.language-picker { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.5); border-radius: 30px; background: rgba(3,34,36,.18); }
.lang-choice { padding: 6px 9px; color: white; background: transparent; border: 0; border-radius: 20px; font-size: 11px; font-weight: 700; cursor: pointer; }
.lang-choice.active { color: var(--teal-dark); background: white; }
.menu-toggle { display: none; }
.hero { min-height: 760px; position: relative; display: flex; align-items: center; color: white; background: url("https://images.unsplash.com/photo-1502175353174-a7a70e73b362?auto=format&fit=crop&w=2200&q=88") center 42%/cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,34,36,.82), rgba(3,34,36,.27) 70%), linear-gradient(0deg, rgba(3,34,36,.3), transparent 40%); }
.hero-content { position: relative; z-index: 1; max-width: 820px; margin: 70px 6vw 0; }
.eyebrow, .section-kicker { display: block; margin-bottom: 18px; text-transform: uppercase; color: var(--coral); font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: .2em; }
.hero .eyebrow { color: #ffd6c5; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; line-height: .99; letter-spacing: -.035em; }
h1 { max-width: 800px; font-size: clamp(64px, 8.2vw, 118px); }
h1 em, h2 em { color: #ffd1bc; font-weight: 600; }
.hero-copy { max-width: 590px; margin: 26px 0 34px; color: rgba(255,255,255,.87); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; border: 0; border-radius: 2px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--coral); }
.button-primary:hover { background: #c95a40; }
.button-light { color: var(--ink); background: white; }
.hero-facts { position: absolute; z-index: 1; right: 6vw; bottom: 0; display: flex; color: var(--ink); background: var(--paper); }
.hero-facts div { min-width: 150px; padding: 25px 28px; border-left: 1px solid var(--line); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--teal); font: 700 28px "Playfair Display"; }
.hero-facts span { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.section { padding: 110px 6vw; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; }
.intro h2, .section-heading h2, .contact h2 { font-size: clamp(45px, 5.5vw, 78px); }
.intro h2 em { color: var(--coral); }
.intro-copy { align-self: end; color: var(--muted); font-size: 16px; line-height: 1.85; }
.intro-copy p:first-child { color: var(--ink); font-size: 20px; }
.about-story { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; color: white; background: var(--teal-dark); }
.about-logo-wrap { position: sticky; top: 30px; padding: 32px; border: 1px solid rgba(255,255,255,.15); background: radial-gradient(circle, rgba(255,255,255,.08), transparent 66%); }
.about-logo-wrap img { display: block; width: 100%; height: auto; filter: drop-shadow(0 12px 22px rgba(0,0,0,.18)); }
.about-story-copy h2 { max-width: 780px; margin-bottom: 34px; font-size: clamp(45px, 5.5vw, 78px); }
.about-story-copy p { max-width: 760px; color: rgba(255,255,255,.7); line-height: 1.85; }
.about-story-copy p:first-of-type { color: white; font-size: 18px; }
.tours { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.section-heading p { max-width: 430px; color: var(--muted); line-height: 1.7; }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tour-card { position: relative; min-height: 510px; overflow: hidden; color: white; background-position: center; background-size: cover; }
.tour-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,35,37,.9), rgba(3,35,37,0) 70%); transition: background .3s; }
.tour-card:hover::before { background: linear-gradient(0deg, rgba(3,35,37,.94), rgba(3,35,37,.1) 80%); }
.tour-seattle { background-image: url("https://images.unsplash.com/photo-1438401171849-74ac270044ee?auto=format&fit=crop&w=1000&q=85"); }
.tour-rainier { background-image: url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1000&q=85"); }
.tour-custom { background-image: url("https://images.unsplash.com/photo-1470770841072-f978cf4d019e?auto=format&fit=crop&w=1000&q=85"); }
.tour-card-content { position: absolute; z-index: 1; left: 0; bottom: 0; padding: 32px; }
.tour-card span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; opacity: .75; }
.tour-card h3 { margin: 10px 0 12px; font: 700 33px/1.1 "Playfair Display"; }
.tour-card p { line-height: 1.6; color: rgba(255,255,255,.76); }
.tour-card a { display: inline-block; margin-top: 10px; color: #ffd1bc; font-size: 13px; font-weight: 700; }
.services { background: var(--teal-dark); color: white; }
.services .section-kicker { color: #ffbda9; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.service-grid article { min-height: 260px; padding: 30px 25px; border-right: 1px solid rgba(255,255,255,.18); }
.service-grid article:last-child { border-right: 0; }
.service-grid span { color: #ffbda9; font-size: 11px; letter-spacing: .15em; }
.service-grid h3 { margin-top: 55px; font: 700 25px "Playfair Display"; }
.service-grid p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.minivan { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; background: var(--cream); }
.minivan-intro h2 { font-size: clamp(45px, 5.5vw, 78px); }
.minivan-intro p { margin: 25px 0 30px; color: var(--muted); line-height: 1.8; }
.minivan-details { border-top: 1px solid var(--line); }
.minivan-details article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.minivan-details strong { color: var(--teal); font: 700 24px "Playfair Display"; }
.minivan-details p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.business { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; background: var(--paper); }
.business-copy h2 { font-size: clamp(45px, 5.5vw, 78px); }
.business-copy p { margin: 25px 0 30px; color: var(--muted); line-height: 1.8; }
.business-list { border-top: 1px solid var(--line); }
.business-list article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.business-list strong { color: var(--teal); font: 700 24px "Playfair Display"; }
.business-list p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.explore-promo, .guide-cta { position: relative; padding: 110px 6vw; color: white; background: linear-gradient(90deg, rgba(3,34,36,.92), rgba(3,34,36,.4)), url("https://images.unsplash.com/photo-1499092346589-b9b6be3e94b2?auto=format&fit=crop&w=2200&q=85") center/cover; }
.explore-promo > div, .guide-cta > div { max-width: 750px; }
.explore-promo h2, .guide-cta h2 { font-size: clamp(48px, 6vw, 82px); }
.explore-promo p { max-width: 580px; margin: 22px 0 30px; color: rgba(255,255,255,.78); line-height: 1.7; }
.inner-header { position: absolute; }
.guide-hero { min-height: 700px; position: relative; display: flex; align-items: end; color: white; background: url("https://images.unsplash.com/photo-1502175353174-a7a70e73b362?auto=format&fit=crop&w=2200&q=88") center/cover; }
.guide-hero-content { position: relative; z-index: 1; max-width: 900px; padding: 180px 6vw 90px; }
.guide-hero h1 { font-size: clamp(58px, 8vw, 110px); }
.guide-hero p:not(.eyebrow) { max-width: 650px; margin: 25px 0 30px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.guide-lead { align-self: end; color: var(--muted); font-size: 19px; line-height: 1.8; }
.interest-section { background: var(--cream); }
.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.interest-card { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.interest-card span, .plan-time { color: var(--coral); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.interest-card h3, .plan-grid h3 { margin: 45px 0 12px; color: var(--teal); font: 700 27px "Playfair Display"; }
.interest-card p, .plan-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.day-plans { background: var(--paper); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-grid article { padding: 34px; background: var(--cream); }
.plan-grid h3 { margin-top: 32px; }
.guide-cta { background-image: linear-gradient(90deg, rgba(3,34,36,.92), rgba(3,34,36,.35)), url("https://images.unsplash.com/photo-1542223616-740d5dff7f56?auto=format&fit=crop&w=2200&q=85"); }
.guide-cta .button { margin-top: 30px; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; background: var(--paper); }
.contact-info > p { max-width: 500px; color: var(--muted); line-height: 1.7; }
.contact-options { margin-top: 40px; border-top: 1px solid var(--line); }
.contact-options a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-options strong { color: var(--teal); }
.contact-icon-label { display: flex; align-items: center; gap: 8px; }
.contact-icon-label img { width: 20px; height: 20px; }
.contact-options span { color: var(--muted); font-size: 14px; text-align: right; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 38px; background: var(--cream); }
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.contact-form label:nth-of-type(6), .contact-form label:nth-of-type(7) { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 14px 2px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #aeb5ae; border-radius: 0; outline-color: var(--teal); text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form .button, .contact-form small { grid-column: 1 / -1; }
.contact-form small { color: var(--muted); text-align: center; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status-success { color: #176c50 !important; font-weight: 700; }
.form-status-error { color: #a83d32 !important; font-weight: 700; }
.website-message-form button:disabled { cursor: wait; opacity: .65; transform: none; }
.email-message { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--teal-dark); color: white; }
.email-message h2 { font-size: clamp(45px, 5.5vw, 78px); }
.email-message-intro p { max-width: 480px; color: rgba(255,255,255,.68); line-height: 1.8; }
.email-message-intro a { display: inline-block; margin-top: 20px; color: #ffbda9; }
.quick-email-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 38px; color: var(--ink); background: var(--paper); }
.quick-email-form label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.quick-email-form label:nth-of-type(4), .quick-email-form label:nth-of-type(5) { grid-column: 1 / -1; }
.quick-email-form input, .quick-email-form textarea { width: 100%; padding: 14px 2px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #aeb5ae; border-radius: 0; outline-color: var(--teal); text-transform: none; }
.quick-email-form textarea { resize: vertical; }
.quick-email-form .button, .quick-email-form small { grid-column: 1 / -1; }
.quick-email-form small { color: var(--muted); text-align: center; }
footer { padding: 55px 6vw 95px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; color: rgba(255,255,255,.7); background: #072f32; font-size: 13px; }
.footer-brand { color: white; }
.footer-logo { width: 175px; height: 105px; }
footer p:last-child { text-align: right; }
.contact-dock { position: fixed; z-index: 20; left: 50%; bottom: 12px; transform: translateX(-50%); display: none; width: calc(100% - 24px); max-width: 450px; box-shadow: 0 12px 35px rgba(0,0,0,.25); }
.contact-dock a { flex: 1; padding: 12px 8px; display: grid; place-items: center; gap: 2px; color: white; background: var(--teal); border-right: 1px solid rgba(255,255,255,.18); font-size: 10px; }
.contact-dock span { font-size: 17px; }
.contact-dock img { width: 18px; height: 18px; }
.contact-dock .dock-wechat { filter: brightness(0) invert(1); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 82px; padding: 0 20px; }
  .brand small { display: none; }
  .brand-logo { width: 105px; height: 66px; }
  .brand-mark { width: 36px; height: 36px; }
  .header-actions { margin-left: auto; }
  .language-picker { position: fixed; z-index: 25; top: 89px; right: 12px; border-color: rgba(12,88,91,.25); background: rgba(255,255,255,.96); box-shadow: 0 5px 18px rgba(0,0,0,.12); }
  .lang-choice { color: var(--teal); }
  .lang-choice.active { color: white; background: var(--teal); }
  .menu-toggle { display: block; padding: 8px 11px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; width: 100%; padding: 22px; flex-direction: column; align-items: stretch; gap: 18px; color: var(--ink); background: white; box-shadow: 0 10px 25px rgba(0,0,0,.12); }
  .site-nav.open { display: flex; }
  .hero { min-height: 690px; align-items: center; }
  .hero-content { margin: 50px 20px 0; }
  h1 { font-size: clamp(50px, 15vw, 78px); }
  .hero-facts { display: none; }
  .section { padding: 75px 20px; }
  .intro-grid, .contact, .business, .minivan, .email-message, .about-story { grid-template-columns: 1fr; gap: 40px; }
  .about-logo-wrap { position: static; max-width: 380px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-card { min-height: 440px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .interest-grid, .plan-grid { grid-template-columns: 1fr; }
  .service-grid article:nth-child(2) { border-right: 0; }
  .contact-form { padding: 25px; grid-template-columns: 1fr; }
  .quick-email-form { padding: 25px; grid-template-columns: 1fr; }
  .contact-form label { grid-column: 1 / -1; }
  .quick-email-form label { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; padding-bottom: 100px; }
  footer p:last-child { text-align: left; }
  .contact-dock { display: flex; }
}

@media (max-width: 520px) {
  .hero-actions .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-grid h3 { margin-top: 25px; }
}
