@font-face {
  font-family: 'Porter';
  src: url('fonts/TG-PorterBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Porter';
  src: url('fonts/TG-Porter.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&display=swap');

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

:root {
  --forest:  #22332E;
  --warm:    #F5F4F1;
  --white:   #FAFAFA;
  --tan:     #B18F79;
  --times: 'Times New Roman', 'Georgia', serif;
  --body:  'Open Sans', sans-serif;
  --din:   'Porter', 'Arial Black', Impact, sans-serif;
}

html { background: var(--warm); color: var(--forest); font-family: var(--body); scroll-behavior: smooth; }

/* ── CODED LOGO ── */
.logo { display: flex; flex-direction: column; align-items: center; text-decoration: none; line-height: 1; gap: 0; }
.logo-main { font-family: var(--times); font-weight: 400; font-style: italic; font-size: 1.55rem; letter-spacing: -0.01em; line-height: 1; color: var(--forest); transition: color 0.2s; }
.logo-sub { font-family: var(--body); font-weight: 300; font-size: 0.44rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(34,51,46,0.35); margin-top: 0.2rem; transition: color 0.2s; }
.logo.light .logo-main { color: var(--warm); }
.logo.light .logo-sub  { color: rgba(245,244,241,0.3); }

/* ── TYPOGRAPHY ── */
.t-din   { font-family: var(--din); font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; line-height: 0.95; }
.t-times { font-family: var(--times); font-weight: 400; letter-spacing: -0.05em; line-height: 1.1; }
.t-label { font-family: var(--body); font-weight: 400; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.26em; color: var(--tan); }
.t-body  { font-family: var(--body); font-weight: 300; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; word-spacing: 0.25em; line-height: 1.95; color: rgba(34,51,46,0.6); }
.rule    { width: 32px; height: 1px; background: var(--tan); margin: 0.5rem 0; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,244,241,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(34,51,46,0.08);
  height: 80px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3.5rem;
}
.nav-links { display: flex; gap: 3rem; list-style: none; }
.nav-links a {
  font-family: var(--body); font-size: 0.82rem; font-weight: 400;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(34,51,46,0.5); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--forest); }
/* Prominent enquire CTA in nav */
.nav-cta {
  font-family: var(--body); font-size: 0.78rem; font-weight: 400;
  letter-spacing: 0.15em; text-transform: uppercase;
  background: var(--forest); color: var(--warm);
  border: 2px solid var(--forest);
  padding: 0.78rem 2rem; cursor: pointer;
  transition: all 0.2s; text-decoration: none; display: inline-block;
}
.nav-cta:hover { background: var(--tan); border-color: var(--tan); }
.nav-mobile-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; padding: 4px; }
.nav-mobile-btn span { display: block; width: 26px; height: 1.5px; background: var(--forest); }

/* ── BUTTONS ── */
.btn-primary { font-family: var(--body); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; background: var(--forest); color: var(--warm); border: 2px solid var(--forest); padding: 0.95rem 2.4rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--tan); border-color: var(--tan); }
.btn-secondary { font-family: var(--body); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; background: transparent; color: var(--warm); border: 2px solid rgba(245,244,241,0.4); padding: 0.95rem 2.4rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-secondary:hover { border-color: rgba(245,244,241,0.8); background: rgba(245,244,241,0.08); }
.btn-outline { font-family: var(--body); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; background: transparent; color: var(--warm); border: 2px solid rgba(245,244,241,0.38); padding: 0.95rem 2.4rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-outline:hover { background: var(--tan); border-color: var(--tan); color: var(--warm); }
.btn-outline-dark { font-family: var(--body); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; background: transparent; color: var(--forest); border: 2px solid rgba(34,51,46,0.3); padding: 0.95rem 2.4rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-outline-dark:hover { background: var(--tan); border-color: var(--tan); color: var(--warm); }
.btn-text { font-family: var(--body); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); background: none; border: none; border-bottom: 1.5px solid rgba(34,51,46,0.35); padding-bottom: 0.2rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-text:hover { color: var(--tan); border-bottom-color: var(--tan); }
.btn-text-light { font-family: var(--body); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,244,241,0.45); background: none; border: none; border-bottom: 1px solid rgba(245,244,241,0.2); padding-bottom: 0.2rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block; }
.btn-text-light:hover { color: var(--warm); border-bottom-color: rgba(245,244,241,0.6); }

/* ── TATTOO ICONS (transparent bg, cream/off-white artwork) ── */
.icon { display: inline-block; }
.icon img { display: block; }
/* On dark backgrounds: screen makes the cream artwork glow through */
.icon img { mix-blend-mode: screen; }
/* On light backgrounds: multiply makes white/cream areas invisible */
.icon.on-light img { mix-blend-mode: multiply; filter: brightness(0.15); }

/* ── STATS ── */
.stats { background: var(--white); border-bottom: 1px solid rgba(34,51,46,0.08); display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 2rem 2.5rem; border-right: 1px solid rgba(34,51,46,0.08); display: flex; flex-direction: column; gap: 0.4rem; }
.stat:last-child { border-right: none; }
.stat-num { font-family: var(--din); font-weight: 900; font-size: 1.9rem; letter-spacing: -0.02em; color: var(--forest); line-height: 1; }
.stat-label { font-family: var(--body); font-size: 0.6rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(34,51,46,0.38); line-height: 1.6; }

/* ── PAGE HERO ── */
.page-hero { background: var(--forest); padding: 6rem 3.5rem 5rem; position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.2; }
.page-hero-inner { max-width: 700px; position: relative; z-index: 2; }
.page-hero-eyebrow { font-family: var(--body); font-size: 0.64rem; font-weight: 400; letter-spacing: 0.26em; text-transform: uppercase; color: var(--tan); margin-bottom: 1.6rem; display: flex; align-items: center; gap: 1rem; }
.page-hero-eyebrow::before { content:''; display:block; width:28px; height:1px; background:var(--tan); }
.page-hero-h1 { font-family: var(--din); font-weight: 900; font-size: clamp(2.8rem, 5vw, 5rem); text-transform: uppercase; letter-spacing: -0.02em; line-height: 0.92; color: var(--warm); margin-bottom: 1.8rem; }
.page-hero-sub { font-family: var(--body); font-size: 0.72rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.15em; word-spacing: 0.22em; line-height: 1.9; color: rgba(245,244,241,0.42); max-width: 520px; }

/* ── TESTIMONIALS ── */
.testi { background: var(--forest); padding: 5.5rem 3.5rem; }
.testi-inner { max-width: 960px; margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.testi-card { background: rgba(245,244,241,0.04); padding: 2.8rem; }
.testi-card.featured { background: rgba(245,244,241,0.07); }
.testi-mark { font-family: var(--times); font-size: 3rem; color: var(--tan); line-height: 1; margin-bottom: 0.6rem; opacity: 0.5; }
/* Quotes: not italic, readable */
.testi-quote { font-family: var(--times); font-size: clamp(1rem, 1.6vw, 1.3rem); font-style: normal; letter-spacing: -0.01em; line-height: 1.6; color: rgba(245,244,241,0.88); margin-bottom: 1.4rem; }
.testi-attr { font-family: var(--body); font-size: 0.6rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.22em; color: var(--tan); }
.testi-source { font-family: var(--body); font-size: 0.52rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(245,244,241,0.18); margin-top: 0.2rem; }
.testi-single { text-align: center; }
.testi-single .testi-quote { font-size: clamp(1.3rem, 2.4vw, 2.1rem); max-width: 700px; margin: 0.8rem auto 1.8rem; }

/* ── FAQ ── */
.faq-inner { max-width: 680px; }
.faq-item { border-bottom: 1px solid rgba(34,51,46,0.1); }
.faq-btn { width: 100%; background: none; border: none; text-align: left; cursor: pointer; padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: var(--times); font-size: 1.15rem; letter-spacing: -0.02em; line-height: 1.2; color: var(--forest); transition: color 0.2s; }
.faq-btn:hover { color: var(--tan); }
.faq-icon { font-size: 1.3rem; color: var(--tan); transition: transform 0.25s; flex-shrink: 0; line-height: 1; }
.faq-icon.open { transform: rotate(45deg); }
.faq-ans { font-family: var(--body); font-size: 0.7rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.13em; word-spacing: 0.2em; line-height: 1.95; color: rgba(34,51,46,0.5); max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; }
.faq-ans.open { max-height: 400px; padding-bottom: 1.5rem; }

/* ── FOOTER ── */
footer { background: var(--forest); padding: 3.5rem; border-top: 1px solid rgba(245,244,241,0.05); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(245,244,241,0.06); }
.footer-nav-col h4 { font-family: var(--body); font-size: 0.56rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.24em; color: var(--tan); margin-bottom: 1rem; }
.footer-nav-col a { display: block; font-family: var(--body); font-size: 0.65rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(245,244,241,0.28); text-decoration: none; transition: color 0.2s; margin-bottom: 0.65rem; }
.footer-nav-col a:hover { color: var(--tan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-family: var(--body); font-size: 0.54rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.13em; color: rgba(245,244,241,0.15); }
.footer-social { display: flex; gap: 1.5rem; }
.footer-social a { font-family: var(--body); font-size: 0.56rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(245,244,241,0.22); text-decoration: none; transition: color 0.2s; }
.footer-social a:hover { color: var(--tan); }

/* ── COVERAGE TAGS ── */
.coverage { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cov-tag { font-family: var(--body); font-size: 0.57rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.13em; color: rgba(34,51,46,0.45); background: var(--white); border: 1px solid rgba(34,51,46,0.07); padding: 0.3rem 0.7rem; }

.section-pad { padding: 6rem 3.5rem; }
.section-pad-sm { padding: 3.5rem 3.5rem; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  nav { padding: 0 1.5rem; height: 70px; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--warm); border-bottom: 1px solid rgba(34,51,46,0.1); padding: 0.5rem 0; z-index: 99; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 1rem 1.5rem; font-size: 0.9rem; }
  .nav-cta { display: none; }
  .nav-mobile-btn { display: flex; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid rgba(34,51,46,0.08); }
  .section-pad { padding: 4rem 1.5rem; }
  .section-pad-sm { padding: 2.5rem 1.5rem; }
  .page-hero { padding: 4rem 1.5rem 3.5rem; }
  .testi { padding: 4rem 1.5rem; }
  .testi-grid { grid-template-columns: 1fr; }
  footer { padding: 2.5rem 1.5rem; }
  .footer-top { flex-direction: column; }
}

/* Mobile: sentence case for readability */
@media (max-width: 768px) {
  .t-body { text-transform: none; font-size: 0.85rem; letter-spacing: 0.04em; word-spacing: 0.08em; line-height: 1.75; }
  .proc-body { text-transform: none; font-size: 0.82rem; letter-spacing: 0.03em; }
  .faq-ans { text-transform: none; font-size: 0.82rem; letter-spacing: 0.03em; }
  .inc-detail { text-transform: none; font-size: 0.78rem; letter-spacing: 0.03em; }
  .extra-desc { text-transform: none; font-size: 0.78rem; }
  .about-body-text { text-transform: none; font-size: 0.82rem; letter-spacing: 0.04em; }
}

/* Social icon buttons */
.social-icons { display: flex; gap: 1rem; align-items: center; }
.social-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(245,244,241,0.2);
  border-radius: 50%;
  transition: all 0.2s;
  text-decoration: none;
}
.social-btn:hover { border-color: var(--tan); background: rgba(177,143,121,0.1); }
.social-btn svg { width: 16px; height: 16px; fill: rgba(245,244,241,0.5); transition: fill 0.2s; }
.social-btn:hover svg { fill: var(--tan); }
