:root {
  --bg: #efe6d8;
  --paper: #f7f1e8;
  --ink: #17120d;
  --muted: rgba(23, 18, 13, 0.72);
  --line: rgba(255, 255, 255, 0.18);
  --line-dark: rgba(23, 18, 13, 0.1);
  --accent: #b99462;
  --shadow: 0 24px 64px rgba(16, 12, 8, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #f4ece0 0%, #ebe0cf 100%);
  font-family: "Instrument Sans", sans-serif;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-solid {
  background: rgba(19, 15, 11, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.header-inner,
.section,
.intro-strip {
  width: min(1260px, calc(100% - 44px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fbf7f1;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.brand-mark img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

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

.brand-copy strong {
  font-size: 0.93rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-copy small {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.74);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 0.95rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: #111;
}

.hero-slides {
  position: relative;
  min-height: 100vh;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 8, 6, 0.18), rgba(10, 8, 6, 0.58)),
    linear-gradient(90deg, rgba(10, 8, 6, 0.58), rgba(10, 8, 6, 0.12) 52%, rgba(10, 8, 6, 0.28));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  width: min(1260px, calc(100% - 44px));
  margin: 0 auto;
  padding: 150px 0 74px;
  color: #fbf6ef;
}

.hero-kicker,
.section-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

.hero h1,
.section h2,
.feature-card h3,
.story-copy h2,
.gallery-copy h3,
.concluding-band h2,
.inquiry-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.88;
}

.hero-text {
  max-width: 42rem;
  margin: 24px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 246, 239, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.96rem;
  transition: transform 180ms ease, background 180ms ease;
}

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

.button-light {
  color: var(--ink);
  background: rgba(255, 248, 240, 0.96);
}

.button-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.hero-controls {
  position: absolute;
  right: 26px;
  bottom: 30px;
  z-index: 4;
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
}

.hero-dot.is-active {
  background: rgba(255, 255, 255, 0.98);
}

.intro-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: 48px;
  align-items: center;
  padding: 78px 0 58px;
}

.intro-strip-copy p {
  max-width: 19ch;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.intro-strip-figure {
  position: relative;
  margin: 0;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.86), rgba(239, 230, 216, 0.92));
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: var(--shadow);
}

.intro-strip-figure::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(185, 148, 98, 0.28);
  pointer-events: none;
}

.intro-strip-figure img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  object-position: center;
}

.section {
  padding: 26px 0 74px;
}

.two-column {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 26px;
  align-items: start;
}

.testimonial-shell {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
  align-items: stretch;
}

.testimonial-intro,
.testimonial-quote,
.testimonial-points article {
  border: 1px solid var(--line-dark);
  background: rgba(255, 249, 241, 0.7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.testimonial-intro,
.testimonial-quote {
  padding: 32px;
}

.testimonial-intro h2 {
  margin: 10px 0 16px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.98;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.testimonial-intro p:last-child,
.testimonial-points p {
  color: var(--muted);
  line-height: 1.8;
}

.testimonial-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(33, 24, 17, 0.96), rgba(74, 53, 31, 0.92));
}

.testimonial-quote p,
.testimonial-quote footer {
  margin: 0;
  color: #f7f1e8;
}

.testimonial-quote p {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.08;
}

.testimonial-quote footer {
  margin-top: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: rgba(247, 241, 232, 0.82);
}

.testimonial-points {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-points article {
  padding: 26px;
}

.testimonial-points strong {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  line-height: 0.98;
}

.section-copy p,
.feature-card p,
.story-copy p,
.gallery-copy p,
.gallery-copy li,
.concluding-band p,
.seo-brief p,
.seo-question-card p,
.inquiry-card p,
.inquiry-card li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.feature-card,
.story-copy,
.gallery-copy,
.inquiry-card {
  border: 1px solid var(--line-dark);
  background: rgba(255, 249, 241, 0.6);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.feature-card {
  overflow: hidden;
  min-height: 420px;
  padding: 0;
}

.feature-card-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.feature-card-media {
  margin: 0;
  aspect-ratio: 1.08 / 0.86;
  overflow: hidden;
}

.feature-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.feature-card-link:hover .feature-card-media img {
  transform: scale(1.03);
}

.feature-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.feature-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.feature-card h3,
.gallery-copy h3,
.inquiry-card h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.feature-card strong {
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.image-story {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: stretch;
}

.story-panel {
  min-height: 640px;
}

.story-image img {
  height: 100%;
  object-fit: cover;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.story-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(2.4rem, 4.1vw, 4rem);
  line-height: 0.98;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--ink);
  text-decoration: none;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.gallery-copy {
  padding: 34px;
}

.gallery-copy ul,
.inquiry-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.gallery-figure {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-figure img {
  min-height: 660px;
  object-fit: cover;
}

.gallery-figure figcaption {
  padding: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.concluding-band .band-inner {
  max-width: 860px;
}

.concluding-band h2 {
  margin: 10px 0 16px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.seo-brief-grid,
.seo-question-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.seo-brief-grid {
  grid-template-columns: repeat(2, 1fr);
}

.seo-question-grid {
  grid-template-columns: repeat(3, 1fr);
}

.seo-brief-grid article,
.seo-question-card {
  border: 1px solid var(--line-dark);
  background: rgba(255, 249, 241, 0.6);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.seo-brief-grid article {
  padding: 28px 30px;
}

.seo-question-card {
  padding: 26px 28px;
}

.seo-question-card h3 {
  margin: 0 0 12px;
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.inquiry-card {
  min-height: 280px;
  padding: 30px;
}

.inquiry-card.muted {
  background: rgba(27, 20, 14, 0.88);
}

.inquiry-card.muted h3,
.inquiry-card.muted p {
  color: #f7f1e8;
}

.contact-links {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.contact-links p {
  margin: 0;
}

.contact-links a {
  color: #e8d8c0;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.1vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  transition: color 180ms ease, opacity 180ms ease;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  color: #7ea4c7;
}

.page-shell {
  min-height: 100vh;
  padding: 140px 0 84px;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(180deg, #f5ede1 0%, #eadfcf 100%);
}

.page-back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.material-page-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.material-page-copy h1 {
  margin: 12px 0 18px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
  font-family: "Cormorant Garamond", serif;
}

.material-page-copy p {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.material-page-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: var(--shadow);
}

.material-page-figure img {
  min-height: 560px;
  object-fit: cover;
}

.material-page-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  margin-top: 24px;
}

.material-page-panel {
  padding: 34px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 249, 241, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.material-page-panel h2 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1;
}

.material-page-panel p,
.material-page-panel li {
  color: var(--muted);
  line-height: 1.8;
}

.material-page-panel ul {
  margin: 0;
  padding-left: 18px;
}

.material-quote {
  margin: 0;
}

.material-quote p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.12;
  color: var(--ink);
}

.material-quote footer {
  margin-top: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--muted);
}

.material-page-cta {
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .intro-strip,
  .two-column,
  .testimonial-shell,
  .image-story,
  .gallery-layout,
  .seo-brief-grid,
  .inquiry-grid,
  .material-page-hero,
  .material-page-grid {
    grid-template-columns: 1fr;
  }

  .intro-strip {
    gap: 28px;
  }

  .intro-strip-copy p {
    max-width: 15ch;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-points {
    grid-template-columns: 1fr;
  }

  .seo-question-grid {
    grid-template-columns: 1fr;
  }

  .story-panel,
  .gallery-figure img,
  .material-page-figure img {
    min-height: 420px;
  }
}

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

  .site-nav {
    gap: 14px 18px;
  }

  .header-inner,
  .section,
  .intro-strip,
  .hero-content {
    width: min(100% - 28px, 1260px);
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .intro-strip-figure {
    padding: 14px;
  }

  .intro-strip-figure img {
    aspect-ratio: 1.2 / 1;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .story-copy,
  .gallery-copy,
  .inquiry-card,
  .material-page-panel {
    padding: 26px;
  }

  .page-shell {
    padding-top: 120px;
  }
}
