:root {
  --paper: #f3ebdc;
  --paper-strong: #efe4d0;
  --paper-edge: #e0cfb0;
  --ink: #322417;
  --ink-soft: #5a4838;
  --navy: #18345f;
  --navy-deep: #132946;
  --gold: #cc9f36;
  --gold-soft: #e5c36e;
  --terracotta: #ab5d3b;
  --line: rgba(67, 48, 27, 0.22);
  --shadow: 0 20px 42px rgba(51, 35, 22, 0.12);
  --shadow-soft: 0 12px 26px rgba(51, 35, 22, 0.08);
  --radius: 28px;
  --paper-noise:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.4), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(204, 159, 54, 0.12), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(171, 93, 59, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #f8f1e5 0%, #f2e7d5 100%);
  color: var(--ink);
  font-family: "IBM Plex Mono", "Courier New", monospace;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  overflow: clip;
}

.hero,
.section-paper {
  position: relative;
  background:
    var(--paper-noise),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    var(--paper);
}

.section-paper {
  padding: 88px 42px;
}

.hero::before,
.section-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 16%, rgba(0, 0, 0, 0.04) 0, transparent 1px),
    radial-gradient(circle at 70% 54%, rgba(0, 0, 0, 0.04) 0, transparent 1px);
  background-size: 20px 20px, 24px 24px;
  opacity: 0.18;
  pointer-events: none;
}

.hero {
  padding: 26px 38px 0;
}

.site-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 54px;
  color: var(--gold);
  flex: 0 0 auto;
}

.brand-mark svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-lockup {
  display: grid;
  gap: 2px;
}

.brand-script {
  font-family: "Great Vibes", "Brush Script MT", cursive;
  font-size: clamp(2rem, 2.5vw, 2.9rem);
  line-height: 0.88;
  color: var(--navy);
}

.brand-subtitle {
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
}

.site-nav {
  display: inline-flex;
  justify-self: center;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.site-nav a,
.header-button,
.menu-toggle,
.button {
  font-size: 0.92rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-nav a {
  padding: 6px 2px;
}

.header-button,
.menu-toggle {
  border: 1px solid rgba(45, 32, 20, 0.35);
  background: rgba(255, 255, 255, 0.34);
  padding: 14px 22px;
  border-radius: 12px;
}

.menu-toggle {
  display: none;
  justify-self: end;
  color: var(--ink);
  cursor: pointer;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.22fr);
  gap: 46px;
  align-items: center;
  padding: 54px 0 34px;
}

.hero-copy {
  padding: 20px 0 40px 16px;
}

.section-label,
.section-label-gold,
.section-label-blue,
.section-label-mono,
.hours-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  margin: 0;
}

.section-label-gold {
  color: #a77618;
}

.section-label-blue,
.section-label-mono {
  color: var(--navy);
}

.hero-copy h1,
.offerings-copy h2,
.location-copy h2,
.reviews-intro h2,
.visit-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.hero-copy h1 {
  margin-top: 18px;
  font-size: clamp(4.8rem, 8vw, 7.6rem);
  max-width: 6.2ch;
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 24px;
  max-width: 540px;
}

.hero-divider span:first-child,
.hero-divider span:last-child {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(204, 159, 54, 0), rgba(204, 159, 54, 0.7));
}

.hero-divider span:last-child {
  background: linear-gradient(90deg, rgba(204, 159, 54, 0.7), rgba(204, 159, 54, 0));
}

.divider-wheat {
  width: 54px;
  height: 16px;
  position: relative;
}

.divider-wheat::before,
.divider-wheat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 2px solid var(--gold);
  border-radius: 100% 0 0 100%;
  transform-origin: center;
}

.divider-wheat::before {
  transform: rotate(-56deg);
}

.divider-wheat::after {
  transform: rotate(56deg);
}

.hero-copy h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 3.3vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
}

.hero-body,
.offerings-copy p,
.location-copy p,
.visit-copy p {
  max-width: 31ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0;
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  padding: 0 28px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.header-button:hover,
.menu-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(24, 52, 95, 0.14);
}

.button-primary {
  background: var(--navy);
  color: #fff8ec;
  box-shadow: var(--shadow-soft);
}

.button-outline {
  border-color: rgba(24, 52, 95, 0.55);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.42);
}

.button-strip-outline {
  border-color: rgba(255, 248, 236, 0.68);
  color: #fff8ec;
}

.button-strip-gold {
  background: var(--gold);
  color: #fff8ec;
}

.hero-visual {
  position: relative;
  min-height: 690px;
  padding-right: 60px;
}

.photo-frame {
  position: relative;
  background: rgba(253, 247, 238, 0.78);
  padding: 22px;
  border-radius: 6px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(130, 108, 76, 0.18);
}

.photo-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(85, 63, 39, 0.12);
  pointer-events: none;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-frame-large {
  position: absolute;
  inset: 0 54px 72px 16px;
}

.photo-frame-large img {
  aspect-ratio: 1 / 1.05;
}

.paper-note {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    #f4ead7;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(115, 88, 56, 0.16);
}

.paper-note::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 24px;
  width: 90px;
  height: 26px;
  background: rgba(196, 162, 110, 0.34);
  transform: rotate(6deg);
  filter: blur(0.2px);
}

.hero-note {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 298px;
  display: grid;
  gap: 16px;
  transform: rotate(-2deg);
}

.note-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(45, 32, 20, 0.18);
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

.note-icon {
  color: var(--navy);
  font-size: 1.4rem;
}

.hero-strip {
  position: relative;
  z-index: 1;
  margin: 0 -38px;
  padding: 22px 52px 26px;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  align-items: center;
  background: var(--navy);
  color: #fff8ec;
}

.hero-strip::before,
.hero-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  background: var(--paper);
}

.hero-strip::before {
  top: -8px;
  clip-path: polygon(0 65%, 12% 52%, 23% 70%, 36% 45%, 49% 66%, 61% 47%, 76% 68%, 87% 48%, 100% 65%, 100% 0, 0 0);
}

.hero-strip::after {
  bottom: -10px;
  clip-path: polygon(0 35%, 13% 52%, 26% 30%, 36% 54%, 47% 32%, 61% 55%, 75% 33%, 87% 48%, 100% 38%, 100% 100%, 0 100%);
}

.hero-strip-script {
  font-family: "Great Vibes", "Brush Script MT", cursive;
  color: var(--gold-soft);
  font-size: 2.1rem;
  text-align: center;
}

.hero-strip-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-strip-list span {
  position: relative;
}

.hero-strip-list span + span::before {
  content: "•";
  position: absolute;
  left: -12px;
  color: rgba(255, 248, 236, 0.5);
}

.offerings-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.86fr);
  column-gap: 64px;
  row-gap: 28px;
  align-items: start;
}

.offerings-layout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 58px;
  left: calc(50% + 4px);
  width: 1px;
  background: rgba(204, 159, 54, 0.5);
}

.offerings-frame img {
  aspect-ratio: 0.98 / 1.18;
}

.offerings-photo-col {
  position: relative;
  padding-right: 22px;
}

.label-tag {
  position: absolute;
  left: 8px;
  bottom: 18px;
  padding: 18px 30px;
  border: 1px solid rgba(86, 67, 45, 0.16);
  background: #f6eddc;
  box-shadow: var(--shadow-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 2rem;
  color: var(--navy);
}

.offerings-copy {
  max-width: 560px;
  padding: 32px 0 0 10px;
}

.offerings-copy h2 {
  margin-top: 18px;
  font-size: clamp(3.1rem, 4.4vw, 5rem);
  max-width: 11ch;
}

.offerings-copy p {
  margin-top: 24px;
}

.offerings-list {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1.05;
}

.offerings-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(24, 52, 95, 0.16);
}

.list-icon {
  display: inline-grid;
  place-items: center;
  color: var(--navy);
  font-size: 1.5rem;
}

.receipt-card {
  position: absolute;
  left: 44%;
  bottom: 92px;
  width: 268px;
  transform: rotate(-4deg);
  padding-top: 38px;
}

.receipt-script,
.hand-note,
.map-caption,
.review-photo figcaption {
  font-family: "Great Vibes", "Brush Script MT", cursive;
}

.receipt-script {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 2.2rem;
}

.receipt-card dl,
.visit-note dl {
  margin: 0;
  display: grid;
  gap: 18px;
}

.receipt-card dt,
.visit-note dt,
.hours-card dt,
.footer-columns h3,
.footer-contact h3,
.mini-stamp,
.hours-label {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: var(--navy);
}

.receipt-card dd,
.visit-note dd,
.hours-card dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
}

.receipt-address {
  position: absolute;
  right: -18px;
  bottom: 88px;
  margin: 0;
  color: #b34b34;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.menu-board-frame {
  width: min(420px, 42vw);
  justify-self: end;
  align-self: end;
  transform: translateY(14px);
}

.menu-board-frame img {
  aspect-ratio: 1.5 / 0.72;
  object-fit: cover;
}

.location-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.92fr) minmax(250px, 0.48fr);
  gap: 30px;
  align-items: start;
}

.rail-panel {
  position: relative;
  min-height: 780px;
  padding: 16px 0 0 24px;
  border-left: 1px solid var(--line);
}

.rail-panel::before {
  content: "Naturals Bake & Coffee";
  position: absolute;
  left: -28px;
  bottom: 170px;
  color: #af5836;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.location-copy h2 {
  margin-top: 20px;
  font-size: clamp(4rem, 6vw, 6.2rem);
  max-width: 5.4ch;
}

.location-copy p {
  margin-top: 28px;
  max-width: 14ch;
}

.address-card {
  width: 250px;
  margin-top: 132px;
}

.address-card h3,
.visit-note h3,
.map-paper h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--terracotta);
  font-size: 3rem;
  line-height: 0.95;
}

.address-card p,
.visit-note p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}

.hand-note {
  color: var(--ink-soft);
  font-size: 1.8rem;
}

.location-visuals {
  position: relative;
  min-height: 838px;
}

.location-storefront {
  max-width: 780px;
  margin: 0 auto;
}

.location-storefront::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 98px;
  height: 24px;
  background: rgba(198, 168, 116, 0.4);
  transform: translateX(-50%) rotate(2deg);
}

.location-storefront img {
  aspect-ratio: 0.92 / 1.04;
}

.coffee-detail {
  position: absolute;
  right: 48px;
  bottom: 18px;
  width: 360px;
  transform: rotate(-7deg);
}

.polaroid figcaption {
  margin-top: 16px;
  color: var(--navy);
  font-size: 2rem;
  text-align: center;
}

.hours-card {
  position: absolute;
  left: 10px;
  bottom: 58px;
  width: 360px;
}

.hours-card dl {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.hours-card div,
.visit-note div {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(24, 52, 95, 0.14);
}

.map-panel {
  position: relative;
  display: grid;
  gap: 26px;
}

.map-paper {
  position: relative;
  min-height: 600px;
  padding: 34px 28px 28px;
  background:
    linear-gradient(180deg, rgba(185, 215, 231, 0.7) 0, rgba(244, 234, 215, 0) 36%),
    #f3ead8;
  border: 1px solid rgba(115, 88, 56, 0.16);
  box-shadow: var(--shadow);
}

.map-paper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d3be8f, #aa8543);
  transform: translateX(-50%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.map-paper p {
  margin: 0;
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.map-drawing {
  position: relative;
  min-height: 430px;
  margin-top: 26px;
  background:
    linear-gradient(140deg, transparent 22%, rgba(42, 36, 31, 0.14) 22%, rgba(42, 36, 31, 0.14) 24%, transparent 24%),
    linear-gradient(112deg, transparent 44%, rgba(42, 36, 31, 0.14) 44%, rgba(42, 36, 31, 0.14) 46%, transparent 46%),
    linear-gradient(175deg, transparent 60%, rgba(42, 36, 31, 0.14) 60%, rgba(42, 36, 31, 0.14) 61.5%, transparent 61.5%),
    linear-gradient(90deg, transparent 18%, rgba(42, 36, 31, 0.12) 18%, rgba(42, 36, 31, 0.12) 19%, transparent 19%),
    linear-gradient(90deg, transparent 52%, rgba(42, 36, 31, 0.12) 52%, rgba(42, 36, 31, 0.12) 53%, transparent 53%),
    linear-gradient(180deg, rgba(187, 210, 220, 0.5), rgba(187, 210, 220, 0.3) 38%, transparent 38%);
  overflow: hidden;
}

.map-drawing span,
.map-fragment span {
  position: absolute;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.harbour {
  top: 34px;
  right: 28px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.street.quay {
  top: 176px;
  left: 120px;
  transform: rotate(34deg);
}

.street.customs {
  top: 312px;
  left: 78px;
}

.street.hobson {
  top: 366px;
  left: 80px;
}

.street.albert {
  top: 316px;
  left: 12px;
  transform: rotate(90deg);
}

.street.britomart {
  left: 34px;
  bottom: 26px;
}

.map-pin,
.fragment-pin {
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--terracotta);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map-pin::before,
.fragment-pin::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #fff3df;
}

.map-pin {
  top: 164px;
  left: 198px;
}

.map-caption {
  margin: 0;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.05;
}

.skyline {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  min-height: 86px;
  color: #b57153;
}

.skyline span {
  display: block;
  width: 18px;
  border: 1px solid currentColor;
  border-bottom-width: 3px;
}

.skyline span:nth-child(1) {
  height: 28px;
}

.skyline span:nth-child(2) {
  height: 44px;
}

.skyline span:nth-child(3) {
  height: 72px;
}

.skyline span:nth-child(4) {
  height: 40px;
}

.skyline span:nth-child(5) {
  height: 34px;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.reviews-intro {
  padding-left: 24px;
}

.reviews-intro h2 {
  color: var(--navy);
  font-size: clamp(4.3rem, 6vw, 6.3rem);
  max-width: 4ch;
}

.reviews-intro p {
  max-width: 17ch;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.7;
  text-transform: none;
  letter-spacing: 0;
}

.rating-panel {
  margin-top: 38px;
  padding-left: 4px;
  border-left: 1px solid var(--navy);
}

.rating-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.5rem;
  line-height: 0.95;
  color: var(--navy);
}

.rating-value span {
  font-size: 2rem;
}

.rating-stars {
  margin-top: 10px;
  color: var(--gold);
  font-size: 1.75rem;
}

.rating-count {
  margin-top: 10px;
  font-size: 1.45rem;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
}

.stamp {
  display: inline-grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-top: 42px;
  border: 1px solid rgba(171, 93, 59, 0.65);
  border-radius: 50%;
  color: #ad623d;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.reviews-wall {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: minmax(84px, auto);
  gap: 22px;
  min-height: 790px;
}

.review-note {
  position: relative;
  padding: 36px 30px 24px;
  background: #f4ead8;
  border: 1px solid rgba(80, 60, 36, 0.14);
  box-shadow: var(--shadow-soft);
}

.review-note .quote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.review-note footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(171, 93, 59, 0.28);
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.review-note::before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.2rem;
  line-height: 0.7;
}

.review-note.taped {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
}

.review-note.taped::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 88px;
  height: 24px;
  background: rgba(196, 162, 110, 0.36);
  transform: translateX(-50%) rotate(1deg);
}

.review-note.notepad {
  grid-column: 5 / span 5;
  grid-row: 1 / span 2;
  background:
    radial-gradient(circle at 12px 0, transparent 8px, #f4ead8 8px) top left / 50px 18px repeat-x,
    #f4ead8;
  padding-top: 48px;
}

.review-note.notepad::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  width: 18px;
  height: 48px;
  border: 3px solid rgba(24, 52, 95, 0.55);
  border-bottom: 0;
  border-radius: 12px;
  transform: rotate(14deg);
}

.review-note.large .quote {
  font-size: 3.2rem;
}

.review-note.lined {
  grid-column: 1 / span 4;
  grid-row: 3 / span 3;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(19, 41, 70, 0.08) 0,
      rgba(19, 41, 70, 0.08) 1px,
      transparent 1px,
      transparent 41px
    ),
    #f3ead8;
}

.review-note.lined::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 1px;
  background: rgba(171, 93, 59, 0.28);
}

.review-note.navy {
  grid-column: 5 / span 3;
  grid-row: 4 / span 2;
  background: var(--navy);
  color: #fff8ec;
}

.review-note.navy::before,
.review-note.navy footer {
  color: #fff8ec;
  border-color: rgba(229, 195, 110, 0.35);
}

.mini-scribble {
  grid-column: 9 / span 2;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: center;
  display: grid;
  gap: 24px;
  padding-top: 34px;
}

.mini-stamp {
  display: inline-block;
  padding: 18px 14px;
  border: 1px solid rgba(24, 52, 95, 0.5);
  transform: rotate(-5deg);
  background: rgba(255, 255, 255, 0.18);
  line-height: 1.45;
}

.mini-scribble p {
  margin: 0;
  color: var(--navy);
  font-family: "Great Vibes", "Brush Script MT", cursive;
  font-size: 2.2rem;
}

.review-photo {
  grid-column: 8 / span 3;
  grid-row: 3 / span 3;
  align-self: center;
  transform: rotate(4deg);
}

.review-photo img {
  aspect-ratio: 0.72 / 0.98;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1030px;
  margin: 34px auto 0;
  border: 1px solid rgba(24, 52, 95, 0.4);
  border-radius: 14px;
  overflow: hidden;
}

.proof-bar div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 90px;
  padding: 20px 22px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.18);
}

.proof-bar div + div {
  border-left: 1px solid rgba(24, 52, 95, 0.28);
}

.proof-bar span {
  color: #ad623d;
  font-size: 1.8rem;
}

.reviews-footnote {
  margin: 28px 0 0;
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.visit {
  padding-bottom: 42px;
}

.visit-top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(280px, 0.42fr) minmax(0, 0.5fr);
  gap: 24px;
  align-items: start;
}

.visit-copy {
  padding: 26px 0 0 18px;
}

.visit-copy h2 {
  margin-top: 20px;
  color: var(--navy);
  font-size: clamp(4.4rem, 6vw, 6.5rem);
  max-width: 5ch;
}

.visit-copy p {
  margin-top: 26px;
  font-size: 1.2rem;
}

.visit-note {
  max-width: 360px;
  justify-self: center;
}

.visit-note a,
.footer-contact a {
  display: inline-flex;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
}

.visit-photo {
  width: min(460px, 100%);
  justify-self: start;
}

.visit-photo img {
  aspect-ratio: 0.95 / 0.93;
}

.map-fragment {
  position: absolute;
  top: -10px;
  right: -24px;
  width: 274px;
  height: 370px;
  background:
    linear-gradient(180deg, rgba(180, 208, 220, 0.45) 0, rgba(180, 208, 220, 0.45) 42%, transparent 42%),
    #efe4d0;
  border-left: 1px solid rgba(80, 60, 36, 0.16);
  transform: rotate(7deg);
  opacity: 0.92;
}

.map-fragment::before,
.map-fragment::after {
  content: "";
  position: absolute;
  background: rgba(80, 60, 36, 0.15);
}

.map-fragment::before {
  width: 2px;
  height: 360px;
  left: 96px;
  top: 0;
}

.map-fragment::after {
  width: 360px;
  height: 2px;
  left: -80px;
  top: 220px;
}

.fragment-britomart {
  top: 34px;
  right: 18px;
}

.fragment-quay {
  left: 40px;
  top: 126px;
  transform: rotate(90deg);
}

.fragment-water {
  right: 28px;
  top: 180px;
}

.fragment-pin {
  top: 88px;
  left: 148px;
}

.cta-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 42px;
  padding: 28px 34px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.14), transparent 20%),
    radial-gradient(circle at 60% 70%, rgba(255, 255, 255, 0.08), transparent 22%),
    var(--navy);
  color: #fff8ec;
  box-shadow: var(--shadow);
}

.cta-strip p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 3.8vw, 3.5rem);
  line-height: 1.04;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 34px;
  align-items: start;
  margin-top: 44px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: grid;
  gap: 22px;
}

.footer-brand-lockup .brand-script {
  font-size: clamp(3.2rem, 5vw, 5.5rem);
}

.footer-brand-lockup .brand-mark {
  width: 70px;
}

.footer-brand p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

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

.footer-columns div,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-columns a,
.footer-contact p,
.footer-contact a {
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.visit::after {
  content: "";
  display: block;
  height: 44px;
  margin: 26px -42px -42px;
  background: linear-gradient(90deg, #ab5d3b 0, #7a3d2a 100%);
  clip-path: polygon(0 62%, 18% 40%, 34% 61%, 47% 44%, 58% 63%, 72% 48%, 100% 60%, 100% 100%, 0 100%);
}

@media (max-width: 1220px) {
  .hero-grid,
  .offerings-layout,
  .location-layout,
  .visit-top,
  .site-footer,
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .location-visuals {
    min-height: auto;
    padding-right: 0;
  }

  .photo-frame-large,
  .location-storefront,
  .visit-photo {
    position: relative;
    inset: auto;
    max-width: 880px;
    margin: 0 auto;
  }

  .hero-note {
    right: 16px;
    bottom: -30px;
  }

  .hero {
    padding-bottom: 40px;
  }

  .offerings-layout::before,
  .map-fragment,
  .rail-panel::before {
    display: none;
  }

  .receipt-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(360px, 78vw);
    margin: -90px auto 0;
  }

  .menu-board-frame {
    justify-self: start;
    width: min(420px, 86vw);
  }

  .rail-panel {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .location-copy p {
    max-width: 30ch;
  }

  .location-visuals {
    min-height: 0;
    padding-bottom: 430px;
  }

  .hours-card {
    left: 0;
    bottom: 0;
  }

  .coffee-detail {
    right: 0;
    bottom: 18px;
  }

  .map-panel {
    max-width: 480px;
  }

  .reviews-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .review-note.taped,
  .review-note.notepad,
  .review-note.lined,
  .review-note.navy,
  .mini-scribble,
  .review-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .proof-bar,
  .footer-columns,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .hero,
  .section-paper {
    padding-left: 22px;
    padding-right: 22px;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: start;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-button {
    display: none;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-copy h1 {
    max-width: 5.4ch;
  }

  .hero-strip {
    grid-template-columns: 1fr;
    justify-items: start;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(360px, 84vw);
    margin: -32px auto 0;
  }

  .offerings-copy,
  .visit-copy,
  .reviews-intro,
  .location-copy {
    padding-left: 0;
  }

  .offerings-copy h2,
  .visit-copy h2,
  .location-copy h2,
  .reviews-intro h2 {
    max-width: none;
  }

  .location-visuals {
    padding-bottom: 480px;
  }

  .coffee-detail {
    width: min(320px, 82vw);
  }

  .hours-card {
    width: min(360px, 90vw);
  }

  .cta-strip {
    grid-template-columns: 1fr;
  }

  .cta-strip p {
    max-width: 18ch;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 18px;
  }

  .site-header {
    gap: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 42px;
  }

  .brand-script {
    font-size: 1.8rem;
  }

  .brand-subtitle {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
  }

  .hero-copy h1 {
    font-size: 4.2rem;
  }

  .hero-copy h2 {
    font-size: 2.25rem;
  }

  .button,
  .button-primary,
  .button-outline,
  .button-strip-outline,
  .button-strip-gold {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .label-tag {
    left: 12px;
    right: 12px;
    width: auto;
    text-align: center;
    font-size: 1.7rem;
  }

  .receipt-card,
  .address-card,
  .hours-card,
  .visit-note {
    width: 100%;
    max-width: none;
  }

  .offerings-list {
    font-size: 1.6rem;
  }

  .location-visuals {
    padding-bottom: 420px;
  }

  .map-caption {
    font-size: 1.5rem;
  }

  .reviews-wall {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mini-scribble,
  .review-note.taped,
  .review-note.notepad,
  .review-note.lined,
  .review-note.navy,
  .review-photo {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    align-self: auto;
    transform: none;
  }

  .mini-scribble {
    gap: 14px;
    padding-top: 0;
  }

  .review-note .quote {
    font-size: 2.05rem;
  }

  .review-note footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .proof-bar div {
    min-height: 0;
  }

  .visit::after {
    margin-left: -22px;
    margin-right: -22px;
  }
}
