:root {
  --ink: #181616;
  --paper: #f8f7f4;
  --white: #fff;
  --red: #9f1737;
  --sage: #6e7869;
  --line: rgba(24, 22, 22, 0.18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
figure { margin: 0; }
p, h1, h2, h3, dl, dd { margin-top: 0; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(20px, 4vw, 64px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; }
.monogram { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font: 700 1rem Georgia, serif; }
.site-header nav { display: flex; gap: clamp(18px, 3vw, 42px); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.site-header nav a, .call-link { transition: opacity .2s ease; }
.site-header nav a:hover, .call-link:hover { opacity: .65; }
.call-link { justify-self: end; padding-bottom: 2px; border-bottom: 1px solid; font-size: .84rem; font-weight: 700; }

.hero { position: relative; min-height: min(850px, 100svh); display: grid; align-items: end; overflow: hidden; color: var(--white); background: #20201e; }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.5) 38%, rgba(0,0,0,.08) 70%), linear-gradient(0deg, rgba(0,0,0,.48), transparent 46%), url('./assets/revamp/renovated-interior-upscaled.webp'); background-size: cover; background-position: center; transform: scale(1.015); }
.hero-copy { position: relative; z-index: 1; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 150px 0 clamp(50px, 9vh, 96px); }
.eyebrow { margin-bottom: 16px; color: var(--red); font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.hero .eyebrow { color: #f0bbc7; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: 0; }
h1 { max-width: 11ch; margin-bottom: 24px; font-size: clamp(3.4rem, 7.2vw, 7rem); line-height: .92; }
.hero-intro { max-width: 510px; margin-bottom: 30px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid; font-size: .8rem; font-weight: 800; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.75); }
.button-outline:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.hero-meta { display: flex; gap: 28px; margin-top: 42px; color: rgba(255,255,255,.74); font-size: .76rem; font-weight: 700; text-transform: uppercase; }

.section-pad { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: clamp(80px, 11vw, 150px) 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 8vw; align-items: end; margin-bottom: 66px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5.4vw, 5.1rem); line-height: .98; }
.section-heading p:last-child { max-width: 420px; margin-bottom: 4px; color: #65615f; font-size: 1rem; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 54px minmax(190px, .7fr) 1fr; gap: 22px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.service-list span { color: var(--red); font: italic 1rem Georgia, serif; }
.service-list h3 { margin: 0; font: 400 clamp(1.5rem, 2.6vw, 2.3rem) Georgia, serif; }
.service-list p { max-width: 530px; margin: 0; color: #686462; }

.gallery { width: 100%; padding-left: max(20px, calc((100% - var(--max)) / 2)); padding-right: max(20px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--ink); }
.gallery-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 48px; }
.gallery-heading .eyebrow { grid-column: 1 / -1; color: #f0bbc7; }
.gallery-heading h2 { max-width: 10ch; }
.gallery-heading a { padding-bottom: 3px; border-bottom: 1px solid; font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, 310px); gap: 12px; }
.gallery-grid figure { position: relative; margin-bottom: 0; overflow: hidden; background: #282525; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gallery-grid figure:nth-child(1) img { object-position: 50% 44%; }
.gallery-grid figure:nth-child(2) img { object-position: 50% 42%; }
.gallery-grid figure:nth-child(3) img { object-position: 50% 43%; }
.gallery-grid figure:nth-child(4) img { object-position: 50% 35%; }
.gallery-grid figure:nth-child(5) img { object-position: 50% 70%; }
.gallery-grid figure:nth-child(6) img { object-position: 50% 42%; }
.gallery-grid figure:nth-child(7) img { object-position: 50% 50%; }
.gallery-grid figure:nth-child(8) img { object-position: 50% 45%; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 34px 15px 13px; background: linear-gradient(transparent, rgba(0,0,0,.7)); font-size: .76rem; font-weight: 700; text-transform: uppercase; }

.reviews { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 150px); }
.review-score strong { display: block; font: 400 clamp(5rem, 10vw, 9rem) Georgia, serif; line-height: .85; }
.review-score span { display: block; margin: 16px 0 28px; color: #6b6764; }
.review-score a, .text-link { padding-bottom: 3px; border-bottom: 1px solid; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.quotes { border-top: 1px solid var(--line); }
blockquote { margin: 0; padding: 30px 0; border-bottom: 1px solid var(--line); }
blockquote p { margin-bottom: 14px; font: 400 clamp(1.6rem, 3vw, 2.6rem) Georgia, serif; line-height: 1.15; }
blockquote cite { color: var(--red); font-size: .75rem; font-style: normal; font-weight: 800; text-transform: uppercase; }

.visit { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; background: #e4e8df; }
.visit > img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; }
.visit-copy { align-self: center; max-width: 520px; padding: clamp(60px, 9vw, 130px); }
.visit-copy h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.visit-copy > p:not(.eyebrow) { margin-bottom: 38px; color: #5d625a; }
.visit-copy dl { margin: 0 0 36px; border-top: 1px solid rgba(24,22,22,.18); }
.visit-copy dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(24,22,22,.18); }
.visit-copy dt { font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.visit-copy dd { margin: 0; color: #5d625a; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; min-height: 110px; padding: 24px clamp(20px, 4vw, 64px); color: var(--white); background: var(--ink); font-size: .82rem; }
footer span { color: rgba(255,255,255,.62); }
.mobile-actions { display: none; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .gallery-grid img, .button { transition: none; } }

@media (max-width: 820px) {
  body { padding-bottom: 62px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 66px; padding: 0 18px; }
  .site-header nav { display: none; }
  .call-link { font-size: .75rem; }
  .brand { font-size: .92rem; }
  .hero { min-height: 0; display: block; overflow: visible; background: var(--ink); }
  .hero-image {
    position: relative;
    inset: auto;
    height: clamp(300px, 84vw, 420px);
    background-image: linear-gradient(0deg, rgba(0,0,0,.34), transparent 42%), url('./assets/revamp/renovated-interior-upscaled.webp');
    background-position: 58% center;
    transform: none;
  }
  .hero-copy { width: 100%; padding: 38px 18px 42px; background: var(--ink); }
  .hero .eyebrow { margin-bottom: 12px; color: #f1a9ba; }
  h1 { max-width: 10ch; margin-bottom: 18px; font-size: clamp(2.75rem, 12vw, 4rem); line-height: .96; }
  .hero-intro { max-width: 36ch; margin-bottom: 24px; color: rgba(255,255,255,.78); font-size: .98rem; line-height: 1.55; }
  .hero .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero .button { min-width: 0; min-height: 48px; padding: 0 10px; font-size: .72rem; }
  .hero-meta { display: grid; grid-template-columns: 1.25fr 1fr .75fr; gap: 0; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
  .hero-meta span { padding-right: 8px; color: rgba(255,255,255,.68); font-size: .66rem; line-height: 1.35; }
  .section-heading, .gallery-heading, .reviews, .visit { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; margin-bottom: 44px; }
  .service-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .service-list p { grid-column: 2; }
  .gallery-heading { gap: 22px; }
  .gallery-heading a { justify-self: start; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(4, 240px); gap: 8px; }
  .reviews { gap: 54px; }
  .visit > img { min-height: 420px; max-height: 60vh; object-position: center 45%; }
  .visit-copy { padding: 66px 20px 78px; }
  footer { grid-template-columns: 1fr; gap: 8px; padding: 34px 20px; }
  .mobile-actions { position: fixed; z-index: 20; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,.22); }
  .mobile-actions a { display: grid; place-items: center; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
  .mobile-actions a + a { color: var(--ink); background: var(--white); }
}

@media (max-width: 430px) {
  .call-link { display: none; }
  .site-header { grid-template-columns: 1fr; }
  .hero-image { height: clamp(280px, 88vw, 360px); }
  .hero-copy { width: 100%; padding: 34px 16px 40px; }
  h1 { font-size: clamp(2.65rem, 13vw, 3.45rem); }
  .hero .actions .button { width: auto; }
  .hero-meta span { font-size: .62rem; }
  .section-pad { width: calc(100% - 32px); padding-top: 74px; padding-bottom: 74px; }
  h2 { font-size: 2.55rem; }
  .gallery { width: 100%; padding-left: 16px; padding-right: 16px; }
  .gallery-grid { grid-template-rows: repeat(4, 210px); }
  .visit-copy h2 { font-size: 2.8rem; }
}
