
:root {
  --bg: #f6f0e7;
  --paper: rgba(255, 250, 243, 0.88);
  --paper-strong: rgba(255, 248, 238, 0.96);
  --ink: #17120d;
  --muted: #64584d;
  --line: rgba(122, 92, 43, 0.22);
  --gold: #a17a3d;
  --gold-bright: #c9a15b;
  --panel: #1e1711;
  --shadow: 0 30px 90px rgba(39, 27, 16, 0.14);
  --shadow-strong: 0 38px 110px rgba(31, 20, 11, 0.22);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(161, 122, 61, 0.28), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(47, 26, 12, 0.12), transparent 18%),
    radial-gradient(circle at bottom right, rgba(77, 48, 22, 0.14), transparent 24%),
    linear-gradient(180deg, #121212 0%, #121212 360px, #f8f4ed 360px, #f4efe7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(92, 67, 39, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 67, 39, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 80%);
}

a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); line-height: 1.8; }
h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-shell {
  width: min(calc(100% - 24px), var(--max));
  margin: 0 auto;
  padding: 0 0 42px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 22px;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(201, 161, 91, 0.12);
  background: rgba(7, 7, 7, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #b18c4c, #7e5e2d);
  color: #fff7ea;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.38), 0 12px 30px rgba(103, 70, 26, 0.25);
}

.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.7rem; }
.brand-copy strong,
.main-nav a,
.menu-toggle { color: #f5efe6; }
.brand-copy small { color: rgba(245, 239, 230, 0.68); }

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.main-nav a,
.menu-toggle {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  color: var(--muted);
  background: transparent;
}

.main-nav a:hover,
.main-nav a.active,
.menu-toggle:hover {
  border-color: rgba(201, 161, 91, 0.26);
  background: rgba(201, 161, 91, 0.14);
  color: #f8f2e8;
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  padding: 34px 28px 0;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.76), rgba(0,0,0,0.35)),
    radial-gradient(circle at right, rgba(201, 161, 91, 0.12), transparent 28%),
    #14110f;
  border-radius: 0 0 28px 28px;
}

.hero-copy,
.hero-panel,
.content-main,
.content-rail,
.closing-cta,
.site-footer {
  animation: rise 0.8s ease both;
}

.hero-copy {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 48px 0 34px;
  box-shadow: none;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(161, 122, 61, 0.18);
  background: rgba(255, 255, 255, 0.52);
  color: var(--muted);
  font-size: 0.84rem;
}

.hero h1 {
  font-size: clamp(3rem, 4vw, 5.4rem);
  line-height: 0.92;
  margin-bottom: 20px;
  max-width: 10ch;
  color: #fbf5ec;
}

.intro-copy p {
  max-width: 60ch;
  font-size: 1.04rem;
  color: rgba(248, 242, 232, 0.86);
}

.hero-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-note {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 161, 91, 0.18);
}

.hero-note span,
.frame-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-note strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.6;
  color: #f4ede3;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(131, 100, 54, 0.24);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.button:hover,
.ghost-link:hover,
.related-link:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(145deg, #b8914f, #7d5e31);
  color: #fff9ef;
  box-shadow: 0 18px 36px rgba(126, 96, 49, 0.24);
}

.button-secondary,
.ghost-link {
  background: transparent;
  color: #f7f0e7;
  border-color: rgba(255,255,255,0.28);
}

.hero-frame {
  height: 100%;
  min-height: 520px;
  border-radius: 42px;
  padding: 18px;
  background:
    radial-gradient(circle at top, rgba(212, 181, 126, 0.22), transparent 35%),
    linear-gradient(180deg, #21170f 0%, #2d2015 56%, #140f0b 100%);
  box-shadow: var(--shadow-strong);
}

.frame-inner {
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(214, 188, 140, 0.34);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent 40%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
}

.frame-inner p {
  color: rgba(255, 245, 230, 0.84);
  font-size: 1.05rem;
}

.hero-visual {
  position: relative;
  min-height: 270px;
  margin-bottom: 18px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 236, 205, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 18px 50px rgba(0, 0, 0, 0.28);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 30%, rgba(0,0,0,0.08) 100%),
    linear-gradient(135deg, rgba(255,255,255,0.18), transparent 32%);
  pointer-events: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 270px;
  display: block;
  object-fit: cover;
}

.frame-caption {
  margin-top: auto;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.stat-block {
  padding: 16px 18px;
  border: 1px solid rgba(214, 188, 140, 0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
}

.stat-block span,
.rail-label,
.faq-item summary {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--gold);
}

.stat-block strong {
  display: block;
  margin-top: 8px;
  color: #fff6eb;
  font-size: 1rem;
  font-weight: 600;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  margin-top: 28px;
}

.editorial-gallery {
  margin-top: 30px;
  padding: 30px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.92), rgba(248, 240, 228, 0.86)),
    radial-gradient(circle at top right, rgba(201, 161, 91, 0.12), transparent 28%);
  border: 1px solid rgba(124, 95, 53, 0.18);
  box-shadow: var(--shadow);
}

.editorial-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
  margin-top: 20px;
}

.editorial-image-card {
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(124, 95, 53, 0.14);
  box-shadow: var(--shadow-strong);
  background: rgba(255,255,255,0.4);
}

.editorial-image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
}

.showcase-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-showcase,
.why-section,
.industry-section,
.project-section,
.brand-strip,
.testimonial-section {
  margin-top: 26px;
}

.home-showcase {
  padding: 34px 28px 0;
}

.center-heading {
  justify-content: center;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.format-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(124, 95, 53, 0.12);
  box-shadow: 0 18px 36px rgba(29, 20, 13, 0.06);
}

.format-card-image {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  display: block;
}

.format-card-copy {
  padding: 16px;
  text-align: center;
}

.format-card-copy h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.format-card-copy p {
  font-size: 0.92rem;
  min-height: 54px;
}

.format-card-copy a {
  display: inline-block;
  margin-top: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
}

.why-section {
  margin-inline: 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: center;
}

.why-image-wrap,
.why-copy {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(124, 95, 53, 0.12);
  box-shadow: 0 18px 36px rgba(29, 20, 13, 0.06);
}

.why-image-wrap {
  overflow: hidden;
}

.why-image {
  width: 100%;
  display: block;
  min-height: 100%;
  object-fit: cover;
}

.why-copy {
  padding: 30px;
}

.why-copy h2 {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  margin-bottom: 18px;
}

.why-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
  color: var(--muted);
}

.industry-section,
.project-section,
.brand-strip,
.testimonial-section {
  padding: 0 28px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.industry-pill {
  padding: 16px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(124, 95, 53, 0.12);
  text-align: center;
  font-weight: 600;
  color: var(--ink);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.project-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(29, 20, 13, 0.08);
}

.project-image {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  display: block;
}

.process-section {
  margin-top: 28px;
  padding: 30px 28px;
  background: #0f0f0f;
}

.light-heading h2,
.light-heading .section-line + h2 {
  color: #f8f2e8;
}

.light-heading .section-line {
  background: linear-gradient(90deg, #c9a15b, transparent);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.process-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(201, 161, 91, 0.16);
  background: rgba(255,255,255,0.03);
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 14px;
  background: rgba(201, 161, 91, 0.14);
  color: #f8f2e8;
  font-weight: 700;
}

.process-card h3,
.process-card p {
  color: #f5ede2;
}

.brand-strip {
  padding-top: 26px;
}

.brand-strip > p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: var(--gold);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 0 0;
}

.brand-grid span {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #6f675f;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.testimonial-card {
  padding: 22px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(124, 95, 53, 0.12);
  box-shadow: 0 18px 36px rgba(29, 20, 13, 0.06);
}

.stars {
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.testimonial-card strong,
.testimonial-card small {
  display: block;
}

.testimonial-card strong {
  margin-top: 12px;
}

.content-main,
.rail-card,
.closing-cta,
.site-footer {
  background: var(--paper);
  border: 1px solid rgba(124, 95, 53, 0.18);
  box-shadow: var(--shadow);
}

.content-main {
  border-radius: 36px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.92), rgba(249, 242, 232, 0.88)),
    radial-gradient(circle at top right, rgba(201, 161, 91, 0.1), transparent 26%);
}

.content-section + .content-section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid rgba(124, 95, 53, 0.14);
}

.content-section:nth-child(even) {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(161, 122, 61, 0.09);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.section-line {
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.content-section h2 {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
}

.card-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.lux-card,
.faq-item,
.related-link,
.showcase-card {
  border-radius: 22px;
  border: 1px solid rgba(124, 95, 53, 0.16);
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(245, 236, 223, 0.74));
}

.lux-card {
  padding: 22px;
  box-shadow: 0 16px 38px rgba(37, 24, 13, 0.06);
}

.lux-card h3 {
  font-size: 1.55rem;
  margin-bottom: 10px;
}

.content-rail {
  display: grid;
  align-content: start;
  gap: 18px;
  position: sticky;
  top: 110px;
  align-self: start;
}

.rail-card {
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(245, 236, 223, 0.78));
}

.rail-card a {
  display: inline-block;
  margin: 8px 0 0;
  color: var(--ink);
}

.related-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.related-link {
  padding: 16px;
  display: grid;
  gap: 4px;
}

.showcase-card {
  min-height: 250px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(35, 25, 18, 0.08), rgba(255,255,255,0.88)),
    radial-gradient(circle at top right, rgba(161, 122, 61, 0.28), transparent 30%);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  position: relative;
}

.showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(255,255,255,0.2), transparent 18%);
  pointer-events: none;
}

.showcase-card h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.showcase-index {
  margin-bottom: auto;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.related-link small {
  color: var(--muted);
}

.faq-item {
  padding: 18px 20px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin-top: 16px; }

.closing-cta {
  margin-top: 34px;
  border-radius: 38px;
  padding: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.74), rgba(245, 235, 220, 0.82)),
    radial-gradient(circle at top right, rgba(161, 122, 61, 0.24), transparent 30%);
  box-shadow: var(--shadow-strong);
}

.closing-cta h2 {
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  max-width: 14ch;
}

.site-footer {
  margin-top: 24px;
  border-radius: 38px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(30, 23, 17, 0.98), rgba(22, 17, 13, 0.98));
}

.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 26px;
}

.footer-intro p,
.footer-bottom p,
.footer-group a { color: rgba(255, 244, 227, 0.78); }

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.footer-group h3 {
  color: #fff7ea;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 188, 140, 0.14);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.divider { margin: 0 10px; color: rgba(255,244,227,0.35); }

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .hero,
  .content-layout,
  .editorial-gallery-grid,
  .why-section,
  .footer-top,
  .closing-cta,
  .showcase-strip {
    grid-template-columns: 1fr;
  }

  .format-grid,
  .industry-grid,
  .project-grid,
  .process-grid,
  .brand-grid,
  .testimonial-grid,
  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-note-grid {
    grid-template-columns: 1fr;
  }

  .content-rail {
    position: static;
  }

  .closing-cta,
  .footer-bottom {
    align-items: flex-start;
  }
}

@media (max-width: 780px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max));
  }

  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-inline: 16px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 8px;
  }

  .main-nav.open { display: flex; }

  .hero-copy,
  .content-main,
  .editorial-gallery,
  .rail-card,
  .closing-cta,
  .site-footer {
    padding: 22px;
  }

  .hero,
  .home-showcase,
  .industry-section,
  .project-section,
  .testimonial-section,
  .brand-strip,
  .process-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-section {
    margin-inline: 16px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .hero-frame {
    min-height: 420px;
  }

  .hero-visual,
  .hero-image {
    min-height: 220px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .format-grid,
  .industry-grid,
  .project-grid,
  .process-grid,
  .brand-grid,
  .testimonial-grid,
  .hero-stats {
    grid-template-columns: 1fr;
  }
}
