:root {
  --tomato: #f04f2a;
  --tomato-deep: #c9341a;
  --saffron: #f7a51d;
  --cream: #fff3db;
  --ink: #171c2c;
  --paper: #fbf5e8;
  --line: rgba(23, 28, 44, .22);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.grain { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.44'/%3E%3C/svg%3E"); inset: 0; opacity: .045; pointer-events: none; position: fixed; z-index: 9; }
.section-shell { margin: 0 auto; max-width: 1540px; padding-left: 5vw; padding-right: 5vw; }

.site-header { align-items: center; display: flex; justify-content: space-between; left: 0; padding-bottom: 26px; padding-top: 26px; position: absolute; right: 0; top: 0; z-index: 3; }
.wordmark { font-size: 1.6rem; font-weight: 950; letter-spacing: -.1em; line-height: 1; }
.wordmark span { color: var(--cream); font-size: .77em; letter-spacing: -.12em; margin-left: .06em; }
.header-note { align-items: center; color: rgba(255,255,255,.76); display: flex; font-size: .64rem; font-weight: 800; gap: 9px; letter-spacing: .13em; text-transform: uppercase; }
.header-note i { background: var(--saffron); border-radius: 50%; height: 7px; width: 7px; }

.hero { background: var(--tomato); color: white; display: grid; grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr); min-height: 786px; overflow: hidden; padding-bottom: 100px; padding-top: 157px; position: relative; }
.hero::before { background: var(--tomato); content: ""; inset: 0 calc(50% - 50vw); position: absolute; z-index: -2; }
.hero::after { background: radial-gradient(circle at 8% 28%, rgba(255,191,42,.28), transparent 23%), linear-gradient(90deg, var(--tomato) 0%, rgba(240,79,42,.82) 46%, rgba(240,79,42,.1) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: -1; }
.hero-copy { align-self: center; max-width: 650px; padding-bottom: 42px; position: relative; z-index: 1; }
.eyebrow { color: rgba(255,255,255,.77); font-size: .67rem; font-weight: 850; letter-spacing: .14em; margin: 0 0 24px; text-transform: uppercase; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.075em; }
.hero h1 { font-size: clamp(4.15rem, 8.35vw, 9.1rem); line-height: .77; margin: 0; }
.hero h1 em, h2 em { color: var(--saffron); font-weight: 400; }
.hero-intro { color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.34vw, 1.24rem); line-height: 1.54; margin: 40px 0 30px; max-width: 480px; }
.hero-intro strong { color: white; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-family: inherit; font-size: .7rem; font-weight: 900; gap: 11px; justify-content: center; letter-spacing: .1em; min-height: 51px; padding: 0 23px; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--ink { background: var(--ink); color: white; }
.button--cream { background: var(--cream); color: var(--ink); }
.quiet-link { border-bottom: 1px solid rgba(255,255,255,.55); font-size: .7rem; font-weight: 850; letter-spacing: .1em; padding-bottom: 6px; text-transform: uppercase; }
.hero-image { inset: 0 0 0 42%; overflow: hidden; position: absolute; }
.hero-image picture, .feeling-image picture { display: block; height: 100%; }
.hero-image::after { background: linear-gradient(90deg, var(--tomato) 0%, rgba(240,79,42,.08) 38%), linear-gradient(0deg, rgba(48,21,7,.27), transparent 46%); content: ""; inset: 0; position: absolute; }
.hero-image img { height: 100%; object-fit: cover; object-position: 56% center; width: 100%; }
.hero-chip { align-items: center; background: var(--saffron); border-radius: 50%; bottom: 10%; color: var(--ink); display: flex; flex-direction: column; height: 132px; justify-content: center; position: absolute; right: 8%; transform: rotate(8deg); width: 132px; z-index: 1; }
.hero-chip strong { font-size: 1.25rem; letter-spacing: -.06em; }
.hero-chip span { font-family: Georgia, serif; font-size: 2.25rem; letter-spacing: -.09em; line-height: .9; }
.hero-side-note { bottom: 39px; color: rgba(255,255,255,.72); font-size: .68rem; left: 5vw; letter-spacing: .13em; margin: 0; position: absolute; text-transform: uppercase; }

.why { padding-bottom: 136px; padding-top: 116px; }
.section-index { color: #777266; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-index span { color: var(--ink); letter-spacing: .14em; margin-left: 16px; }
.why-grid { display: grid; gap: 11vw; grid-template-columns: 1fr .74fr; margin-top: 76px; }
h2 { font-size: clamp(3.5rem, 6.6vw, 7.15rem); line-height: .84; margin: 0; }
.why-copy { font-size: 1.09rem; line-height: 1.66; max-width: 480px; }
.why-copy p { margin: 0 0 20px; }
.why-copy strong { font-weight: 900; }
.flavor-strip { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; margin-top: 86px; padding: 23px 0; }
.flavor-strip span { font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.flavor-strip b { color: var(--tomato); font-size: 1rem; }

.routes { background: var(--ink); color: var(--cream); padding-bottom: 124px; padding-top: 108px; }
.routes .section-index { color: rgba(255,255,255,.52); }
.routes .section-index span { color: var(--saffron); }
.routes-heading { align-items: end; display: flex; gap: 9vw; justify-content: space-between; margin: 75px 0 68px; }
.routes-heading h2 { flex: 1; }
.routes-heading p { color: rgba(255,255,255,.72); font-size: 1.04rem; line-height: 1.55; margin: 0 0 3px; max-width: 360px; }
.route-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.route-card { background: #222a3d; min-height: 318px; padding: 26px 23px; position: relative; transition: background-color .25s ease, color .25s ease; }
.route-card:hover { background: var(--saffron); color: var(--ink); }
.route-card > span { color: rgba(255,255,255,.48); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.route-card:hover > span { color: rgba(23,28,44,.58); }
.route-card h3 { font-family: Georgia, serif; font-size: 2.43rem; font-weight: 400; letter-spacing: -.065em; line-height: .85; margin: 58px 0 20px; }
.route-card p { bottom: 20px; font-size: .86rem; line-height: 1.48; margin: 0; max-width: 230px; position: absolute; }

.feeling { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 640px; padding-bottom: 0; padding-top: 0; }
.feeling-image { margin-left: -5vw; overflow: hidden; }
.feeling-image img { display: block; filter: saturate(.98) contrast(1.02); height: 100%; min-height: 640px; object-fit: cover; object-position: 62% center; width: 100%; }
.feeling-copy { align-self: center; max-width: 560px; padding: 70px 2vw 70px 8vw; }
.feeling-copy .eyebrow { color: #7e5d46; }
.feeling-copy p:last-child { font-size: 1.06rem; line-height: 1.62; margin: 36px 0 0; max-width: 430px; }

.inquire { background: var(--tomato); color: white; display: grid; gap: 8vw; grid-template-columns: .94fr .76fr; padding-bottom: 104px; padding-top: 104px; }
.inquire::before { background: var(--tomato); content: ""; inset: auto calc(50% - 50vw) 0; height: 100%; position: absolute; z-index: -1; }
.inquire { position: relative; }
.inquire-copy { align-self: center; }
.inquire-copy p:last-child { color: rgba(255,255,255,.78); font-size: 1.04rem; line-height: 1.56; margin: 33px 0 0; max-width: 400px; }
.inquiry-form { display: grid; gap: 16px; }
.email-option { border-bottom: 1px solid rgba(255,255,255,.6); color: white; font-size: .7rem; font-weight: 850; letter-spacing: .08em; justify-self: start; padding-bottom: 6px; text-transform: uppercase; }
.email-option span { color: var(--saffron); font-size: 1rem; margin-left: 5px; }
.inquiry-form label { color: rgba(255,255,255,.73); display: grid; font-size: .65rem; font-weight: 850; gap: 7px; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.6); border-radius: 0; color: white; font: inherit; font-size: 1rem; outline: none; padding: 10px 0; resize: vertical; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-bottom-color: var(--saffron); }
.inquiry-form .button { justify-self: start; margin-top: 8px; }
.honeypot { display: none !important; }
.thank-you { align-items: center; background: var(--tomato); color: white; display: flex; min-height: 100vh; padding: 40px 5vw; position: relative; }
.thank-you::before { background: radial-gradient(circle at 80% 12%, rgba(247,165,29,.52), transparent 23%), radial-gradient(circle at 12% 84%, rgba(255,255,255,.12), transparent 25%); content: ""; inset: 0; position: absolute; }
.thank-you__card { max-width: 780px; position: relative; z-index: 1; }
.thank-you h1 { font-size: clamp(4rem, 10vw, 9rem); line-height: .78; margin: 35px 0; }
.thank-you p { color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.6; max-width: 520px; }
.thank-you .wordmark { color: white; }
.site-footer { align-items: center; background: var(--ink); color: var(--cream); display: flex; font-size: .68rem; justify-content: space-between; padding-bottom: 28px; padding-top: 28px; }
.site-footer::before { background: var(--ink); content: ""; inset: 0 calc(50% - 50vw); position: absolute; z-index: -1; }
.site-footer { position: relative; }
.site-footer p { color: rgba(255,255,255,.53); margin: 0; }
.site-footer > a:last-child { border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; }

.reveal { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
.route-card:nth-child(2) { animation-delay: .08s; }.route-card:nth-child(3) { animation-delay: .16s; }.route-card:nth-child(4) { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 755px; }
  .hero::after { background: linear-gradient(90deg, rgba(240,79,42,.96), rgba(240,79,42,.5)), linear-gradient(0deg, rgba(94,22,6,.6), transparent 54%); }
  .hero-copy { align-self: start; max-width: 600px; }
  .hero-image { inset: 0; }.hero-chip { display: none; }
  .why-grid, .feeling, .inquire { grid-template-columns: 1fr; }
  .routes-heading { align-items: start; flex-direction: column; gap: 26px; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .feeling-image { margin-left: -5vw; margin-right: -5vw; min-height: 390px; }.feeling-image img { min-height: 390px; }
  .feeling-copy { padding: 72px 0; }.inquire { gap: 42px; }
}

@media (max-width: 560px) {
  .section-shell { padding-left: 24px; padding-right: 24px; }.site-header { padding-bottom: 22px; padding-top: 22px; }
  .header-note { font-size: .56rem; }.hero { min-height: 685px; padding-bottom: 85px; padding-top: 135px; }
  .hero h1 { font-size: clamp(3.8rem, 19vw, 6rem); }.hero-intro { font-size: .98rem; margin-top: 34px; }.hero-side-note { bottom: 27px; left: 24px; }
  .why, .routes { padding-bottom: 80px; padding-top: 76px; }.why-grid { gap: 39px; margin-top: 50px; }h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .flavor-strip { align-items: start; flex-direction: column; gap: 12px; margin-top: 56px; }.flavor-strip b { display: none; }
  .route-grid { grid-template-columns: 1fr; }.route-card { min-height: 250px; }.route-card h3 { margin-top: 42px; }
  .feeling-image { margin-left: -24px; margin-right: -24px; }.inquire { padding-bottom: 75px; padding-top: 75px; }
  .thank-you { padding: 28px 24px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
}
