/* ===== Self-hosted licensed brand fonts ===== */
@font-face {
  font-family: 'Ogg';
  src: url('fonts/Ogg-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Ogg';
  src: url('fonts/Ogg-LightItalic.woff2') format('woff2');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'SangBleu Kingdom';
  src: url('fonts/SangBleuKingdom-Regular-WebXL.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

/* ===== Brand tokens ===== */
:root {
  --burnt-fig: #41271c;
  --olive: #5b5b31;
  --terracotta: #9d5a26;
  --sea-salt: #f7f2ee;
  --sandstone: #c9beaa;
  --lavender: #b4b2e4;
  --butter: #f7f0c4;

  --serif: 'Ogg', 'Cormorant Garamond', Georgia, serif;
  --sans: 'Figtree', -apple-system, 'Helvetica Neue', sans-serif;
  --script: 'SangBleu Kingdom', 'Italianno', cursive;

  --maxw: 1200px;
  --gut: clamp(24px, 6vw, 96px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--sea-salt);
  color: var(--burnt-fig);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gut); padding-right: var(--gut); }

h1, h2, h3 { font-family: var(--serif); font-weight: 300; line-height: 1.08; }
em { font-style: italic; }
.script { font-family: var(--script); font-style: normal; }

.eyebrow {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: 4px; text-transform: uppercase; color: var(--terracotta);
}

/* ===== Buttons ===== */
.btn {
  display: inline-block; font-family: var(--sans); font-weight: 500;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  padding: 15px 30px; border: 1px solid var(--burnt-fig);
  background: var(--burnt-fig); color: var(--sea-salt); cursor: pointer;
  transition: all .25s ease;
}
.btn:hover { background: transparent; color: var(--burnt-fig); }
.btn--ghost { background: transparent; color: var(--burnt-fig); }
.btn--ghost:hover { background: var(--burnt-fig); color: var(--sea-salt); }
.btn--light { border-color: var(--sea-salt); background: var(--sea-salt); color: var(--burnt-fig); }
.btn--light:hover { background: transparent; color: var(--sea-salt); }
.btn--ghost-light { border-color: rgba(247,242,238,.5); background: transparent; color: var(--sea-salt); }
.btn--ghost-light:hover { background: var(--sea-salt); color: var(--burnt-fig); border-color: var(--sea-salt); }

/* ===== Nav ===== */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,242,238,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(65,39,28,.1);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { font-family: var(--serif); font-size: 26px; letter-spacing: 6px; text-transform: uppercase; }
.nav-links { display: flex; gap: 34px; align-items: center; }
.nav-links a { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 400; transition: color .2s; }
.nav-links a:hover, .nav-links a.is-active { color: var(--terracotta); }
.nav-cta { font-weight: 500 !important; color: var(--terracotta) !important; }
.nav-toggle { display: none; background: none; border: 0; font-size: 26px; color: var(--burnt-fig); cursor: pointer; }
@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 22px;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--sea-salt); padding: 30px var(--gut);
    border-bottom: 1px solid rgba(65,39,28,.1);
  }
}

/* Language switcher */
.lang-switch { display: inline-flex; gap: 6px; align-items: center; }
.lang-switch button {
  background: none; border: 0; cursor: pointer; font-family: var(--sans);
  font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
  color: rgba(65,39,28,.45); padding: 2px; transition: color .2s;
}
.lang-switch button:hover { color: var(--burnt-fig); }
.lang-switch button.is-active { color: var(--terracotta); font-weight: 600; }
.lang-switch .sep { color: rgba(65,39,28,.25); font-size: 11px; }

/* ===== Hero (home) ===== */
.hero { background: var(--burnt-fig); color: var(--sea-salt); position: relative; overflow: hidden; padding: 0; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 78vh; align-items: center; }
.hero-copy { padding: 80px var(--gut) 80px; }
.hero h1 { font-size: clamp(40px, 6vw, 78px); color: var(--sea-salt); }
.hero h1 em { color: var(--sandstone); }
.hero .lede { margin: 30px 0 40px; font-size: 17px; max-width: 30em; color: rgba(247,242,238,.82); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-claim { margin-top: 46px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: rgba(247,242,238,.45); }
.hero-photo {
  background:
    linear-gradient(180deg, rgba(65,39,28,.15), rgba(65,39,28,.35)),
    linear-gradient(135deg, var(--terracotta), var(--sandstone) 55%, var(--olive));
  min-height: 100%; position: relative; display: flex; align-items: flex-end; justify-content: flex-start;
}
.hero-photo .ph-note {
  margin: 24px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(247,242,238,.85); background: rgba(65,39,28,.45); padding: 8px 12px;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { min-height: 320px; order: -1; }
}
/* Hero credibility stats */
.hero-stats { display: grid; grid-template-columns: repeat(2, minmax(0, max-content)); gap: 22px 48px; margin: 24px 0 30px; }
.hero-stats .stat { display: flex; flex-direction: column; }
.hero-stats .num { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 3.2vw, 42px); line-height: 1; color: var(--butter); }
.hero-stats .lbl { margin-top: 8px; font-family: var(--sans); font-weight: 400; font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(247,242,238,.6); line-height: 1.4; }
@media (max-width: 600px) { .hero-stats { gap: 18px 32px; } }

/* ===== Interior page hero ===== */
.page-hero { background: var(--burnt-fig); color: var(--sea-salt); padding: clamp(70px,10vw,110px) 0 clamp(56px,7vw,80px); }
.page-hero .eyebrow { color: var(--sandstone); }
.page-hero h1 { font-size: clamp(38px, 6vw, 68px); color: var(--sea-salt); margin-top: 16px; }
.page-hero h1 em { color: var(--sandstone); }
.page-hero p { margin-top: 22px; font-size: 17px; max-width: 34em; color: rgba(247,242,238,.82); }

/* ===== Section frame ===== */
section { padding: clamp(64px, 9vw, 120px) 0; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 50px); margin: 14px 0 0; }
.section-head h2 em { color: var(--olive); }
.section-head p { margin-top: 20px; font-size: 16px; color: rgba(65,39,28,.72); }
.alt { background: var(--sandstone); }
.alt-olive { background: var(--olive); color: var(--sea-salt); }
.alt-olive .eyebrow { color: var(--butter); }
.alt-olive h2 { color: var(--sea-salt); }
.alt-olive h2 em { color: var(--lavender); }
.alt-olive p { color: rgba(247,242,238,.82); }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.cta-row.center { justify-content: center; }

/* ===== Audience cards ===== */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.aud { background: var(--sea-salt); padding: 48px; }
.aud:nth-child(2) { background: var(--butter); }
.aud h3 { font-size: 28px; margin-bottom: 14px; }
.aud h3 em { color: var(--terracotta); }
.aud p { font-size: 15px; color: rgba(65,39,28,.72); }
@media (max-width: 760px){ .two { grid-template-columns: 1fr; } }

/* ===== Journey ===== */
.journey { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.step { background: rgba(247,242,238,.06); padding: 36px 26px; border-top: 2px solid var(--butter); }
.step .n { font-family: var(--serif); font-size: 40px; color: var(--butter); display: block; margin-bottom: 14px; }
.step h3 { font-size: 20px; color: var(--sea-salt); margin-bottom: 10px; }
.step p { font-size: 13.5px; color: rgba(247,242,238,.75); }
@media (max-width: 960px){ .journey { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .journey { grid-template-columns: 1fr; } }

/* ===== Services ===== */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc { background: var(--sea-salt); border: 1px solid rgba(65,39,28,.12); padding: 40px 34px; display: flex; flex-direction: column; }
.svc .tag { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--terracotta); font-weight: 500; }
.svc h3 { font-size: 26px; margin: 14px 0 16px; }
.svc p { font-size: 14.5px; color: rgba(65,39,28,.72); margin-bottom: 22px; }
.svc ul { list-style: none; margin-top: auto; }
.svc li { font-size: 13.5px; padding: 9px 0; border-top: 1px solid rgba(65,39,28,.1); color: rgba(65,39,28,.8); }
@media (max-width: 880px){ .services { grid-template-columns: 1fr; } }

/* ===== Gallery ===== */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.gtile {
  aspect-ratio: 4/5; position: relative; overflow: hidden;
  display: flex; align-items: flex-end; color: rgba(247,242,238,.9);
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
}
.gtile span { padding: 12px; position: relative; z-index: 2; }
.gtile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; transition: transform .6s ease; }
.gtile:hover img { transform: scale(1.04); }
.gtile::before { content:''; position:absolute; inset:0; background: var(--g, var(--sandstone)); }
.gtile::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(65,39,28,.5)); }
.gtile:nth-child(8n+1){ --g: linear-gradient(135deg,#9d5a26,#c9beaa); }
.gtile:nth-child(8n+2){ --g: linear-gradient(135deg,#5b5b31,#c9beaa); }
.gtile:nth-child(8n+3){ --g: linear-gradient(135deg,#b4b2e4,#f7f0c4); }
.gtile:nth-child(8n+4){ --g: linear-gradient(135deg,#c9beaa,#9d5a26); }
.gtile:nth-child(8n+5){ --g: linear-gradient(135deg,#41271c,#9d5a26); }
.gtile:nth-child(8n+6){ --g: linear-gradient(135deg,#5b5b31,#f7f0c4); }
.gtile:nth-child(8n+7){ --g: linear-gradient(135deg,#9d5a26,#f7f2ee); }
.gtile:nth-child(8n){ --g: linear-gradient(135deg,#c9beaa,#b4b2e4); }
.gtile.tall { grid-row: span 2; aspect-ratio: auto; }
@media (max-width: 860px){ .gallery { grid-template-columns: repeat(2, 1fr); } }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.about-photo { position: relative; }
.about-photo .frame {
  aspect-ratio: 4/5; background: linear-gradient(150deg, var(--sandstone), var(--olive));
  display:flex; align-items:center; justify-content:center;
  color: rgba(247,242,238,.85); font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
}
.about-photo img.frame { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.about-photo .badge {
  position: absolute; bottom: -16px; left: -16px; background: var(--olive); color: var(--sea-salt);
  padding: 14px 20px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
}
.about-photo .badge span { font-family: var(--script); text-transform: none; font-size: 22px; letter-spacing: 0; display: block; }
.about h2 { font-size: clamp(30px,4vw,48px); }
.about h2 em { color: var(--terracotta); }
.about p { margin-top: 18px; font-size: 15.5px; color: rgba(65,39,28,.78); }
.pull { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--olive); margin: 26px 0; line-height: 1.4; }
@media (max-width: 820px){ .about-grid { grid-template-columns: 1fr; gap: 50px; } }

/* ===== Team / partners ===== */
.partners { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 12px; }
.pcard { background: rgba(247,242,238,.06); padding: 26px 22px; }
.pcard .ico { font-size: 22px; display:block; margin-bottom: 10px; }
.pcard h4 { font-family: var(--sans); font-weight: 500; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--sea-salt); }
@media (max-width: 880px){ .partners { grid-template-columns: 1fr 1fr; } }

/* ===== Newsletter ===== */
.news { background: var(--lavender); color: var(--burnt-fig); }
.news-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.news h2 { font-size: clamp(28px,4vw,44px); }
.news .script { font-size: 1.15em; }
.news p { margin-top: 16px; font-size: 15px; color: rgba(65,39,28,.8); }
.news form { display: flex; gap: 10px; flex-wrap: wrap; }
.news input {
  flex: 1; min-width: 220px; padding: 15px 18px; border: 1px solid var(--burnt-fig);
  background: var(--sea-salt); font-family: var(--sans); font-size: 14px; color: var(--burnt-fig);
}
.news small { display:block; margin-top: 12px; font-size: 12px; color: rgba(65,39,28,.6); }
@media (max-width: 820px){ .news-inner { grid-template-columns: 1fr; gap: 30px; } }

/* MailerLite embedded form — restyled to brand (drops MailerLite's default CSS) */
.news .ml-form-embedContainer, .news .ml-form-embedWrapper, .news .ml-form-embedBody { width: 100%; }
.news .ml-block-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; }
.news .ml-form-fieldRow { flex: 1 1 220px; min-width: 220px; margin: 0; }
.news .ml-form-fieldRow input {
  width: 100%; padding: 15px 18px; border: 1px solid var(--burnt-fig);
  background: var(--sea-salt); font-family: var(--sans); font-size: 14px;
  color: var(--burnt-fig); box-sizing: border-box;
}
.news .ml-form-embedSubmit { display: flex; margin: 0; }
.news .ml-form-embedSubmit .loading { display: none; }
.news .row-success p { margin: 0; font-size: 15px; color: var(--burnt-fig); }
.ml-form-embedSubmitLoad { display: inline-block; width: 18px; height: 18px; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact h2 { font-size: clamp(30px,4vw,48px); }
.contact h2 em { color: var(--terracotta); }
form.lead { display: grid; gap: 14px; margin-top: 8px; }
form.lead input, form.lead select, form.lead textarea {
  padding: 14px 16px; border: 1px solid rgba(65,39,28,.25); background: var(--sea-salt);
  font-family: var(--sans); font-size: 14px; color: var(--burnt-fig); width: 100%;
}
form.lead textarea { min-height: 110px; resize: vertical; }
.lead-success { background: var(--butter); border-left: 3px solid var(--terracotta); padding: 24px 26px; }
.lead-success p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--burnt-fig); }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.ci-item .l { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--terracotta); font-weight: 500; margin-bottom: 4px; }
.ci-item .v { font-size: 16px; }
.callout { background: var(--butter); padding: 26px; border-left: 3px solid var(--terracotta); }
.callout h3 { font-size: 22px; margin-bottom: 8px; }
.callout p { font-size: 14px; color: rgba(65,39,28,.75); margin-bottom: 16px; }
@media (max-width: 820px){ .contact-grid { grid-template-columns: 1fr; gap: 44px; } }

/* ===== Footer ===== */
footer { background: var(--burnt-fig); color: rgba(247,242,238,.7); padding: 70px 0 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(247,242,238,.12); }
.foot-brand { font-family: var(--serif); font-size: 30px; letter-spacing: 6px; text-transform: uppercase; color: var(--sea-salt); }
.foot-brand + p { margin-top: 14px; font-size: 13px; max-width: 26em; }
.foot-col h5 { font-family: var(--sans); font-weight: 500; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--sandstone); margin-bottom: 16px; }
.foot-col a, .foot-col p { display: block; font-size: 13.5px; color: rgba(247,242,238,.7); padding: 5px 0; }
.foot-col a:hover { color: var(--sea-salt); }
.legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 28px; font-size: 12px; color: rgba(247,242,238,.45); }
@media (max-width: 820px){ .foot-grid { grid-template-columns: 1fr; gap: 32px; } }
