/* =========================================
   TATTOOENTFERNUNG SCHAFFHAUSEN
   Design System — Editorial Swiss Luxury
   Fonts: Fraunces + Work Sans
   ========================================= */

/* --- Self-hosted Fonts --- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('/assets/fonts/fraunces-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('/assets/fonts/fraunces-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('/assets/fonts/fraunces-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('/assets/fonts/fraunces-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url('/assets/fonts/worksans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url('/assets/fonts/worksans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- Variables --- */
:root {
  --clr-bg:        #F7F3EE;
  --clr-bg-alt:    #EDE9E2;
  --clr-dark:      #111110;
  --clr-dark-2:    #1E1C1A;
  --clr-text:      #1A1512;
  --clr-muted:     #8A7E74;
  --clr-gold:      #C8A876;
  --clr-gold-dark: #A07A42;
  --clr-white:     #FDFCFB;
  --clr-border:    rgba(26,21,18,0.1);

  --ff-display: 'Fraunces', Georgia, serif;
  --ff-body:    'Work Sans', system-ui, sans-serif;

  --h1: clamp(2.8rem, 7vw, 5.5rem);
  --h2: clamp(2rem, 4vw, 3.2rem);
  --h3: clamp(1.3rem, 2.5vw, 1.8rem);
  --h4: 1.2rem;
  --body: 1rem;
  --small: 0.875rem;
  --xs: 0.75rem;

  --lh-heading: 1.08;
  --lh-body: 1.68;

  --ls-heading: -0.025em;
  --ls-caps: 0.12em;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --space-2xl: 9rem;

  --radius-sm: 2px;
  --radius-md: 6px;
  --shadow-sm: 0 2px 12px rgba(17,17,16,0.08);
  --shadow-md: 0 8px 32px rgba(17,17,16,0.12);
  --shadow-lg: 0 20px 60px rgba(17,17,16,0.18);

  --nav-h: 72px;
  --transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--ff-body);
  font-size: var(--body);
  line-height: var(--lh-body);
  color: var(--clr-text);
  background: var(--clr-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; }

/* --- Typography --- */
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
  font-weight: 300;
}

h1 { font-size: var(--h1); }
h2 { font-size: var(--h2); }
h3 { font-size: var(--h3); font-weight: 400; }
h4 { font-size: var(--h4); font-weight: 600; font-family: var(--ff-body); letter-spacing: 0; }

.label {
  font-family: var(--ff-body);
  font-size: var(--xs);
  font-weight: 600;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--clr-gold);
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: var(--clr-muted);
}

/* --- Layout --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}

.container--narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}

/* Asymmetric splits */
.split-7-5 {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.split-5-7 {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.split-equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

/* --- Navigation --- */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  transition: background var(--transition), box-shadow var(--transition);
}

.site-nav--scrolled {
  background: rgba(17,17,16,0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(200,168,118,0.15);
}

.site-nav--light.site-nav--scrolled {
  background: rgba(247,243,238,0.96);
  box-shadow: 0 1px 0 var(--clr-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-logo {
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--clr-white);
  line-height: 1.1;
  white-space: nowrap;
}

.nav-logo span {
  color: var(--clr-gold);
  display: block;
  font-size: 0.65rem;
  font-family: var(--ff-body);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav--light .nav-logo { color: var(--clr-dark); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(253,252,251,0.8);
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-sm);
  transition: color var(--transition);
  white-space: nowrap;
}

.site-nav--light .nav-links a { color: rgba(26,21,18,0.7); }

.nav-links a:hover,
.site-nav--light .nav-links a:hover { color: var(--clr-gold); }

.nav-links .nav-cta {
  background: var(--clr-gold);
  color: var(--clr-dark) !important;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius-sm);
  margin-left: 0.5rem;
}

.nav-links .nav-cta:hover {
  background: var(--clr-gold-dark);
  color: var(--clr-white) !important;
}

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: .85rem;
  font-weight: 500;
  color: rgba(253,252,251,.8);
  padding: .4rem .75rem;
  border-radius: var(--radius-sm);
  transition: color var(--transition);
  white-space: nowrap;
}
.nav-dropdown-toggle:hover { color: var(--clr-gold); }
.nav-dropdown-toggle svg { width: 14px; height: 14px; transition: transform var(--transition); }
.nav-dropdown:hover .nav-dropdown-toggle svg,
.nav-dropdown.is-open .nav-dropdown-toggle svg { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--clr-dark-2);
  border: 1px solid rgba(200,168,118,0.2);
  border-radius: var(--radius-md);
  padding: 0.5rem;
  padding-top: calc(0.5rem + 8px);
  min-width: 240px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity var(--transition), transform var(--transition);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  color: rgba(253,252,251,0.85) !important;
}

.nav-dropdown-menu a:hover { background: rgba(200,168,118,0.1); color: var(--clr-gold) !important; }

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--clr-white);
  transition: transform var(--transition), opacity var(--transition);
}

.site-nav--light .nav-hamburger span { background: var(--clr-dark); }

.nav-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--clr-dark);
  z-index: 99;
  padding: calc(var(--nav-h) + 2rem) 2rem 2rem;
  overflow-y: auto;
  flex-direction: column;
  gap: 0.25rem;
}

.nav-mobile.is-open { display: flex; }

.nav-mobile a {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(253,252,251,0.85);
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(253,252,251,0.08);
}

.nav-mobile a:hover { color: var(--clr-gold); }

.nav-mobile .nav-mobile-cta {
  margin-top: 1.5rem;
  background: var(--clr-gold);
  color: var(--clr-dark) !important;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: none;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
  border: none;
  line-height: 1;
}

.btn-primary {
  background: var(--clr-gold);
  color: var(--clr-dark);
}

@media (hover: hover) {
  .btn-primary:hover {
    background: var(--clr-gold-dark);
    color: var(--clr-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(200,168,118,0.35);
  }
}

.btn-outline {
  background: transparent;
  color: var(--clr-white);
  border: 1.5px solid rgba(253,252,251,0.4);
}

@media (hover: hover) {
  .btn-outline:hover {
    border-color: var(--clr-gold);
    color: var(--clr-gold);
    transform: translateY(-2px);
  }
}

.btn-outline-dark {
  background: transparent;
  color: var(--clr-text);
  border: 1.5px solid var(--clr-border);
}

@media (hover: hover) {
  .btn-outline-dark:hover {
    border-color: var(--clr-gold);
    color: var(--clr-gold);
    transform: translateY(-2px);
  }
}

.btn-lg { padding: 1.1rem 2.2rem; font-size: 1.05rem; }

/* Sticky mobile CTA */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: var(--clr-dark);
  border-top: 1px solid rgba(200,168,118,0.2);
}

.sticky-cta a {
  display: block;
  background: var(--clr-gold);
  color: var(--clr-dark);
  font-weight: 700;
  text-align: center;
  padding: 0.9rem;
  border-radius: var(--radius-md);
  font-size: 1rem;
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--clr-dark);
  padding-top: var(--nav-h);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: 0.35;
  filter: grayscale(30%);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(17,17,16,0.9) 0%,
    rgba(17,17,16,0.5) 50%,
    rgba(17,17,16,0.75) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(4rem, 8vw, 8rem) 0;
  max-width: 720px;
}

.hero-content .label { margin-bottom: 1.5rem; }

.hero-content h1 {
  color: var(--clr-white);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.hero-content h1 em {
  color: var(--clr-gold);
  font-style: normal;
}

.hero-lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(253,252,251,0.75);
  margin-bottom: 2.5rem;
  max-width: 520px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero-proof {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.hero-stat {
  display: flex;
  flex-direction: column;
}

.hero-stat-num {
  font-family: var(--ff-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--clr-gold);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: rgba(253,252,251,0.75);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

/* Trust bar */
.trust-bar {
  background: var(--clr-dark-2);
  border-top: 1px solid rgba(200,168,118,0.15);
  border-bottom: 1px solid rgba(200,168,118,0.15);
  padding: 1.25rem 0;
}

.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(253,252,251,0.7);
  font-size: 0.85rem;
  font-weight: 500;
}

.trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--clr-gold);
  flex-shrink: 0;
}

/* --- Section styles --- */
.section { padding: var(--space-2xl) 0; }
.section--sm { padding: var(--space-xl) 0; }
.section--lg { padding: calc(var(--space-2xl) * 1.2) 0; }

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

.section-dark .lead { color: rgba(253,252,251,0.6); }
.section-dark h2 { color: var(--clr-white); }
.section-dark .label { color: var(--clr-gold); }

.section-alt { background: var(--clr-bg-alt); }

.section-header { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-header--center { text-align: center; }
.section-header--center .lead { margin: 0 auto; max-width: 560px; margin-top: 1rem; }

.section-header h2 { margin-top: 0.75rem; }
.section-header .lead { margin-top: 1rem; max-width: 600px; }

/* --- Service Cards --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5px;
  background: var(--clr-border);
  border: 1.5px solid var(--clr-border);
}

.service-card {
  background: var(--clr-bg);
  padding: 2.5rem 2rem;
  transition: background var(--transition);
  position: relative;
}

.service-card:hover { background: var(--clr-white); }

.service-card .service-icon {
  width: 44px;
  height: 44px;
  color: var(--clr-gold);
  margin-bottom: 1.25rem;
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--clr-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.service-card a.link-arrow {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--clr-gold);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.service-card a.link-arrow:hover { gap: 0.7rem; }

/* --- Before/After Grid --- */
.beforeafter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.beforeafter-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  aspect-ratio: 4/3;
}

.beforeafter-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--transition);
}

.beforeafter-item:hover img { transform: scale(1.04); }

.beforeafter-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(to top, rgba(17,17,16,0.85), transparent);
  color: var(--clr-white);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* --- Pricing --- */
.price-table {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5px;
  background: var(--clr-border);
  border: 1.5px solid var(--clr-border);
  margin-bottom: 2rem;
}

.price-row {
  background: var(--clr-bg);
  padding: 2rem;
}

.price-row--featured {
  background: var(--clr-dark);
  color: var(--clr-white);
  position: relative;
}

.price-row .label { margin-bottom: 0.75rem; }
.price-row h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }

.price-amount {
  font-family: var(--ff-display);
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--clr-gold);
  line-height: 1;
  margin: 1rem 0 0.5rem;
}

.price-amount sup { font-size: 1.2rem; vertical-align: top; margin-top: 0.5rem; }
.price-amount span { font-family: var(--ff-body); font-size: 1rem; font-weight: 500; color: var(--clr-muted); }

.price-row p {
  font-size: 0.87rem;
  color: var(--clr-muted);
  margin-top: 0.5rem;
}

.price-row--featured p { color: rgba(253,252,251,0.75); }

/* --- FAQ --- */
.faq-list { border-top: 1px solid var(--clr-border); }

.faq-item { border-bottom: 1px solid var(--clr-border); }

.faq-question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 500;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--clr-gold);
  transition: transform var(--transition);
  margin-top: 2px;
}

.faq-item.is-open .faq-question svg { transform: rotate(180deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-answer-inner {
  padding-bottom: 1.5rem;
  color: var(--clr-muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.faq-item.is-open .faq-answer { max-height: 600px; }

/* --- Testimonials --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--clr-white);
  padding: 2rem;
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-sm);
  position: relative;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
  color: var(--clr-gold);
}

.testimonial-stars svg { width: 16px; height: 16px; fill: currentColor; }

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--clr-text);
  margin-bottom: 1.25rem;
  font-style: italic;
}

.testimonial-author {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--clr-muted);
}

/* --- Blog --- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--clr-border);
  padding-bottom: 2rem;
  transition: transform var(--transition);
}

.blog-card:hover { transform: translateY(-3px); }

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.blog-card-cat {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-gold);
}

.blog-card-date {
  font-size: 0.78rem;
  color: var(--clr-muted);
}

.blog-card h3 {
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: var(--clr-text);
}

.blog-card:hover h3 { color: var(--clr-gold-dark); }

.blog-card p {
  font-size: 0.87rem;
  color: var(--clr-muted);
  flex: 1;
  line-height: 1.65;
}

.blog-card .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--clr-gold);
  margin-top: 1rem;
}

/* Blog single */
.blog-article { max-width: 760px; }

.blog-article h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.blog-article-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--clr-border);
  border-bottom: 1px solid var(--clr-border);
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.blog-article-meta span { font-size: 0.85rem; color: var(--clr-muted); }

.blog-content p { margin-bottom: 1.5rem; color: var(--clr-text); line-height: 1.8; }
.blog-content h2 { font-size: 1.75rem; margin: 2.5rem 0 1rem; }
.blog-content h3 { font-size: 1.3rem; margin: 2rem 0 0.75rem; }
.blog-content ul, .blog-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.blog-content li { margin-bottom: 0.5rem; color: var(--clr-text); }
.blog-content strong { font-weight: 600; color: var(--clr-dark); }

/* --- Contact Form --- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group { display: flex; flex-direction: column; gap: 0.4rem; }

.form-label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--clr-muted);
  text-transform: uppercase;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--clr-white);
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  color: var(--clr-text);
  transition: border-color var(--transition), box-shadow var(--transition);
  -webkit-appearance: none;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--clr-gold);
  box-shadow: 0 0 0 3px rgba(200,168,118,0.15);
}

.form-textarea { resize: vertical; min-height: 130px; }

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

.form-hint { font-size: 0.78rem; color: var(--clr-muted); margin-top: 0.25rem; }

/* Dark form */
.form-dark .form-input,
.form-dark .form-textarea,
.form-dark .form-select {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  color: var(--clr-white);
}

.form-dark .form-input::placeholder,
.form-dark .form-textarea::placeholder {
  color: rgba(255,255,255,0.3);
}

.form-dark .form-input:focus,
.form-dark .form-textarea:focus {
  border-color: var(--clr-gold);
  background: rgba(255,255,255,0.08);
}

.form-dark .form-label { color: rgba(255,255,255,0.5); }

/* --- Image features --- */
.feature-img {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Offset image with overlapping badge */
.img-offset {
  position: relative;
}

.img-offset::before {
  content: '';
  position: absolute;
  inset: -10px -10px 10px 10px;
  border: 1.5px solid rgba(200,168,118,0.3);
  border-radius: var(--radius-sm);
  z-index: 0;
}

.img-offset > * { position: relative; z-index: 1; }

/* Badge on image */
.img-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--clr-dark);
  color: var(--clr-white);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-md);
  text-align: center;
  z-index: 2;
  box-shadow: var(--shadow-lg);
}

.img-badge-num {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--clr-gold);
  line-height: 1;
  display: block;
}

.img-badge-text {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(253,252,251,0.75);
  display: block;
  margin-top: 0.35rem;
}

/* --- Process Steps --- */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  counter-reset: step;
}

.process-step {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--clr-border);
  position: relative;
  counter-increment: step;
}

.process-step:last-child { border-right: none; }

.process-step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--ff-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(200,168,118,0.2);
  line-height: 1;
  margin-bottom: 1rem;
}

.process-step h3 {
  margin-bottom: 0.5rem;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  font-weight: 600;
}

.process-step p {
  font-size: 0.87rem;
  color: var(--clr-muted);
  line-height: 1.65;
}

/* --- CTA Section --- */
.cta-section {
  background: var(--clr-dark);
  padding: var(--space-2xl) 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,168,118,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.cta-content h2 { color: var(--clr-white); margin-bottom: 1rem; }
.cta-content p { color: rgba(253,252,251,0.6); margin-bottom: 2rem; max-width: 520px; }

.cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.cta-actions .trust-note {
  font-size: 0.82rem;
  color: rgba(253,252,251,0.65);
}

/* --- Page Header (inner pages) --- */
.page-header {
  background: var(--clr-dark);
  padding: calc(var(--nav-h) + 4rem) 0 5rem;
  position: relative;
  overflow: hidden;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,168,118,0.3), transparent);
}

.page-header h1 {
  color: var(--clr-white);
  font-style: italic;
  max-width: 680px;
}

.page-header .label { margin-bottom: 1rem; }
.page-header .lead { color: rgba(253,252,251,0.6); margin-top: 1rem; max-width: 560px; }

/* Decorative number */
.deco-num {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--ff-display);
  font-size: clamp(8rem, 18vw, 20rem);
  font-weight: 300;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* --- Footer --- */
.site-footer {
  background: var(--clr-dark);
  color: var(--clr-white);
  border-top: 1px solid rgba(200,168,118,0.15);
}

.footer-main {
  padding: 5rem 0 3.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
}

.footer-brand p {
  font-size: 0.87rem;
  color: rgba(253,252,251,0.65);
  line-height: 1.75;
  margin-top: 1rem;
  max-width: 280px;
}

.footer-brand .footer-logo {
  font-family: var(--ff-display);
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  color: var(--clr-white);
}

.footer-brand .footer-logo span {
  color: var(--clr-gold);
  display: block;
  font-size: 0.65rem;
  font-family: var(--ff-body);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.footer-col .footer-col-heading {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(253,252,251,0.65);
  margin-bottom: 1.25rem;
}

.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }

.footer-col a {
  font-size: 0.87rem;
  color: rgba(253,252,251,0.75);
  transition: color var(--transition);
}

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

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.footer-contact-item svg {
  width: 14px;
  height: 14px;
  color: var(--clr-gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact-item span {
  font-size: 0.85rem;
  color: rgba(253,252,251,0.75);
  line-height: 1.5;
}

.footer-bottom {
  border-top: 1px solid rgba(253,252,251,0.06);
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-bottom p {
  font-size: 0.78rem;
  color: rgba(253,252,251,0.55);
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-size: 0.78rem;
  color: rgba(253,252,251,0.55);
  transition: color var(--transition);
}

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

/* --- Breadcrumb --- */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 1rem 0;
  font-size: 0.78rem;
  color: var(--clr-muted);
}

.breadcrumb a { color: var(--clr-muted); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--clr-gold); }
.breadcrumb-sep { color: var(--clr-border); }

/* --- WhatsApp --- */
.whatsapp-float {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  width: 52px;
  height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  z-index: 80;
  transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
}

.whatsapp-float svg { width: 26px; height: 26px; fill: white; }

/* --- Reveal animations (only when JS loaded) --- */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* --- Utilities --- */
.text-gold { color: var(--clr-gold); }
.text-muted { color: var(--clr-muted); }
.text-center { text-align: center; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-6 { margin-top: 3rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 2rem; }

/* Horizontal rule */
.hr-gold {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--clr-gold), transparent);
  margin: var(--space-xl) 0;
  opacity: 0.4;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main { gap: 2rem; }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }

  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .split-7-5,
  .split-5-7,
  .split-equal {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .split-5-7 > *:first-child { order: 2; }

  .hero-content { padding: 3rem 0; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-proof { gap: 1.5rem; }

  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid var(--clr-border); }
  .process-step:nth-child(odd) { border-right: 1px solid var(--clr-border); }

  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }

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

  .img-badge { bottom: 0.5rem; right: 0.5rem; }

  .sticky-cta { display: block; }

  .whatsapp-float { bottom: 5.5rem; }

  .section { padding: var(--space-xl) 0; }
  .section--lg { padding: var(--space-xl) 0; }
}

@media (max-width: 480px) {
  .process-steps { grid-template-columns: 1fr; }
  .process-step { border-right: none !important; }

  .price-table { grid-template-columns: 1fr; }

  .footer-main { grid-template-columns: 1fr; }

  .trust-bar-inner { gap: 1rem; }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
