:root {
  --ink: #111317;
  --paper: #f6f4ef;
  --white: #fff;
  --blue: #0878dc;
  --blue-dark: #0057ad;
  --red: #ed1b24;
  --muted: #686d73;
  --line: #d9d8d4;
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); }
a { color: inherit; }
img { max-width: 100%; display: block; }
#about, #services, #social, #booking, #location { scroll-margin-top: 112px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header { height: 96px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1.75rem; padding: 0 4vw; background: rgba(246,244,239,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { width: 164px; height: 88px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 1.75rem; margin-left: auto; }
nav a { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; }
nav a:hover { color: var(--blue); }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 54px; padding: 0 1.5rem; color: white; background: var(--blue); border: 1px solid var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); border-color: var(--blue-dark); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.button-small { min-height: 44px; }
.text-link { display: inline-flex; gap: .65rem; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.text-link:hover { color: var(--blue); }

.hero { min-height: max(680px, calc(100vh - 96px)); display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); position: relative; overflow: hidden; }
.barber-stripe { position: absolute; inset: 0 auto 0 0; width: 9px; background: repeating-linear-gradient(145deg, var(--red) 0 18px, white 18px 36px, var(--blue) 36px 54px, white 54px 72px); z-index: 2; }
.hero-copy { padding: clamp(3rem, 4.5vw, 4.5rem) 4vw 4rem 7vw; align-self: center; z-index: 2; }
.eyebrow, .section-label { margin: 0 0 1.4rem; font-size: .7rem; line-height: 1.2; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-dark); }
h1, h2, h3 { font-family: var(--display); margin: 0; text-transform: uppercase; line-height: .94; }
h1 { max-width: 760px; font-size: clamp(4.3rem, 6.6vw, 7.7rem); letter-spacing: -.045em; }
h1 span { color: var(--blue); }
.lede { max-width: 600px; margin: 2rem 0; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.65; color: #4b5056; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.trust-row { display: flex; padding: 2rem 0 0; margin: 2.5rem 0 0; border-top: 1px solid var(--line); list-style: none; gap: clamp(1.5rem, 3.5vw, 4rem); }
.trust-row li { display: grid; gap: .15rem; }
.trust-row strong { font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }
.trust-row span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.hero-art { position: relative; background-color: #dfe9ef; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 56px 56px; min-height: 610px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; z-index: 1; background: rgba(255,255,255,.78); border: 1px solid rgba(174,190,199,.65); box-shadow: 0 0 0 9px rgba(255,255,255,.26); }
.hero-art::before { width: 125%; height: 16px; left: -10%; top: 31%; transform: rotate(18deg); }
.hero-art::after { width: 16px; height: 125%; right: 24%; top: -10%; transform: rotate(20deg); }
.hero-art img { width: 94%; position: relative; z-index: 3; filter: drop-shadow(0 28px 20px rgba(16,24,30,.2)); animation: arrive 1s cubic-bezier(.2,.8,.2,1) both; }
.hero-art .hero-primary-logo { width: min(82%, 820px); max-height: 78%; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(16,24,30,.16)); }
@keyframes arrive { from { transform: translateX(8%); opacity: 0; } }
.route { position: absolute; z-index: 1; display: block; background: rgba(255,255,255,.68); border: 1px solid rgba(174,190,199,.55); box-shadow: 0 0 0 7px rgba(255,255,255,.22); }
.route-one { width: 90%; height: 11px; left: -9%; bottom: 21%; transform: rotate(-11deg); }
.route-two { width: 11px; height: 85%; left: 19%; top: -8%; transform: rotate(-24deg); }
.sun-mark { display: none; }
.arrival-note { position: absolute; z-index: 4; right: 7%; bottom: 8%; margin: 0; padding: .8rem 1rem; background: white; box-shadow: 0 8px 30px rgba(0,0,0,.1); font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }
.arrival-note span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #20a05a; margin-right: .4rem; }

.statement { padding: clamp(6rem, 11vw, 11rem) 8vw; background: var(--ink); color: white; display: grid; grid-template-columns: .35fr 1.25fr .55fr; gap: 5vw; align-items: start; }
.statement .section-label { color: #75baff; }
.statement h2 { font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.035em; }
.statement > p:last-child { margin: .2rem 0 0; line-height: 1.7; color: #adb2b7; }

.services, .social { padding: clamp(6rem, 10vw, 10rem) 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 430px); gap: 5vw; align-items: end; margin-bottom: 5rem; }
.section-heading h2 { font-size: clamp(3.7rem, 7vw, 7.5rem); letter-spacing: -.035em; }
.section-heading > p { color: var(--muted); line-height: 1.7; margin: 0 0 .4rem; }
.service-list { border-top: 1px solid var(--ink); }
.service-list article { display: grid; grid-template-columns: 80px 1fr auto; gap: 2rem; align-items: center; padding: 2.1rem 1rem; border-bottom: 1px solid var(--line); transition: background .2s; }
.service-list article:hover { background: white; }
.service-number { font: 600 .8rem var(--display); color: var(--blue); }
.service-list h3 { font-size: clamp(1.65rem, 3vw, 3.2rem); margin-bottom: .5rem; }
.service-list p { margin: 0; color: var(--muted); }
.service-arrow { font-size: 1.5rem; color: var(--blue); transition: transform .2s; }
.service-list article:hover .service-arrow { transform: translate(4px, -4px); }

.quote-section { min-height: 540px; padding: 7vw; display: grid; grid-template-columns: .3fr 1.4fr .35fr; gap: 4vw; align-items: center; color: white; background: var(--blue); }
.quote-mark { font: 700 10rem/.5 Georgia, serif; color: rgba(255,255,255,.3); align-self: start; }
blockquote { margin: 0; }
blockquote p { font: 500 clamp(2.2rem, 4vw, 4.5rem)/1.08 var(--display); text-transform: uppercase; }
blockquote footer { margin-top: 2rem; font-weight: 600; }
blockquote footer span { color: white; margin-left: 1rem; letter-spacing: .1em; }
.review-score { border-left: 1px solid rgba(255,255,255,.4); padding-left: 2rem; display: grid; }
.review-score strong { font: 600 4rem var(--display); }
.review-score span { text-transform: uppercase; font-size: .7rem; letter-spacing: .1em; }

.social { background: white; }
.social-heading { align-items: end; }
.social-heading .text-link { justify-self: end; margin-bottom: .4rem; }
.feed-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1.25rem; }
.feed-card { min-width: 0; color: inherit; text-decoration: none; border: 1px solid var(--line); background: var(--paper); transition: transform .2s, box-shadow .2s; }
.feed-card:hover { transform: translateY(-5px); box-shadow: 0 14px 35px rgba(0,0,0,.09); }
.feed-visual { aspect-ratio: 1.08; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
.feed-van { background: #dfeaf2; }
.feed-van img { width: 110%; }
.feed-pole { background: var(--ink); color: white; gap: 2rem; padding: 2rem; justify-content: flex-start; }
.feed-pole strong { font: 600 clamp(2rem, 3.8vw, 4.5rem)/.98 var(--display); text-transform: uppercase; }
.pole { flex: 0 0 54px; align-self: stretch; border-radius: 30px; border: 5px solid white; background: repeating-linear-gradient(145deg, var(--red) 0 18px, white 18px 36px, var(--blue) 36px 54px, white 54px 72px); }
.feed-community { flex-direction: column; color: white; background: var(--blue); }
.feed-community::before, .feed-community::after { content: ""; position: absolute; width: 130%; height: 24px; background: white; transform: rotate(-8deg); }
.feed-community::before { top: 17%; border-top: 12px solid var(--red); }
.feed-community::after { bottom: 17%; border-bottom: 12px solid var(--ink); }
.feed-community span, .feed-community em { font: 600 1rem var(--display); text-transform: uppercase; letter-spacing: .15em; z-index: 1; }
.feed-community strong { font: 700 clamp(4rem, 8vw, 8rem)/1 var(--display); z-index: 1; }
.feed-copy { padding: 1.5rem; }
.feed-copy > span { font-size: .72rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; }
.feed-copy p { font-weight: 600; line-height: 1.45; }
.feed-copy small { color: var(--muted); }
.feed-note { margin: 1.25rem 0 0; color: var(--muted); font-size: .75rem; }

.booking { min-height: 600px; padding: 7vw; background: var(--ink); color: white; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 520px); gap: 3rem 6vw; align-items: center; }
.booking > div { position: relative; z-index: 1; }
.booking h2 { font-size: clamp(4rem, 8vw, 8.5rem); letter-spacing: -.04em; max-width: 980px; }
.booking p:not(.section-label) { color: #abb0b5; font-size: 1.1rem; }
.button-light { background: white; color: var(--ink); border-color: white; min-height: 64px; }
.booking-action { display: grid; justify-items: center; gap: 1.5rem; }
.booking-action img { width: min(100%, 500px); opacity: .22; filter: saturate(.75); }
.booking-action .button { min-width: 245px; }
.booking-action small { color: #8e949a; }

.location { min-height: 650px; display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); background: var(--paper); overflow: hidden; }
.location-copy { padding: clamp(5rem, 8vw, 8rem) 6vw; align-self: center; }
.location-copy h2 { max-width: 720px; font-size: clamp(3.5rem, 6vw, 6.5rem); letter-spacing: -.035em; }
.location-copy h2 span { color: var(--blue); }
.location-copy > p:not(.section-label) { max-width: 590px; margin: 2rem 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.location-map { position: relative; min-height: 650px; overflow: hidden; background-color: #dfe9ef; background-image: linear-gradient(rgba(255,255,255,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.38) 1px, transparent 1px); background-size: 56px 56px; border-left: 1px solid var(--line); }
.location-map::before { content: "WILLIAMSON"; position: absolute; top: 7%; right: -2%; font: 700 clamp(5rem, 10vw, 11rem)/1 var(--display); color: rgba(17,19,23,.045); letter-spacing: -.03em; }
.location-map::after { content: ""; position: absolute; width: 42%; aspect-ratio: 1.5; top: -5%; right: -5%; border-radius: 50%; background: rgba(8,120,220,.1); transform: rotate(-16deg); }
.map-road { position: absolute; display: block; z-index: 1; background: white; border: 1px solid #c8d2d8; box-shadow: 0 0 0 8px rgba(255,255,255,.42); }
.road-a { width: 125%; height: 16px; left: -10%; top: 54%; transform: rotate(-9deg); }
.road-b { width: 16px; height: 125%; left: 62%; top: -10%; transform: rotate(20deg); }
.road-c { width: 70%; height: 10px; left: -8%; top: 25%; transform: rotate(22deg); opacity: .75; }
.map-label { position: absolute; z-index: 2; padding: .3rem .55rem; background: rgba(246,244,239,.9); color: #68757c; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.label-one { right: 22%; top: 23%; transform: rotate(20deg); }
.label-two { left: 15%; top: 48%; transform: rotate(-9deg); }
.map-marker { position: absolute; z-index: 4; left: 50%; top: 50%; width: min(470px, 72%); transform: translate(-50%, -50%); }
.map-marker::before { content: ""; position: absolute; left: 50%; bottom: -48px; width: 70px; height: 70px; background: var(--red); border: 8px solid white; border-radius: 50% 50% 50% 0; transform: translateX(-50%) rotate(-45deg); box-shadow: 0 12px 25px rgba(17,19,23,.18); }
.map-marker img { position: relative; z-index: 3; width: 100%; filter: drop-shadow(0 18px 15px rgba(17,19,23,.24)); }
.marker-pulse { position: absolute; z-index: 1; left: 50%; bottom: -67px; width: 130px; height: 44px; border: 2px solid rgba(237,27,36,.34); border-radius: 50%; transform: translateX(-50%); animation: map-pulse 2.4s ease-out infinite; }
.marker-label { position: absolute; z-index: 5; left: 50%; bottom: -114px; min-width: 170px; padding: .8rem 1rem; background: var(--ink); color: white; text-align: center; transform: translateX(-50%); box-shadow: 0 12px 24px rgba(17,19,23,.16); }
.marker-label strong, .marker-label span { display: block; }
.marker-label strong { font: 600 1.2rem var(--display); text-transform: uppercase; }
.marker-label span { margin-top: .15rem; color: #aeb5bb; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
@keyframes map-pulse { 0% { opacity: .9; transform: translateX(-50%) scale(.65); } 75%, 100% { opacity: 0; transform: translateX(-50%) scale(1.15); } }

.site-footer { padding: 4rem 6vw; display: grid; grid-template-columns: 1.8fr 1fr 1fr auto auto; gap: 3rem; align-items: end; background: #0a0b0d; color: white; border-top: 1px solid #27292d; }
.footer-brand img { width: min(260px, 100%); max-height: 165px; object-fit: contain; object-position: left center; }
.footer-brand p, .site-footer span { color: #777e84; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer p { margin-bottom: 0; }
.site-footer a { display: inline-block; margin-top: .85rem; text-decoration: none; }
.site-footer .verity-credit { display: inline-flex; align-items: center; gap: .65rem; margin: 0; color: #8b9298; font-size: .62rem; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.verity-credit img { width: 32px; height: 32px; object-fit: contain; }
.verity-credit strong { color: #d8dde1; font-size: .68rem; }
.verity-credit:hover, .verity-credit:hover strong { color: white; }
.copyright { color: #777e84; font-size: .75rem; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .site-header { height: 82px; gap: 1.25rem; }
  .brand { width: 120px; height: 76px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 3.5rem 7vw; }
  .hero-art { min-height: 500px; }
  .statement { grid-template-columns: 1fr; gap: 2rem; }
  .statement h2 { max-width: 800px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 3rem; }
  .quote-section { grid-template-columns: 100px 1fr; }
  .review-score { grid-column: 2; }
  .feed-grid { grid-template-columns: 1fr 1fr; }
  .feed-primary { grid-column: span 2; }
  .feed-primary .feed-visual { aspect-ratio: 1.8; }
  .booking { grid-template-columns: 1fr; }
  .booking-action { justify-items: start; max-width: 520px; }
  .location { grid-template-columns: 1fr; }
  .location-map { min-height: 560px; border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1.5fr 1fr 1fr auto; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
}

@media (max-width: 600px) {
  body { padding-bottom: 76px; }
  .site-header { padding: 0 5vw; }
  .brand { width: 112px; height: 70px; }
  .site-header > .button { display: none; }
  .hero { min-height: 0; }
  .hero-copy { padding: 2.75rem 6vw 3.5rem; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.1rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 1rem; justify-content: space-between; }
  .trust-row span { font-size: .61rem; }
  .hero-art { min-height: 390px; }
  .hero-art .hero-primary-logo { width: 88%; max-height: 76%; }
  .sun-mark { width: 54px; height: 54px; }
  .arrival-note { right: auto; left: 6%; bottom: 6%; }
  .statement, .services, .social, .quote-section, .booking { padding: 5rem 6vw; }
  .statement h2, .section-heading h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .service-list article { grid-template-columns: 38px 1fr; gap: 1rem; padding-inline: 0; }
  .service-arrow { display: none; }
  .quote-section { grid-template-columns: 1fr; gap: 1rem; }
  .quote-mark { height: 60px; }
  .review-score { grid-column: 1; }
  .social-heading .text-link { justify-self: start; }
  .feed-grid { grid-template-columns: 1fr; }
  .feed-primary { grid-column: auto; }
  .feed-primary .feed-visual, .feed-visual { aspect-ratio: 1.15; }
  .booking { min-height: 580px; align-content: center; }
  .booking h2 { font-size: clamp(3.6rem, 18vw, 5.6rem); }
  .booking-action { justify-items: stretch; }
  .booking-action img { width: 86%; justify-self: center; }
  .booking-action small { text-align: center; }
  .location { min-height: 0; }
  .location-copy { padding: 5rem 6vw; }
  .location-copy h2 { font-size: clamp(3.4rem, 15vw, 4.7rem); }
  .location-map { min-height: 460px; }
  .map-marker { width: 88%; top: 45%; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer .verity-credit { margin-top: .5rem; }
  .copyright { grid-column: 1; }
  .mobile-cta { display: block; position: fixed; inset: auto 0 0; padding: .7rem; background: rgba(246,244,239,.96); z-index: 30; border-top: 1px solid var(--line); }
  .mobile-cta .button { width: 100%; }
}

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