:root {
  --ink: #171817;
  --paper: #f1efe9;
  --white: #fffdf8;
  --orange: #f05a2a;
  --sage: #70765f;
  --oat: #d6c3aa;
  --line: rgba(23, 24, 23, .22);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: clip; }

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; display: block; }
::selection { color: var(--white); background: var(--orange); }

.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 30px; padding: 10px 28px 10px 20px; border-bottom: 1px solid rgba(255,255,255,.28); color: var(--white); transition: background .35s, color .35s, height .35s, border-color .35s; }
.site-header.is-scrolled { height: 72px; background: rgba(241,239,233,.94); backdrop-filter: blur(16px); color: var(--ink); border-color: var(--line); }
.brand { width: 62px; height: 62px; overflow: hidden; background: var(--ink); transition: width .35s, height .35s; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.site-header.is-scrolled .brand { width: 50px; height: 50px; }
.site-nav { justify-self: end; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.site-nav a, .nav-link { position: relative; border: 0; padding: 7px 0; background: transparent; color: inherit; cursor: pointer; font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.site-nav a::after, .nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after, .nav-link:hover::after, .site-nav a:focus-visible::after, .nav-link:focus-visible::after { right: 0; }
.header-cta { display: flex; align-items: center; gap: 28px; padding: 12px 16px; border: 1px solid currentColor; font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: color .2s, background .2s; }
.header-cta:hover { color: var(--ink); background: var(--white); }
.site-header.is-scrolled .header-cta:hover { color: var(--white); background: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); height: 100svh; color: var(--white); overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: url("assets/queens-road.jpg") center 51% / cover no-repeat; transform: scale(1.035); animation: hero-in 1.5s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,13,12,.77) 0%, rgba(12,13,12,.25) 55%, rgba(12,13,12,.5) 100%), linear-gradient(0deg, rgba(12,13,12,.68) 0%, transparent 45%); }
.hero-kicker { position: absolute; top: 145px; left: clamp(24px, 6vw, 96px); margin: 0; font-family: var(--display); font-size: clamp(13px, 1.1vw, 17px); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; animation: rise-in .8s .35s both; }
.hero h1 { position: absolute; left: clamp(20px, 5.6vw, 88px); bottom: clamp(145px, 18vh, 190px); margin: 0; font-family: var(--display); font-size: clamp(90px, 14.6vw, 232px); line-height: .69; letter-spacing: -.04em; text-transform: uppercase; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { font-weight: 500; animation: rise-in 1s .5s both; }
.hero h1 strong { margin-left: 27%; color: transparent; -webkit-text-stroke: 2px var(--white); font-weight: 700; font-style: italic; animation: rise-in 1s .65s both; }
.hero-bottom { position: absolute; right: clamp(24px, 5vw, 78px); bottom: 34px; display: flex; align-items: flex-end; gap: clamp(30px, 5vw, 80px); }
.hero-bottom > p { margin: 0 0 8px; max-width: 260px; font-size: 15px; }
.circle-link { width: 94px; height: 94px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-family: var(--display); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: transform .3s, color .3s, background .3s; }
.circle-link:hover { transform: rotate(-8deg); color: var(--ink); background: var(--white); }
.circle-link b { font-size: 24px; line-height: 1; }
.hero-stamp { position: absolute; top: 132px; right: clamp(24px, 4vw, 70px); width: 120px; height: 120px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotate(8deg); }
.hero-stamp span { font-family: var(--display); font-size: 10px; letter-spacing: .18em; }
.hero-stamp strong { font-family: var(--display); font-size: 34px; line-height: 1; }

.ticker { overflow: hidden; padding: 16px 0; color: var(--white); background: var(--orange); border-block: 1px solid var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 38s linear infinite; font-family: var(--display); font-size: clamp(21px, 2.3vw, 34px); font-weight: 700; letter-spacing: .05em; }
.ticker-group { flex: none; min-width: 100vw; width: max-content; display: flex; align-items: center; gap: 28px; padding-right: 28px; }
.ticker-track i { font-style: normal; font-size: .7em; }

.section { position: relative; padding: clamp(90px, 11vw, 170px) clamp(24px, 6vw, 96px); }
.section-index { position: absolute; top: 42px; left: clamp(24px, 6vw, 96px); font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .13em; }
.eyebrow { margin: 0 0 22px; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 4px 0; background: currentColor; }
.story { min-height: 840px; display: grid; grid-template-columns: minmax(420px, 1.1fr) minmax(340px, .8fr); gap: clamp(50px, 9vw, 150px); align-items: center; }
.story-copy h2, .locations-head h2, .gifts-copy h2, .team-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(66px, 8vw, 128px); font-weight: 600; line-height: .83; letter-spacing: -.035em; text-transform: uppercase; }
.story-copy h2 em, .locations-head h2 em, .gifts-copy h2 em { color: var(--orange); font-weight: 500; }
.story-copy .lead { max-width: 600px; margin: 44px 0 22px 16%; font-size: clamp(19px, 1.6vw, 25px); line-height: 1.45; }
.story-copy > p:last-child { max-width: 500px; margin-left: 16%; color: rgba(23,24,23,.7); }
.story-image { position: relative; margin: 80px 0 0; }
.story-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; border: 1px solid var(--ink); }
.story-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.story-image figcaption { margin-top: 12px; font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.story-note { position: absolute; right: clamp(24px, 3vw, 48px); bottom: 42px; width: 170px; height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 24px; color: var(--white); background: var(--sage); border-radius: 50%; transform: rotate(7deg); }
.story-note strong { font-family: var(--display); font-size: 54px; line-height: .9; }
.story-note span { font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.brunch-panel { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; color: var(--white); background: var(--ink); }
.brunch-image { min-height: 660px; overflow: hidden; }
.brunch-image img { width: 100%; height: 100%; object-fit: cover; }
.brunch-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 110px); }
.brunch-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(62px, 7.1vw, 114px); font-weight: 600; line-height: .84; letter-spacing: -.035em; text-transform: uppercase; }
.brunch-copy h2 span { color: var(--orange); font-style: italic; font-weight: 500; }
.brunch-copy > p:not(.eyebrow) { max-width: 490px; margin: 38px 0; color: rgba(255,255,255,.72); font-size: 18px; }
.menu-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.menu-actions a { min-width: 200px; display: flex; justify-content: space-between; gap: 22px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.45); font-family: var(--display); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; transition: background .2s, color .2s; }
.menu-actions a:hover { color: var(--ink); background: var(--white); }

.locations { padding-bottom: clamp(100px, 13vw, 200px); }
.locations-head { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 60px; margin-bottom: 90px; align-items: end; }
.locations-head .eyebrow { grid-column: 1 / -1; }
.locations-head h2 { font-size: clamp(72px, 9vw, 145px); }
.locations-head > p:last-child { max-width: 400px; margin: 0 0 7px; font-size: 18px; }
.location-card { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 590px; margin-top: 32px; border: 1px solid var(--ink); background: var(--white); }
.location-card--station { grid-template-columns: .75fr 1.25fr; }
.location-card--station .location-photo { order: 2; }
.location-card--station .location-info { order: 1; }
.location-photo { min-height: 530px; overflow: hidden; }
.location-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.32) contrast(.9) saturate(1.04); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.location-card--ship .location-photo img { filter: brightness(1.5) contrast(.86) saturate(1.03); }
.location-card:hover .location-photo img { transform: scale(1.025); }
.location-info { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 76px); }
.location-no { position: absolute; top: 24px; right: 28px; font-family: var(--display); font-size: 15px; font-weight: 700; }
.location-info h3 { margin: 0; font-family: var(--display); font-size: clamp(64px, 6vw, 94px); line-height: .82; text-transform: uppercase; }
.location-sub { margin: 8px 0 34px; color: var(--orange); font-family: var(--display); font-size: 24px; font-weight: 600; font-style: italic; text-transform: uppercase; }
.location-info address { font-style: normal; }
.hours { margin: 18px 0 40px; font-weight: 600; }
.location-actions { display: flex; flex-wrap: wrap; gap: 22px; }
.location-actions a, .location-actions button { border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 4px; background: transparent; cursor: pointer; font-family: var(--display); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.gifts { position: relative; min-height: 720px; display: flex; align-items: center; justify-content: flex-end; padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); color: var(--white); background: var(--ink); overflow: hidden; }
.gifts-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,12,.12), rgba(12,12,12,.88) 72%), url("assets/coffee-beans.jpg") center / cover no-repeat; }
.gifts-copy { position: relative; z-index: 1; width: min(600px, 48vw); }
.gifts-copy h2 { font-size: clamp(76px, 8vw, 128px); }
.gifts-copy p:not(.eyebrow) { max-width: 520px; margin: 35px 0; color: rgba(255,255,255,.76); font-size: 18px; }
.button { width: fit-content; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 15px 18px; border: 1px solid currentColor; font-family: var(--display); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: color .2s, background .2s; }
.button--light:hover { color: var(--ink); background: var(--white); }
.button--dark:hover { color: var(--white); background: var(--ink); }

.team { min-height: 760px; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: center; background: var(--orange); overflow: hidden; }
.team-type { position: absolute; inset: 15px auto auto -18px; color: rgba(255,255,255,.15); font-family: var(--display); font-size: clamp(130px, 20vw, 320px); font-weight: 800; line-height: .66; letter-spacing: -.05em; pointer-events: none; }
.team-type span { display: block; }
.team-copy { position: relative; z-index: 1; max-width: 700px; margin-top: 180px; }
.team-copy h2 { font-size: clamp(74px, 8vw, 125px); }
.team-copy > p:not(.eyebrow) { max-width: 500px; margin: 35px 0; font-size: 18px; }
.team-card { position: relative; z-index: 1; margin-top: 170px; padding: 45px; color: var(--white); background: var(--ink); transform: rotate(2deg); }
.team-card p { margin: 0 0 65px; font-family: var(--display); font-size: clamp(34px, 3.4vw, 54px); font-weight: 600; line-height: 1.08; text-transform: uppercase; }
.team-card span { font-size: 13px; letter-spacing: .06em; }

.site-footer { padding: 70px clamp(24px, 6vw, 96px) 24px; color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 150px 1fr auto; align-items: end; gap: 60px; padding-bottom: 70px; }
.footer-top img { width: 132px; }
.footer-top p { margin: 0; font-family: var(--display); font-size: clamp(35px, 4.5vw, 70px); font-weight: 600; line-height: .92; text-transform: uppercase; }
.footer-top > a { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.23); font-family: var(--display); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom button { border: 0; background: transparent; cursor: pointer; text-transform: uppercase; }

.concept-toast { position: fixed; z-index: 500; left: 50%; bottom: 24px; width: min(440px, calc(100vw - 32px)); display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 18px 20px; color: var(--white); background: rgba(23,24,23,.96); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 15px 50px rgba(0,0,0,.26); transform: translate(-50%, 145%); opacity: 0; transition: transform .42s cubic-bezier(.2,.8,.2,1), opacity .3s; }
.concept-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.concept-toast strong { display: block; margin-bottom: 4px; font-family: var(--display); font-size: 16px; letter-spacing: .06em; text-transform: uppercase; }
.concept-toast p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.45; }
.concept-toast button { border: 0; padding: 0; color: var(--white); background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-in { from { transform: scale(1.1); filter: brightness(.65); } to { transform: scale(1.035); filter: brightness(1); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(35px); } to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 58px 1fr auto; }
  .site-nav { gap: 18px; }
  .site-nav a, .nav-link { font-size: 13px; }
  .header-cta { display: none; }
  .story { grid-template-columns: 1fr .7fr; gap: 55px; }
  .brunch-panel { grid-template-columns: 1fr; }
  .brunch-image { height: 60vw; min-height: 520px; }
  .locations-head { grid-template-columns: 1fr; }
  .location-card, .location-card--station { grid-template-columns: 1fr; }
  .location-card--station .location-photo { order: 1; }
  .location-card--station .location-info { order: 2; }
  .location-photo { height: 60vw; min-height: 500px; }
  .gifts-copy { width: min(620px, 65vw); }
}

@media (max-width: 760px) {
  .site-header { height: 72px; grid-template-columns: 52px 1fr 56px; padding: 10px 14px; }
  .brand, .site-header.is-scrolled .brand { width: 50px; height: 50px; }
  .menu-toggle { grid-column: 3; justify-self: end; width: 50px; height: 50px; display: grid; place-content: center end; gap: 6px; border: 0; padding: 0; color: inherit; background: transparent; cursor: pointer; }
  .menu-toggle i { display: block; width: 26px; height: 2px; background: currentColor; transform-origin: center; transition: transform .25s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; width: 100%; max-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; padding: 0 18px; color: var(--ink); background: rgba(241,239,233,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(12,13,12,.12); opacity: 0; visibility: hidden; transform: translateY(-10px); pointer-events: none; transition: max-height .34s cubic-bezier(.2,.8,.2,1), padding .34s cubic-bezier(.2,.8,.2,1), transform .34s cubic-bezier(.2,.8,.2,1), opacity .2s, visibility 0s .34s; }
  .site-nav.is-open { max-height: 330px; padding: 8px 18px 16px; opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: max-height .34s cubic-bezier(.2,.8,.2,1), padding .34s cubic-bezier(.2,.8,.2,1), transform .34s cubic-bezier(.2,.8,.2,1), opacity .2s; }
  .site-nav a, .nav-link { width: 100%; padding: 15px 2px; border-bottom: 1px solid var(--line); text-align: left; font-size: 27px; line-height: 1; }
  .site-nav a::after, .nav-link::after { display: none; }
  .hero { min-height: 730px; }
  .hero-media { background-position: 61% center; }
  .hero-kicker { top: 112px; left: 18px; right: 18px; }
  .hero h1 { left: 16px; bottom: 190px; font-size: clamp(76px, 25.5vw, 118px); line-height: .74; }
  .hero h1 strong { margin-left: 0; }
  .hero-stamp { top: 145px; right: 18px; width: 95px; height: 95px; }
  .hero-stamp strong { font-size: 28px; }
  .hero-bottom { left: 18px; right: 18px; bottom: 24px; justify-content: space-between; }
  .hero-bottom > p { font-size: 13px; }
  .circle-link { width: 76px; height: 76px; font-size: 12px; }
  .section { padding: 100px 20px; }
  .section-index { top: 26px; left: 20px; }
  .story { display: block; min-height: auto; }
  .story-copy h2, .gifts-copy h2, .team-copy h2 { font-size: clamp(62px, 19vw, 92px); }
  .locations-head h2 { max-width: 100%; font-size: clamp(54px, 15.5vw, 76px); overflow-wrap: anywhere; }
  .story-copy .lead, .story-copy > p:last-child { margin-left: 0; }
  .story-image { margin-top: 70px; }
  .story-image img { aspect-ratio: 4 / 5; }
  .story-note { position: relative; right: auto; bottom: auto; margin: -65px 12px 0 auto; }
  .brunch-image { height: 92vw; min-height: 420px; }
  .brunch-copy { padding: 75px 20px; }
  .brunch-copy h2 { font-size: clamp(62px, 18vw, 90px); }
  .menu-actions { display: grid; }
  .locations-head { gap: 25px; margin-bottom: 55px; }
  .location-card { margin-top: 18px; }
  .location-photo { height: 75vw; min-height: 330px; }
  .location-info { padding: 70px 24px 45px; }
  .location-info h3 { font-size: 68px; }
  .gifts { min-height: 720px; justify-content: flex-start; align-items: flex-end; padding: 80px 20px; }
  .gifts-media { background: linear-gradient(0deg, rgba(12,12,12,.9), rgba(12,12,12,.1) 75%), url("assets/coffee-beans.jpg") center / cover no-repeat; }
  .gifts-copy { width: 100%; }
  .team { display: block; min-height: 800px; padding-top: 190px; }
  .team-type { top: 25px; }
  .team-copy, .team-card { margin-top: 0; }
  .team-card { margin: 70px 0 0; }
  .footer-top { grid-template-columns: 80px 1fr; gap: 30px; }
  .footer-top img { width: 80px; }
  .footer-top > a { grid-column: 1 / -1; width: fit-content; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
