:root {
  --alabaster: #f7f5ef;
  --paper: #fffefa;
  --ink: #151512;
  --muted: #77716a;
  --line: #d8d0c4;
  --sage: #6f7d65;
  --rose: #b86f7c;
  --clay: #9a6a53;
  --shadow: 0 22px 60px rgba(21, 21, 18, 0.08);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--alabaster);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(216, 208, 196, 0.8);
  background: rgba(247, 245, 239, 0.88);
  padding: 18px clamp(20px, 4vw, 56px);
  backdrop-filter: blur(14px);
}

.brand,
.header-cta,
.site-nav a,
.section-kicker,
.text-link,
.contact-label {
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: clamp(18px, 4vw, 48px);
  color: var(--muted);
}

.site-nav a,
.header-cta,
.text-link {
  transition: color 180ms ease, border-color 180ms ease;
}

.site-nav a:hover,
.header-cta:hover,
.text-link:hover {
  color: var(--sage);
}

.header-cta,
.text-link {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.hero {
  display: grid;
  min-height: calc(100svh - 64px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: clamp(42px, 7vw, 92px);
  border-bottom: 1px solid var(--line);
  padding: clamp(56px, 8vw, 104px) clamp(20px, 4vw, 56px) clamp(64px, 9vw, 118px);
}

.hero-copy {
  max-width: 860px;
}

.eyebrow,
.section-kicker {
  color: var(--sage);
  margin: 0 0 28px;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(4.8rem, 15vw, 13.5rem);
  line-height: 0.78;
}

h2 {
  font-size: clamp(2.35rem, 5vw, 5.5rem);
  line-height: 0.94;
}

.hero-lede {
  max-width: 54ch;
  margin: clamp(28px, 4vw, 54px) 0 0;
  color: rgba(21, 21, 18, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 0.74rem;
  font-weight: 720;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--ink);
  color: var(--paper);
}

.button-primary:hover {
  background: var(--sage);
  border-color: var(--sage);
}

.button-secondary {
  background: transparent;
}

.button-secondary:hover {
  border-color: var(--sage);
  color: var(--sage);
}

.profile-stats {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(40px, 6vw, 72px) 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.profile-stats div {
  min-width: 0;
  background: var(--alabaster);
  padding: 20px;
}

.profile-stats dt {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.profile-stats dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
}

.hero-media {
  position: relative;
  margin: 0;
}

.hero-media::before {
  content: "Profile No. 01";
  position: absolute;
  left: -34px;
  top: 20px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.hero-media img,
.service-media img {
  width: 100%;
  background: var(--paper);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-media img {
  aspect-ratio: 3 / 4;
  border: 8px solid var(--paper);
}

.hero-media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.intro-band {
  display: grid;
  grid-template-columns: 0.42fr 1fr 0.75fr;
  gap: clamp(24px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding: clamp(64px, 10vw, 132px) clamp(20px, 4vw, 56px);
}

.intro-band h2 {
  font-size: clamp(2.4rem, 4.8vw, 5.25rem);
}

.intro-band p:last-child {
  align-self: end;
  color: rgba(21, 21, 18, 0.68);
  line-height: 1.75;
  margin: 0;
}

.gallery-section,
.service-section,
.contact-section {
  padding: clamp(64px, 10vw, 132px) clamp(20px, 4vw, 56px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 5vw, 72px);
}

.instagram-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

.post-card {
  min-width: 0;
}

.post-card a {
  display: block;
}

.post-card figure {
  margin: 0;
}

.post-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(216, 208, 196, 0.9);
  background: var(--paper);
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.post-card:hover img {
  filter: saturate(1.04);
  transform: scale(1.015);
}

.post-card figcaption {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}

.post-title {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.post-meta {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-top: 10px;
  text-transform: uppercase;
}

.post-date {
  color: var(--clay);
  flex: 0 0 auto;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px);
  background: var(--ink);
  color: var(--paper);
  padding: clamp(64px, 10vw, 132px) clamp(20px, 4vw, 56px);
}

.reviews-copy p:last-child {
  max-width: 42ch;
  color: rgba(255, 254, 250, 0.68);
  line-height: 1.75;
}

.reviews-section .section-kicker {
  color: #c9d4c2;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-self: end;
}

.review-card {
  border: 1px solid rgba(255, 254, 250, 0.16);
  border-radius: 6px;
  background: rgba(255, 254, 250, 0.055);
  padding: clamp(22px, 3vw, 34px);
}

.review-card p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: 1.2;
}

.review-card footer {
  color: rgba(255, 254, 250, 0.56);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 28px;
  text-transform: uppercase;
}

.service-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.service-media img {
  aspect-ratio: 4 / 5;
}

.service-copy h2 {
  max-width: 10ch;
}

.service-list {
  display: grid;
  gap: 1px;
  margin: clamp(34px, 6vw, 64px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.service-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  color: rgba(21, 21, 18, 0.72);
  line-height: 1.65;
  padding: 22px 0;
}

.service-list span {
  color: var(--rose);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.85fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}

.contact-section h2 {
  max-width: 11ch;
}

.contact-panel {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 4vw, 54px);
}

.contact-label {
  color: var(--sage);
  margin: 0 0 18px;
}

address {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.3rem);
  font-style: normal;
  line-height: 0.98;
}

.sync-note {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 26px 0 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 28px clamp(20px, 4vw, 56px);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.empty-gallery {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 36px;
  text-align: center;
}

@media (max-width: 980px) {
  .hero,
  .intro-band,
  .reviews-section,
  .service-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media::before {
    display: none;
  }

  .intro-band p:last-child {
    max-width: 58ch;
  }

  .instagram-gallery,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 32px;
  }
}

@media (max-width: 700px) {
  .site-header {
    align-items: start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  .header-cta {
    display: none;
  }

  .profile-stats,
  .instagram-gallery,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-actions {
    width: 100%;
  }

  .hero-media figcaption,
  .post-card figcaption {
    flex-direction: column;
  }
}
