@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --espresso: #1d120e;
  --espresso-soft: #31201a;
  --gold: #f2b544;
  --flour: #f7f0e6;
  --raspberry: #c43d62;
  --cobalt: #3152a3;
  --leaf: #456143;
  --blue-soft: #d7e4f0;
  --ink: #211612;
  --line: rgba(33, 22, 18, .24);
  --display: "Libre Caslon Display", Georgia, serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--espresso); }
body { margin: 0; color: var(--ink); background: var(--gold); font-family: var(--body); overflow-x: clip; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 92px;
  padding: 12px clamp(18px, 3vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  color: var(--flour);
  background: linear-gradient(to bottom, rgba(12, 7, 5, .78), transparent);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; font-weight: 700; }
.brand img { width: 54px; height: 58px; object-fit: cover; border: 2px solid var(--flour); }
.site-header nav { display: flex; gap: 28px; font-size: 14px; font-weight: 600; }
.site-header nav a, .header-action { text-decoration: none; }
.site-header nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: currentColor; }
.header-action { justify-self: end; padding: 12px 19px; border: 1px solid rgba(247,240,230,.72); font-size: 13px; font-weight: 700; }
.header-action:hover { background: var(--flour); color: var(--espresso); }

.hero { position: relative; width: 100%; min-height: 680px; color: var(--flour); background: var(--espresso); overflow: hidden; }
#hero-img { width: 100%; min-height: 680px; height: 72vh; max-height: 850px; object-fit: cover; object-position: 50% 54%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,9,6,.78) 0%, rgba(17,9,6,.32) 42%, transparent 68%), linear-gradient(0deg, rgba(17,9,6,.52), transparent 45%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(24px, 6.5vw, 104px); bottom: clamp(44px, 8vh, 90px); width: min(670px, 48vw); }
.hero-proof { margin: 0 0 18px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof strong { color: var(--gold); font-size: 15px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-family: var(--display); font-weight: 400; font-size: clamp(58px, 6.3vw, 100px); line-height: .88; letter-spacing: -.035em; }
.hero-copy > p:not(.hero-proof) { max-width: 590px; margin-bottom: 28px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; }
.hero-actions, .visit-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 14px 22px; text-decoration: none; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease-out, background .2s ease-out; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--gold); color: var(--espresso); }
.text-link { text-underline-offset: 5px; font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 6px; }

.favorites { background: var(--gold); padding: clamp(70px, 9vw, 140px) clamp(22px, 6.5vw, 104px); }
.favorites-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.favorites h2, .care-copy h2, .regulars h2, .visit h2 { margin-bottom: 0; font-family: var(--display); font-weight: 400; line-height: .96; letter-spacing: -.025em; }
.favorites h2 { font-size: clamp(58px, 8vw, 124px); }
.favorites-heading p { max-width: 520px; margin: 0; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.45; }
.case-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.case-list li { padding: 30px 0 34px 16%; border-bottom: 1px solid var(--ink); }
.case-list li:nth-child(even) { padding-left: 28%; }
.case-list h3 { margin-bottom: 8px; font-family: var(--display); font-size: clamp(30px, 3.5vw, 52px); font-weight: 400; line-height: 1; }
.case-list p { max-width: 780px; margin-bottom: 0; font-size: 16px; line-height: 1.65; }

.care-section { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 760px; background: var(--flour); }
.care-section figure { margin: 0; min-height: 100%; }
.care-section figure img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; object-position: 50% center; }
.care-copy { padding: clamp(64px, 8vw, 130px) clamp(28px, 6vw, 96px); align-self: center; }
.care-copy h2 { margin-bottom: 52px; font-size: clamp(52px, 5.3vw, 82px); }
.care-text { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.care-text p { margin-bottom: 0; font-size: 15px; line-height: 1.72; }

.regulars { background: var(--raspberry); color: #fff8ef; padding: clamp(76px, 10vw, 150px) clamp(22px, 6.5vw, 104px); }
.regulars-title { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 80px; }
.regulars h2 { max-width: 760px; font-size: clamp(58px, 7vw, 106px); }
.regulars-title p { max-width: 310px; margin-bottom: 8px; font-size: 17px; line-height: 1.55; }
.quote-stage { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-areas: "one two three"; align-items: stretch; border-top: 1px solid rgba(255,248,239,.58); border-bottom: 1px solid rgba(255,248,239,.58); }
.quote { margin: 0; padding: 42px; }
.quote p { margin-bottom: 28px; font-family: var(--display); font-size: clamp(25px, 2.7vw, 42px); line-height: 1.32; }
.quote footer { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-one { grid-area: one; background: var(--cobalt); }

.quote-two { grid-area: two; color: var(--ink); background: var(--gold); }
.quote-three { grid-area: three; color: var(--ink); background: var(--blue-soft); }

.visit { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 660px; background: var(--blue-soft); }
.visit-copy { padding: clamp(70px, 8vw, 130px) clamp(24px, 6vw, 96px); align-self: center; }
.visit h2 { margin-bottom: 28px; font-size: clamp(54px, 6vw, 90px); }
.visit-copy > p { max-width: 560px; margin-bottom: 28px; font-size: 18px; line-height: 1.6; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.visit-details strong { display: block; margin-bottom: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.visit-details address, .visit-details p { margin: 0; font-size: 15px; font-style: normal; line-height: 1.6; }
.button-dark { background: var(--espresso); color: var(--flour); }
.text-link.dark { color: var(--espresso); }
.map-wrap { position: relative; display: block; height: 660px; overflow: hidden; color: var(--flour); background: var(--leaf); text-decoration: none; }
.map-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.map-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,10,7,.8), transparent 50%); }
.map-wrap span { position: absolute; z-index: 2; inset: auto 34px 34px; display: flex; justify-content: space-between; gap: 22px; align-items: end; font-family: var(--display); font-size: clamp(28px,3.4vw,52px); }
.map-wrap b { font-family: var(--body); font-size: 13px; letter-spacing: .02em; text-decoration: underline; text-underline-offset: 5px; }
.map-wrap:hover img { transform: scale(1.02); }

.site-footer { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 60px; align-items: end; padding: 58px clamp(22px, 6.5vw, 104px); color: var(--flour); background: var(--espresso); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 62px; height: 65px; object-fit: cover; border: 2px solid var(--flour); }
.footer-brand div { display: flex; flex-direction: column; gap: 3px; }
.footer-brand strong { font-family: var(--display); font-size: 25px; font-weight: 400; }
.footer-brand span { font-size: 12px; opacity: .72; }
.site-footer > p { max-width: 560px; margin-bottom: 0; font-family: var(--display); font-size: 25px; line-height: 1.34; }
.footer-links { display: flex; gap: 22px; white-space: nowrap; font-size: 13px; font-weight: 700; }
.footer-links a { text-underline-offset: 5px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .care-section, .visit { grid-template-columns: 1fr; }
  .care-section figure img { min-height: 540px; max-height: 680px; }
  .care-copy { align-self: auto; }
  .map-wrap { height: 500px; }
  .quote-stage { grid-template-columns: 1fr; grid-template-areas: "one" "two" "three"; }
  .quote p { font-size: 28px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .site-header { min-height: 76px; padding: 10px 16px; background: linear-gradient(to bottom, rgba(12,7,5,.86), transparent); }
  .brand { gap: 8px; font-size: 13px; }
  .brand img { width: 42px; height: 44px; }
  .header-action { padding: 10px 12px; font-size: 12px; }
  .hero { min-height: 0; display: flex; flex-direction: column; padding-top: 0; }
  #hero-img { order: 0; width: 100%; min-height: 56vh; height: 56vh; max-height: none; object-position: 53% 48%; }
  .hero-shade { display: none; }
  .hero-copy { position: relative; order: 1; left: auto; bottom: auto; width: 100%; padding: 38px 22px 46px; background: var(--espresso); }
  .hero-proof { font-size: 11px; }
  h1 { font-size: clamp(48px, 14vw, 64px); line-height: .92; }
  .hero-copy > p:not(.hero-proof) { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .favorites { padding: 70px 22px 82px; }
  .favorites-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 54px; }
  .favorites h2 { font-size: 67px; }
  .favorites-heading p { font-size: 17px; }
  .case-list li, .case-list li:nth-child(even) { padding: 26px 0 30px; }
  .case-list h3 { font-size: 34px; }
  .case-list p { font-size: 14px; line-height: 1.65; }
  .care-section figure img { min-height: 420px; height: 64vh; object-position: 53% center; }
  .care-copy { padding: 68px 22px 76px; }
  .care-copy h2 { margin-bottom: 36px; font-size: 52px; }
  .care-text { grid-template-columns: 1fr; gap: 18px; }
  .regulars { padding: 74px 22px 82px; }
  .regulars-title { display: block; margin-bottom: 50px; }
  .regulars h2 { font-size: 59px; }
  .regulars-title p { margin-top: 22px; }
  .quote-stage { display: block; }
  .quote { padding: 30px 24px 34px; }
  .quote p, .quote-one p { font-size: 28px; }
  .visit-copy { padding: 72px 22px; }
  .visit h2 { font-size: 56px; }
  .visit-details { grid-template-columns: 1fr; gap: 20px; }
  .visit-actions { align-items: stretch; flex-direction: column; }
  .visit-actions .button { width: 100%; }
  .visit-actions .text-link { text-align: center; }
  .map-wrap { height: 430px; }
  .map-wrap span { inset: auto 22px 24px; align-items: flex-start; flex-direction: column; font-size: 36px; }
  .site-footer { grid-template-columns: 1fr; gap: 36px; padding: 50px 22px 56px; }
  .site-footer > p { font-size: 24px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; gap: 18px; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
