:root {
  --ink: #151718;
  --paper: #f5f0e8;
  --white: #fffdfa;
  --muted: #68645d;
  --line: rgba(21, 23, 24, 0.14);
  --gold: #d3a13a;
  --red: #b33a31;
  --steel: #39515a;
  --shadow: 0 24px 70px rgba(21, 23, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 240, 232, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.logo {
  text-decoration: none;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
}

.logo span {
  display: block;
  color: var(--red);
  font-family: "Barlow", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-links a {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  border-color: var(--ink);
  background: var(--white);
  outline: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 76px;
  background:
    linear-gradient(125deg, rgba(21, 23, 24, 0.88), rgba(21, 23, 24, 0.54)),
    radial-gradient(circle at 75% 20%, rgba(211, 161, 58, 0.64), transparent 28%),
    linear-gradient(135deg, #202424 0%, #39515a 48%, #b33a31 100%);
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -22% 44%;
  height: 54%;
  transform: rotate(-8deg);
  background: repeating-linear-gradient(90deg, rgba(255, 253, 250, 0.13) 0 2px, transparent 2px 26px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Archivo Black", sans-serif;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 9vw, 6.9rem);
}

h1 span,
h2 span {
  color: var(--gold);
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 253, 250, 0.82);
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(21, 23, 24, 0.22);
  outline: none;
}

.btn-outline {
  background: transparent;
  color: var(--white);
}

.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 253, 250, 0.78);
  font-weight: 700;
}

.hero-contact span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 253, 250, 0.22);
  background: rgba(255, 253, 250, 0.08);
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.shine-card,
.diagonal-card {
  padding: 28px;
  border: 1px solid rgba(255, 253, 250, 0.26);
  background: rgba(255, 253, 250, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.shine-card strong,
.diagonal-card strong {
  display: block;
  font-family: "Archivo Black", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}

.panel-kicker,
.diagonal-card span {
  display: block;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.diagonal-card {
  width: 72%;
  margin-left: auto;
  transform: rotate(-4deg);
  background: var(--red);
}

.section {
  padding: 82px 0;
}

.section-ink {
  background: var(--ink);
  color: var(--white);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.55fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2 {
  margin-bottom: 0;
  font-size: clamp(2.15rem, 5vw, 4.5rem);
}

.section-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 600;
}

.section-ink .section-head p {
  color: rgba(255, 253, 250, 0.68);
}

.about-grid,
.why-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

article,
.contact-card,
.booking-form {
  border: 1px solid var(--line);
  background: var(--white);
}

article {
  padding: 26px;
}

article h3,
.contact-card h3 {
  margin-bottom: 12px;
  font-size: 1.32rem;
  line-height: 1.1;
}

article p,
.contact-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  border-color: rgba(255, 253, 250, 0.18);
  background: rgba(255, 253, 250, 0.08);
}

.service-card.feature {
  grid-column: span 2;
  background: var(--steel);
}

.service-card p {
  color: rgba(255, 253, 250, 0.7);
}

.service-card span {
  margin-top: auto;
  width: fit-content;
  padding: 7px 10px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.product-layout {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 34px;
  align-items: start;
}

.product-layout .section-head {
  display: block;
  margin-bottom: 0;
}

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

.gallery {
  background: #e7ded0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.gallery-item {
  min-height: 260px;
  display: grid;
  place-items: end start;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(21, 23, 24, 0.18), rgba(21, 23, 24, 0.78)),
    repeating-linear-gradient(45deg, #d3a13a 0 14px, #b33a31 14px 28px, #39515a 28px 42px);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-item.tall {
  min-height: 340px;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 26px;
  background: var(--ink);
  color: var(--white);
}

.cta-banner h3,
.cta-banner p {
  margin-bottom: 0;
}

.cta-banner p {
  color: rgba(255, 253, 250, 0.7);
}

.contact-section {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
}

.contact-card,
.booking-form {
  padding: 28px;
}

.contact-card .small {
  margin-top: 22px;
  font-size: 0.95rem;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.booking-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}

.booking-form label:last-of-type,
.booking-form button {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  background: #fbf7ef;
  color: var(--ink);
  font: inherit;
  padding: 12px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.hidden {
  display: none;
}

footer {
  background: var(--ink);
  color: rgba(255, 253, 250, 0.78);
}

footer a {
  color: var(--white);
}

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 22%, rgba(211, 161, 58, 0.42), transparent 28%),
    linear-gradient(135deg, #151718, #39515a);
}

.thanks-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.thanks-card {
  width: min(680px, 100%);
  padding: 42px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  font-size: clamp(2.2rem, 7vw, 4.4rem);
}

@media (max-width: 900px) {
  .nav-wrap,
  .footer-wrap,
  .section-head,
  .hero-grid,
  .product-layout,
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-grid,
  .about-grid,
  .why-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card.feature {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 26px, 1120px);
  }

  .hero {
    padding: 58px 0 54px;
  }

  .section {
    padding: 58px 0;
  }

  .nav-links,
  .hero-actions,
  .hero-contact,
  .cta-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .service-grid,
  .about-grid,
  .why-grid,
  .product-grid,
  .gallery-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .diagonal-card {
    width: 100%;
    transform: none;
  }

  .shine-card strong,
  .diagonal-card strong {
    font-size: 3rem;
  }
}
