:root {
  --bg-deep: #0a0908;
  --bg-raised: #141210;
  --bg-panel: #1c1916;
  --bg-soft: #24201c;
  --text: #f3ebe0;
  --text-muted: #b7ab9c;
  --gold: #c9a86a;
  --gold-soft: #a88952;
  --line: rgba(201, 168, 106, 0.28);
  --danger: #d44a4a;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", "Helvetica Neue", sans-serif;
  --space: clamp(1rem, 2vw, 2rem);
  --max: 1120px;
  --header-h: 4.5rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 80% -10%, rgba(201, 168, 106, 0.12), transparent 55%),
    radial-gradient(900px 600px at -10% 20%, rgba(80, 60, 40, 0.35), transparent 50%),
    linear-gradient(180deg, #0d0b09 0%, var(--bg-deep) 40%, #090807 100%);
  background-attachment: fixed;
  line-height: 1.65;
  min-height: 100vh;
}

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

a {
  color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 0.25s var(--ease);
}

a:hover {
  color: #e0c58a;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--bg-deep);
  padding: 0.5rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(10, 9, 8, 0.82);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.9rem var(--space);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}

.brand {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
  text-decoration: none;
}

.brand:hover {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0.45rem 0.8rem;
  font-family: var(--font-body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  cursor: pointer;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.nav-cta {
  border: 1px solid var(--gold);
  padding: 0.45rem 0.9rem;
  color: var(--gold) !important;
}

.nav-cta:hover {
  background: var(--gold);
  color: var(--bg-deep) !important;
}

.site-footer {
  margin-top: 5rem;
  border-top: 1px solid var(--line);
  background: var(--bg-raised);
  padding: 3rem var(--space) 2rem;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1fr 1fr;
  gap: 2rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin: 0 0 0.4rem;
}

.footer-tag,
.footer-address {
  color: var(--text-muted);
  margin: 0;
  font-size: 0.95rem;
}

.footer-label {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.7rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.35rem;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-copy {
  max-width: var(--max);
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
  font-size: 0.85rem;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.5rem var(--space);
}

.section-tight {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  letter-spacing: 0.01em;
}

h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}

h3 {
  font-size: 1.45rem;
}

.lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 38rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  padding: 0.85rem 1.4rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

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

.btn-primary {
  background: var(--gold);
  color: var(--bg-deep);
  border-color: var(--gold);
}

.btn-primary:hover {
  background: #dbb878;
  color: var(--bg-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) saturate(0.85);
  animation: heroDrift 18s var(--ease) infinite alternate;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.92) 0%, rgba(10, 9, 8, 0.55) 48%, rgba(10, 9, 8, 0.35) 100%),
    linear-gradient(0deg, rgba(10, 9, 8, 0.95) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem var(--space) 4rem;
  animation: riseIn 1s var(--ease) both;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.5rem);
  margin: 0 0 0.6rem;
  color: var(--text);
  letter-spacing: 0.02em;
}

.hero-line {
  width: 4rem;
  height: 1px;
  background: var(--gold);
  margin: 1.2rem 0 1.5rem;
  transform-origin: left;
  animation: lineGrow 1.1s 0.2s var(--ease) both;
}

.hero-copy {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 32rem;
  margin: 0 0 2rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.page-hero {
  padding: 4rem var(--space) 2rem;
  max-width: var(--max);
  margin: 0 auto;
  animation: riseIn 0.8s var(--ease) both;
}

.page-hero.with-media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: end;
}

.page-hero-media {
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 280px;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  filter: brightness(0.75);
  transition: transform 1.2s var(--ease);
}

.page-hero-media:hover img {
  transform: scale(1.04);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.prose {
  color: var(--text-muted);
}

.prose p + p {
  margin-top: 1rem;
}

.prose ul {
  padding-left: 1.2rem;
  color: var(--text-muted);
}

.prose li + li {
  margin-top: 0.45rem;
}

.offer-list {
  display: grid;
  gap: 1.5rem;
}

.offer-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.3s var(--ease);
}

.offer-item:last-child {
  border-bottom: 1px solid var(--line);
}

.offer-item:hover {
  background: rgba(201, 168, 106, 0.04);
}

.offer-item img {
  width: 180px;
  height: 130px;
  object-fit: cover;
  filter: brightness(0.8);
}

.offer-item h3 {
  color: var(--text);
  margin-bottom: 0.4rem;
}

.offer-item p {
  margin: 0;
  color: var(--text-muted);
}

.offer-meta {
  margin-top: 0.7rem;
  color: var(--gold-soft);
  font-size: 0.88rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.story-block,
.rate-block,
.faq-item,
.review-block {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0;
}

.story-block:last-child,
.rate-block:last-child,
.faq-item:last-child,
.review-block:last-child {
  border-bottom: 1px solid var(--line);
}

.review-block blockquote {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.4;
  color: var(--text);
}

.review-meta {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.review-service {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.media-frame {
  border: 1px solid var(--line);
  overflow: hidden;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78);
}

.steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  counter-increment: step;
  padding: 1.2rem 0 1.2rem 3.2rem;
  border-top: 1px solid var(--line);
  position: relative;
  color: var(--text-muted);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1.2rem;
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.2rem;
}

.form {
  display: grid;
  gap: 1.1rem;
  max-width: 40rem;
}

.form-row {
  display: grid;
  gap: 0.4rem;
}

.form-row.two {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

input,
select,
textarea {
  width: 100%;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--gold);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.field-error {
  color: #e07a7a;
  font-size: 0.85rem;
  min-height: 1.1em;
}

.form-status {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  display: none;
}

.form-status.is-success {
  display: block;
  border-color: rgba(201, 168, 106, 0.55);
  color: var(--gold);
}

.form-status.is-error {
  display: block;
  border-color: rgba(224, 122, 122, 0.55);
  color: #e07a7a;
}

.blog-list {
  display: grid;
  gap: 0;
}

.blog-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}

.blog-item:last-child {
  border-bottom: 1px solid var(--line);
}

.blog-item img {
  width: 220px;
  height: 150px;
  object-fit: cover;
  filter: brightness(0.8);
}

.blog-date {
  color: var(--gold-soft);
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.legal h2 {
  margin-top: 2.5rem;
}

.legal p,
.legal li {
  color: var(--text-muted);
}

.table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

th,
td {
  border: 1px solid var(--line);
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--gold);
  font-weight: 500;
  background: var(--bg-panel);
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(20, 18, 16, 0.96);
  border-top: 1px solid var(--line);
  padding: 1.1rem var(--space);
  animation: riseIn 0.5s var(--ease) both;
}

.cookie-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.cookie-inner p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

.error-page {
  min-height: 70vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding: var(--space);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translateY(0);
  }
  to {
    transform: scale(1.1) translateY(-1.5%);
  }
}

@media (max-width: 900px) {
  .footer-grid,
  .split,
  .page-hero.with-media,
  .grid-3,
  .form-row.two {
    grid-template-columns: 1fr;
  }

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

  .offer-item img,
  .blog-item img {
    width: 100%;
    height: 180px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 9, 8, 0.98);
    border-bottom: 1px solid var(--line);
    display: none;
    padding: 1rem var(--space) 1.4rem;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }
}
