:root {
  color-scheme: light;
  --ink: #16130f;
  --muted: #6d655c;
  --paper: #f7f2ea;
  --paper-deep: #e9dfd0;
  --ivory: #fffaf1;
  --red: #c9352b;
  --red-deep: #8e211c;
  --gold: #d7a84b;
  --green: #254d3d;
  --blue: #25445f;
  --shadow: rgba(18, 13, 8, 0.28);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::selection {
  background: var(--red);
  color: white;
}

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

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

.cursor-light {
  position: fixed;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 35%), rgba(255, 231, 178, 0.22), transparent 18rem);
  mix-blend-mode: screen;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10;
  width: min(calc(100% - 32px), var(--max));
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px 14px 12px 18px;
  color: white;
  background: rgba(20, 14, 10, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--red);
  color: white;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.brand strong,
.brand em {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand em {
  margin-top: 4px;
  color: #f3c15b;
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 1rem;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 34px);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav-links a,
.header-call {
  opacity: 0.82;
  transition: opacity 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.header-call:hover {
  color: #ffd57a;
  opacity: 1;
}

.header-call {
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  min-height: 100svh;
  color: white;
  isolation: isolate;
  overflow: hidden;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.04);
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11, 8, 6, 0.9) 0%, rgba(11, 8, 6, 0.62) 42%, rgba(11, 8, 6, 0.2) 100%),
    linear-gradient(0deg, rgba(12, 8, 5, 0.72) 0%, transparent 34%),
    radial-gradient(circle at 78% 38%, rgba(201, 53, 43, 0.24), transparent 28rem);
}

.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(calc(100% - 36px), var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding: 116px 0 92px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #ffd47c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 7.8rem);
  line-height: 0.89;
  font-weight: 900;
}

.lead {
  max-width: 610px;
  color: rgba(255, 250, 241, 0.84);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.8;
}

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

.primary-btn,
.ghost-btn,
.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.primary-btn {
  background: var(--red);
  color: white;
  box-shadow: 0 18px 40px rgba(142, 33, 28, 0.38);
}

.ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: white;
}

.text-link {
  padding-inline: 0;
  color: var(--red);
}

.book-installation {
  position: relative;
  height: min(64vw, 560px);
  min-height: 430px;
  perspective: 1000px;
}

.book {
  position: absolute;
  right: 4%;
  width: min(76%, 430px);
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  color: white;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 26px 52px var(--shadow);
  transform: rotate(var(--r)) translateY(var(--y)) translateX(var(--x)) rotateX(12deg);
  transition: transform 220ms ease;
}

.book span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b1 {
  --r: -6deg;
  --x: -26px;
  --y: 18px;
  top: 14%;
  background: var(--green);
}

.b2 {
  --r: 3deg;
  --x: 22px;
  --y: 4px;
  top: 26%;
  background: var(--gold);
  color: #241909;
}

.b3 {
  --r: -2deg;
  --x: -8px;
  --y: 0;
  top: 38%;
  background: var(--red);
}

.b4 {
  --r: 5deg;
  --x: 8px;
  --y: -6px;
  top: 50%;
  background: var(--blue);
}

.b5 {
  --r: -4deg;
  --x: 34px;
  --y: -10px;
  top: 62%;
  background: #3f2f2a;
}

.b6 {
  --r: 2deg;
  --x: -18px;
  --y: -16px;
  top: 74%;
  background: var(--ivory);
  color: var(--red-deep);
}

.hero-strip {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(calc(100% - 36px), var(--max));
  transform: translateX(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-strip span {
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-strip span:last-child {
  border-right: 0;
}

.intro-section,
.offer-section,
.experience-section,
.contact-section {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
}

.intro-section {
  display: grid;
  grid-template-columns: 90px minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  padding: clamp(84px, 12vw, 150px) 0;
}

.section-number {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.8;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.intro-body {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.quote-section {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 72px 18px;
  background: #302f2a;
  color: white;
}

blockquote {
  max-width: 790px;
  margin: 0;
  text-align: center;
}

blockquote span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 0.7;
}

blockquote p {
  margin: 0 auto 26px;
  font-size: clamp(1.55rem, 3vw, 2.85rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

blockquote cite {
  color: #d9cab7;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
}

.offer-section {
  padding: clamp(84px, 12vw, 142px) 0;
}

.offer-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(22, 19, 15, 0.16);
  border-left: 1px solid rgba(22, 19, 15, 0.16);
}

.offer-item {
  min-height: 260px;
  padding: clamp(24px, 4vw, 38px);
  border-right: 1px solid rgba(22, 19, 15, 0.16);
  border-bottom: 1px solid rgba(22, 19, 15, 0.16);
  background: rgba(255, 250, 241, 0.48);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.offer-item:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-8px);
}

.offer-item span {
  display: block;
  margin-bottom: 34px;
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 900;
}

.offer-item h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-item p {
  color: currentColor;
  line-height: 1.75;
  opacity: 0.72;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 7vw, 86px);
  padding: 0 0 clamp(84px, 12vw, 150px);
}

.experience-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(201, 53, 43, 0.18), transparent 42%),
    linear-gradient(0deg, #2d2922, #4c4337);
  overflow: hidden;
}

.reading-room {
  position: relative;
  width: min(70vw, 430px);
  aspect-ratio: 0.78;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.08) 8% 9%, transparent 9% 100%),
    repeating-linear-gradient(90deg, #5d4937 0 22px, #c99b45 22px 30px, #8e211c 30px 46px, #25445f 46px 62px, #f0dfbd 62px 72px);
  box-shadow: 34px 34px 0 rgba(0, 0, 0, 0.22), 0 30px 65px rgba(0, 0, 0, 0.32);
  transform: rotate(-3deg);
}

.reading-room::before,
.reading-room::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  height: 3px;
  background: rgba(0, 0, 0, 0.34);
}

.reading-room::before {
  top: 34%;
}

.reading-room::after {
  top: 67%;
}

.reading-room span {
  position: absolute;
  bottom: -8%;
  width: 44px;
  height: 92px;
  background: #16130f;
  box-shadow: 0 22px 28px rgba(0, 0, 0, 0.26);
}

.reading-room span:nth-child(1) {
  left: 18%;
}

.reading-room span:nth-child(2) {
  left: 35%;
  height: 112px;
}

.reading-room span:nth-child(3) {
  right: 31%;
  height: 104px;
}

.reading-room span:nth-child(4) {
  right: 14%;
  height: 86px;
}

.experience-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  padding: clamp(72px, 10vw, 130px) 0;
  color: white;
}

.contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 640px;
  margin-top: -72px;
  background: #17130f;
}

.contact-panel {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
}

.contact-panel h2 {
  max-width: 720px;
}

.phone {
  margin: 20px 0 12px;
  color: #ff6b5f;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 200;
}

.contact-panel p:last-child {
  color: rgba(255, 250, 241, 0.65);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 26px max(18px, calc((100vw - var(--max)) / 2));
  background: #0e0b09;
  color: rgba(255, 250, 241, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .nav-links {
    display: none;
  }

  .hero-stage,
  .intro-section,
  .experience-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    padding-top: 110px;
    padding-bottom: 180px;
  }

  .book-installation {
    min-height: 330px;
    height: 360px;
  }

  .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-strip span:nth-child(2) {
    border-right: 0;
  }

  .intro-section {
    gap: 20px;
  }

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

  .experience-visual {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 12px;
  }

  .brand strong {
    font-size: 0.68rem;
  }

  .brand em {
    font-size: 0.9rem;
  }

  .header-call {
    font-size: 0.72rem;
  }

  .hero-stage {
    width: min(calc(100% - 28px), var(--max));
  }

  h1 {
    font-size: clamp(3.05rem, 17vw, 5.3rem);
  }

  .lead {
    font-size: 1rem;
  }

  .primary-btn,
  .ghost-btn {
    width: 100%;
  }

  .book-installation {
    min-height: 300px;
    height: 310px;
  }

  .book {
    width: 86%;
    height: 54px;
    padding-inline: 18px;
    font-size: 0.68rem;
  }

  .hero-strip {
    bottom: 12px;
    grid-template-columns: 1fr;
  }

  .hero-strip span {
    border-right: 0;
    padding: 10px 12px;
  }

  .section-number {
    font-size: 3rem;
  }

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

  .offer-item {
    min-height: 220px;
  }

  .experience-visual {
    min-height: 340px;
  }

}

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

  .cursor-light {
    display: none;
  }
}
