/* ═══════════════════════════════════════════════════
   MY HEALING SPACE — Redesigned Premium Aesthetic
   Theme: Organic Luxury · Warm Editorial · Sanctuary
   Fonts: Playfair Display + Pinyon Script + DM Sans
═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500&family=Pinyon+Script&display=swap');

/* ── TOKENS ── */
:root {
  --cream:      #f7f2ea;
  --cream-2:    #ede5d5;
  --linen:      #e4d9c4;
  --tan:        #c8b49a;
  --gold:       #c9a96e;
  --gold-lt:    #dfc28e;
  --forest:     #3d6b4f;
  --forest-lt:  #5a8c6a;
  --forest-pale:#e8f0ea;
  --blush:      #c9857a;
  --blush-lt:   #f2dbd8;
  --ink:        #1a1714;
  --ink-70:     rgba(26,23,20,.7);
  --ink-40:     rgba(26,23,20,.4);
  --ink-15:     rgba(26,23,20,.15);
  --white:      #ffffff;
  --shadow-s:   0 2px 12px rgba(26,23,20,.06);
  --shadow-m:   0 8px 32px rgba(26,23,20,.1);
  --shadow-l:   0 24px 72px rgba(26,23,20,.14);
  --r:          16px;
  --r-lg:       28px;
}

/* ── RESET ── */
*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  font-family:'DM Sans',sans-serif;
  font-weight:300;
  background:var(--cream);
  color:var(--ink);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  cursor:none;
}
img { display:block; max-width:100%; }
a { text-decoration:none; color:inherit; }
ul { list-style:none; }

/* ── CUSTOM CURSOR ── */
.cursor {
  position:fixed; width:8px; height:8px; border-radius:50%;
  background:var(--forest); pointer-events:none; z-index:9999;
  transform:translate(-50%,-50%); transition:transform .1s;
  mix-blend-mode:multiply;
}
.cursor-follower {
  position:fixed; width:36px; height:36px; border-radius:50%;
  border:1.5px solid var(--forest); pointer-events:none; z-index:9998;
  transform:translate(-50%,-50%);
  transition:all .15s cubic-bezier(.4,0,.2,1);
  opacity:.5;
}

/* ── LAYOUT ── */
.wrap { max-width:1200px; margin:0 auto; padding:0 56px; }
section { padding:120px 0; }

/* ── SECTION LABEL ── */
.section-label {
  display:flex; align-items:center; gap:14px; margin-bottom:24px;
  font-family:'DM Sans',sans-serif; font-weight:500;
  font-size:.65rem; letter-spacing:.28em; text-transform:uppercase;
  color:var(--tan);
  --label-color: var(--tan);
}
.section-label__line {
  display:block; width:32px; height:1px;
  background:var(--gold);
}

/* ── SECTION TITLE ── */
.section-title {
  font-family:'Playfair Display',serif;
  font-size:clamp(2.4rem,3.8vw,4rem);
  font-weight:400; line-height:1.1; color:var(--ink);
  letter-spacing:-.02em; margin-bottom:20px;
}
.section-title em { font-style:italic; color:var(--forest); }

.section-header {
  display:grid; grid-template-columns:1fr 1fr;
  gap:60px; align-items:end; margin-bottom:72px;
}
.section-intro { font-size:.95rem; line-height:1.95; color:var(--ink-70); }

/* ── BUTTONS ── */
.btn-primary {
  display:inline-flex; align-items:center; gap:10px;
  background:var(--forest); color:var(--white);
  padding:16px 36px; border-radius:50px; border:none; cursor:pointer;
  font-family:'DM Sans',sans-serif; font-weight:500;
  font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
  transition:all .35s cubic-bezier(.4,0,.2,1);
}
.btn-primary:hover {
  background:var(--forest-lt); transform:translateY(-2px);
  box-shadow:0 16px 40px rgba(61,107,79,.3);
}
.btn-primary.btn-full { width:100%; justify-content:center; }

.btn-secondary {
  display:inline-flex; align-items:center; gap:10px;
  background:transparent; color:white;
  padding:16px 36px; border-radius:50px;
  border:1.5px solid var(--linen); cursor:pointer;
  font-family:'DM Sans',sans-serif; font-weight:500;
  font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
  transition:all .35s cubic-bezier(.4,0,.2,1);
}
.btn-secondary:hover {
  border-color:var(--ink); background:var(--ink); color:var(--white);
}

.btn-outline {
  display:inline-flex; align-items:center; gap:10px;
  background:transparent; color:var(--forest);
  padding:14px 32px; border-radius:50px;
  border:1.5px solid var(--forest); cursor:pointer;
  font-family:'DM Sans',sans-serif; font-weight:500;
  font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
  transition:all .35s;
}
.btn-outline:hover { background:var(--forest); color:var(--white); }

.btn-gold {
  display:inline-flex; align-items:center; gap:10px;
  background:transparent; color:var(--gold-lt);
  padding:14px 0; border:none; cursor:pointer;
  font-family:'DM Sans',sans-serif; font-weight:500;
  font-size:.75rem; letter-spacing:.16em; text-transform:uppercase;
  border-bottom:1px solid var(--gold);
  transition:all .3s;
}
.btn-gold:hover { color:var(--white); border-color:var(--white); }


/* ══════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════ */
.nav {
  position:fixed; top:0; left:0; right:0; z-index:300;
  padding: 14px 56px;
  display:flex; align-items:center; justify-content:space-between;
  transition:all .5s ease;
}
.nav.stuck {
  background:rgba(247,242,234,.96);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  padding: 10px 56px;
  border-bottom:1px solid var(--linen);
  box-shadow:0 2px 24px rgba(26,23,20,.05);
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;     /* add a little breathing room */
}
.nav__logo-img {
  height: 60px;       /* increased from 58px — adjust as you like */
  width: auto;
  object-fit: contain;
}
.nav__logo-text {
  display: flex;
  flex-direction: column;
}
.nav__logo:hover { opacity:.75; }
.nav__logo-script {
  font-family:'Pinyon Script',cursive;
  font-size:2.1rem;color:var(--forest);
  line-height:.85;
}
.nav__logo-sub {
  font-family:'DM Sans',sans-serif; font-size:.52rem;
  letter-spacing:.18em; text-transform:uppercase;
  color:var(--tan); margin-top:4px;
}

.nav__links { display:flex; align-items:center; gap:32px; }
.nav__link {
  font-family:'DM Sans',sans-serif; font-weight: 300;
  font-size:.7rem; letter-spacing:.16em; text-transform:uppercase;
  color:var(--ink); transition:color .3s; position:relative;
  font-weight: bold;
  overflow:hidden; display:block;
}
.nav__link span { display:block; transition:transform .4s cubic-bezier(.4,0,.2,1); }
.nav__link::after {
  content:attr(data-text);
  position:absolute; top:100%; left:0;
  font-family:'DM Sans',sans-serif; font-weight:500;
  font-size:.7rem; letter-spacing:.16em; text-transform:uppercase;
  color:var(--forest);
}
.nav__link:hover span { transform:translateY(-100%); }
.nav__link:hover { color:var(--forest); }

.nav__book {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--forest); color:var(--white);
  padding:10px 22px; border-radius:50px;
  font-family:'DM Sans',sans-serif; font-weight:500;
  font-size:.65rem; letter-spacing:.16em; text-transform:uppercase;
  transition:all .3s;
}
.nav__book:hover { background:var(--forest-lt); transform:translateY(-1px); }
.nav__book i { font-size:.75rem; }

.nav__ham {
  display:none; flex-direction:column; gap:7px;
  cursor:pointer; border:none; background:none; padding:4px;
}
.nav__ham span {
  display:block; width:24px; height:1px;
  background:var(--ink); transition:all .3s; border-radius:2px;
}

/* Mobile menu */
.mob {
  display:none; position:fixed; inset:0; z-index:299;
}
.mob.open { display:flex; }
.mob__bg {
  position:absolute; inset:0; background:var(--ink);
  opacity:0; animation:mobBgIn .5s forwards;
}
@keyframes mobBgIn { to { opacity:.97; } }
.mob__content {
  position:relative; z-index:2; margin:auto;
  display:flex; flex-direction:column; align-items:center;
  gap:10px; padding:40px;
  animation:mobContentIn .5s .1s both;
}
@keyframes mobContentIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
.mob__close {
  position:absolute; top:24px; right:24px;
  font-size:1.3rem; cursor:pointer; color:rgba(255,255,255,.5);
  background:none; border:none; transition:color .3s;
}
.mob__close:hover { color:white; }
.mob__script {
  font-family:'Pinyon Script',cursive; font-size:3rem;
  color:rgba(255,255,255,.15); margin-bottom:20px;
}
.mob__nav { display:flex; flex-direction:column; align-items:center; gap:6px; margin-bottom:32px; }
.mob-link {
  font-family:'Playfair Display',serif; font-size:2.2rem;
  font-weight:400; color:rgba(255,255,255,.75);
  transition:color .3s; padding:6px 20px;
}
.mob-link:hover { color:var(--gold); }
.mob__cta {
  font-family:'DM Sans',sans-serif; font-size:.7rem;
  letter-spacing:.2em; text-transform:uppercase;
  color:var(--gold); border-bottom:1px solid var(--gold);
  padding-bottom:4px; margin-bottom:32px; transition:opacity .3s;
}
.mob__cta:hover { opacity:.7; }
.mob__contacts {
  display:flex; flex-direction:column; gap:10px; align-items:center;
}
.mob__contacts a {
  display:flex; align-items:center; gap:8px;
  color:rgba(255,255,255,.4); font-size:.82rem; transition:color .3s;
}
.mob__contacts a:hover { color:rgba(255,255,255,.8); }


/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero-section {
  position:relative; min-height:100svh;
  display:flex; align-items:center;
  overflow:hidden; background:var(--ink);
  padding:0;
}

/* Ambient blobs */
.hero__orb {
  position:absolute; border-radius:50%;
  filter:blur(80px); pointer-events:none; z-index:1;
}
.hero__orb--1 {
  width:500px; height:500px; top:-100px; right:15%;
  background:radial-gradient(circle, rgba(61,107,79,.35) 0%, transparent 70%);
  animation:orbFloat1 12s ease-in-out infinite;
}
.hero__orb--2 {
  width:350px; height:350px; bottom:-50px; right:5%;
  background:radial-gradient(circle, rgba(201,169,110,.2) 0%, transparent 70%);
  animation:orbFloat2 16s ease-in-out infinite;
}
.hero__orb--3 {
  width:250px; height:250px; top:30%; left:10%;
  background:radial-gradient(circle, rgba(201,133,122,.15) 0%, transparent 70%);
  animation:orbFloat3 20s ease-in-out infinite;
}
@keyframes orbFloat1 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(30px,-40px) scale(1.1)} }
@keyframes orbFloat2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-20px,30px)} }
@keyframes orbFloat3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(40px,20px)} }

/* Grain */
.hero__grain {
  position:absolute; inset:0; z-index:2; pointer-events:none; opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size:200px 200px;
}

/* Image panel */
.hero__image-panel {
  position:absolute; right:0; top:0; bottom:0;
  width:48%; z-index:1;
}
.hero__photo {
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
  opacity: .92;
}
.hero__image-overlay {
  position:absolute; inset:0;
  background: linear-gradient(to right, rgba(26,23,20,.75) 0%, rgba(26,23,20,.10) 42%, transparent 70%);
}
.hero__image-tint {
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(26,23,20,.18) 0%, transparent 35%);
}

/* Content */
.hero__content {
  position:relative; z-index:3;
  max-width:700px; padding:160px 56px 120px;
}

.hero__eyebrow {
  display:flex; align-items:center; gap:16px;
  margin-bottom:40px;
  font-family:'DM Sans',sans-serif; font-size:.6rem;
  letter-spacing:.3em; text-transform:uppercase;
  color:var(--gold);
}
.hero__eyebrow-line { width:32px; height:1px; background:var(--gold); opacity:.5; }

.hero__title {
  display:flex; flex-direction:column;
  margin-bottom:32px;
}
.hero__title-line {
  display:block;
  font-family:'Playfair Display',serif;
  font-weight:400; line-height:1.05;
  letter-spacing:-.02em;
}
.hero__title-line--1 {
  font-size:clamp(2.8rem,5.5vw,6rem);
  color:rgba(255,255,255,.9);
  animation:titleIn .9s .2s both;
}
.hero__title-line--2 {
  font-size:clamp(2.5rem,5vw,5.2rem);
  animation:titleIn .9s .4s both;
}
.hero__title-line--2 em {
  font-style:italic;
  color:var(--gold);
}
.hero__title-line--3 {
  font-size:clamp(2.8rem,5.5vw,6rem);
  color:rgba(255,255,255,.9);
  animation:titleIn .9s .6s both;
}
@keyframes titleIn {
  from { opacity:0; transform:translateY(30px); }
  to   { opacity:1; transform:none; }
}

.hero__desc {
  font-size:1.05rem; line-height:1.95;
  color:rgba(255,255,255,.55);
  max-width:480px; margin-bottom:48px;
  animation:titleIn .9s .8s both;
}

.hero__actions {
  display:flex; gap:16px; flex-wrap:wrap; margin-bottom:64px;
  animation:titleIn .9s 1s both;
}

.hero__stats {
  display:flex; align-items:center; gap:0;
  animation:titleIn .9s 1.1s both;
}
.hero__stat {
  display:flex; flex-direction:column; gap:4px; padding:0 32px;
}
.hero__stat:first-child { padding-left:0; }
.hero__stat-num {
  font-family:'Playfair Display',serif;
  font-size:2.2rem; color:var(--gold); line-height:1;
}
.hero__stat-label {
  font-size:.65rem; letter-spacing:.15em; text-transform:uppercase;
  color:rgba(255,255,255,.4);
}
.hero__stat-divider {
  width:1px; height:48px; background:rgba(255,255,255,.1);
}

.hero__scroll-hint {
  position:absolute; bottom:40px; right:56px; z-index:3;
  display:flex; align-items:center; gap:14px;
  font-size:.6rem; letter-spacing:.25em; text-transform:uppercase;
  color:rgba(255,255,255,.35);
  writing-mode:vertical-rl;
  animation:titleIn .9s 1.3s both;
}
.hero__scroll-line {
  width:1px; height:48px;
  background:linear-gradient(to bottom, rgba(255,255,255,.3), transparent);
  animation:scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%,100%{transform:scaleY(1);opacity:.5}
  50%{transform:scaleY(.5);opacity:1}
}


/* ══════════════════════════════════════════
   MARQUEE
══════════════════════════════════════════ */
.marquee-wrap {
  background:var(--forest);
  padding:14px 0; overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
}
.marquee-track {
  display:flex; width:max-content;
  animation:marqueeRoll 30s linear infinite;
}
.marquee-item {
  display:flex; align-items:center; gap:12px;
  padding:0 40px; white-space:nowrap;
  font-family:'DM Sans',sans-serif; font-size:.68rem;
  letter-spacing:.2em; text-transform:uppercase;
  color:rgba(255,255,255,.7);
}
.marquee-item i { color:rgba(255,255,255,.4); font-size:.7rem; }
@keyframes marqueeRoll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ══════════════════════════════════════════
   ABOUT — Redesigned CSS
══════════════════════════════════════════ */
.about {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  /* Dot grid background */
  background-color: var(--white);
  background-image: radial-gradient(circle, var(--linen) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}

/* White gradient fade over dots — so they're subtle */
.about::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.97) 0%,
    rgba(255,255,255,0.75) 40%,
    rgba(255,255,255,0.75) 60%,
    rgba(255,255,255,0.97) 100%
  );
  pointer-events: none;
  z-index: 0;
}

/* Soft green glow — bottom left */
.about::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,107,79,0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Soft warm glow — top right (using a pseudo on layout) */
.about__layout::before {
  content: '';
  position: absolute;
  top: -160px; right: -160px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,183,154,0.13) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Decorative corner lines */
.about__layout::after {
  content: '';
  position: absolute;
  bottom: -40px; left: -20px;
  width: 180px; height: 180px;
  border-bottom: 1px solid var(--linen);
  border-left: 1px solid var(--linen);
  pointer-events: none;
  z-index: 0;
}

.about__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* ── Visuals column ── */
.about__visuals {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Main image wrapper */
.about__main-wrap {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.about__frame-border {
  position: absolute;
  inset: -12px;
  border: 1px solid var(--linen);
  border-radius: 50% 50% var(--r) var(--r)/35% 35% var(--r) var(--r);
  z-index: 0;
}

.about__main-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 50% 50% var(--r) var(--r)/35% 35% var(--r) var(--r);
  box-shadow: var(--shadow-l);
  display: block;
}

.about__years-badge {
  position: absolute;
  top: 24px; right: -16px;
  z-index: 3;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: var(--forest);
  box-shadow: 0 16px 48px rgba(61,107,79,.35);
  display: flex; align-items: center; justify-content: center;
  border: 4px solid var(--white);
}
.about__years-inner {
  display: flex; flex-direction: column;
  align-items: center; gap: 2px;
}
.about__years-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem; color: var(--white); line-height: 1;
}
.about__years-num sup { font-size: .7em; }
.about__years-label {
  font-size: .5rem; letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  text-align: center; line-height: 1.4;
}

.about__img-caption {
  position: absolute;
  bottom: -18px; left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1px solid var(--linen);
  border-radius: 50px;
  padding: 8px 20px;
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
  box-shadow: var(--shadow-m);
  z-index: 2;
}
.about__img-caption-script {
  font-family: 'Pinyon Script', cursive;
  font-size: 1.5rem; color: var(--forest); line-height: 1;
}
.about__img-caption span:not(.about__img-caption-script) {
  font-size: .62rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--tan);
}

/* ── Bottom row: small image + buttons ── */
.about__bottom-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 0 4px;
}

.about__secondary-frame {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: var(--shadow-l);
  border: 4px solid var(--white);
  outline: 1px solid var(--linen);
}
.about__secondary-frame img {
  width: 100%; height: 100%; object-fit: cover;
}

.about__cta-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.about__cta-col .btn-primary,
.about__cta-col .btn-outline {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* ── Text column ── */
.about__name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 3.5vw, 3.8rem);
  font-weight: 400; line-height: 1.1;
  color: var(--ink); margin-bottom: 10px;
}
.about__name em { font-style: italic; color: var(--forest); }

.about__title-role {
  font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--tan);
  margin-bottom: 28px;
}

.about__bio {
  font-size: 1rem; line-height: 1.95;
  color: var(--ink-70); margin-bottom: 32px;
  padding-left: 20px;
  border-left: 2px solid var(--linen);
}

.about__credentials {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 36px;
}
.about__credentials span {
  padding: 6px 16px; border-radius: 50px;
  background: var(--white);
  border: 1px solid var(--linen);
  font-size: .68rem; letter-spacing: .06em; color: var(--ink-70);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.about__pillars {
  display: flex; flex-direction: column;
  gap: 0; margin-bottom: 0;
}
.about__pillar {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid var(--linen);
}
.about__pillar:last-child { border-bottom: none; }
.about__pillar-icon {
  width: 38px; height: 38px; border-radius: 12px;
  background: var(--forest-pale); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--forest); font-size: .9rem; margin-top: 1px;
  transition: background .3s;
}
.about__pillar:hover .about__pillar-icon {
  background: var(--forest); color: var(--white);
}
.about__pillar-body strong {
  display: block; font-size: .92rem;
  color: var(--ink); margin-bottom: 3px; font-weight: 500;
}
.about__pillar-body p {
  font-size: .85rem; line-height: 1.65; color: var(--ink-70);
}

/* ══════════════════════════════════════════
   SERVICES — Redesigned CSS
══════════════════════════════════════════ */
.services {
  background: var(--cream);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.services__grain {
  position: absolute; inset: 0;
  pointer-events: none; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* Decorative circles */
.services__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.services__deco--1 {
  width: 480px; height: 480px;
  top: -160px; right: -160px;
  border: 1px solid rgba(201,183,154,.25);
}
.services__deco--2 {
  width: 300px; height: 300px;
  bottom: -80px; left: -80px;
  border: 1px solid rgba(61,107,79,.1);
  background: radial-gradient(circle, rgba(61,107,79,.04) 0%, transparent 70%);
}

/* ── Grid ── */
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-l);
}

/* ── Card ── */
.svc-card {
  background: var(--white);
  padding: 52px 48px;
  position: relative;
  overflow: hidden;
  transition: background .4s ease;
  display: flex;
  flex-direction: column;
}

/* Accent variant — slightly tinted */
.svc-card--accent {
  background: var(--cream);
}

/* Hover — all cards go forest green */
.svc-card:hover {
  background: var(--forest);
}

/* Top row: icon + number */
.svc-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.svc-card__icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--forest-pale);
  color: var(--forest);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  transition: all .4s;
  flex-shrink: 0;
}
.svc-card:hover .svc-card__icon {
  background: rgba(255,255,255,.15);
  color: var(--white);
}

.svc-card__num {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 400;
  color: var(--linen);
  line-height: 1;
  transition: color .4s;
}
.svc-card--accent .svc-card__num { color: var(--cream-2); }
.svc-card:hover .svc-card__num { color: rgba(255,255,255,.12); }

/* Title */
.svc-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 400;
  line-height: 1.25; color: var(--ink);
  margin-bottom: 16px;
  transition: color .4s;
}
.svc-card:hover .svc-card__title { color: var(--white); }

/* Text */
.svc-card__text {
  font-size: .875rem; line-height: 1.85;
  color: var(--ink-70);
  flex: 1;
  transition: color .4s;
}
.svc-card:hover .svc-card__text { color: rgba(255,255,255,.7); }

/* Footer */
.svc-card__footer {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.svc-card__link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .65rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 500;
  color: var(--forest);
  white-space: nowrap;
  transition: all .4s;
  flex-shrink: 0;
}
.svc-card__link i { transition: transform .3s; }
.svc-card:hover .svc-card__link { color: var(--white); gap: 12px; }
.svc-card:hover .svc-card__link i { transform: translateX(4px); }

.svc-card__line {
  height: 1px;
  background: var(--linen);
  flex: 1;
  transition: background .4s;
}
.svc-card:hover .svc-card__line { background: rgba(255,255,255,.2); }

/* ══════════════════════════════════════════
   PHILOSOPHY
══════════════════════════════════════════ */
.philosophy {
  background:var(--ink); padding:120px 0;
  position:relative; overflow:hidden;
}
.philosophy__ambient {
  position:absolute; width:600px; height:600px;
  border-radius:50%; top:50%; left:30%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(61,107,79,.12) 0%, transparent 70%);
  pointer-events:none;
}

.philosophy__layout {
  display:grid; grid-template-columns:1fr 1fr;
  gap:96px; align-items:center;
}

.philosophy__title {
  font-family:'Playfair Display',serif;
  font-size:clamp(2.4rem,3.5vw,3.8rem);
  font-weight:400; line-height:1.1;
  color:var(--white); margin-bottom:32px;
}
.philosophy__title em { font-style:italic; color:var(--gold); }

.philosophy__quote {
  font-family:'Libre Baskerville',serif; font-style:italic;
  font-size:1.2rem; line-height:1.8;
  color:rgba(255,255,255,.5);
  border-left:2px solid var(--gold);
  padding-left:24px; margin-bottom:36px;
}

.philosophy__body {
  font-size:.92rem; line-height:1.9;
  color:rgba(255,255,255,.4); margin-bottom:40px;
}

.philosophy__pillars { display:flex; flex-direction:column; gap:14px; }
.philo-card {
  display:flex; gap:20px; align-items:flex-start;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px; padding:26px 28px;
  transition:all .35s;
}
.philo-card:hover {
  background:rgba(255,255,255,.07);
  border-color:rgba(201,169,110,.3);
  transform:translateX(6px);
}
.philo-card__glyph {
  font-size:1.5rem; flex-shrink:0; margin-top:2px;
  filter:saturate(0) brightness(1.5);
  transition:filter .35s;
}
.philo-card:hover .philo-card__glyph { filter:none; }
.philo-card__content h4 {
  font-family:'Playfair Display',serif;
  font-size:1rem; color:rgba(255,255,255,.8);
  margin-bottom:6px; font-weight:400;
}
.philo-card__content p {
  font-size:.82rem; line-height:1.7; color:rgba(255,255,255,.38);
}


/* ══════════════════════════════════════════
   FOR YOU
══════════════════════════════════════════ */
.foryou { background:var(--cream-2); padding:120px 0; }
.foryou__layout {
  display:grid; grid-template-columns:1fr 1fr;
  gap:80px; align-items:start;
}

.foryou__title {
  font-family:'Playfair Display',serif;
  font-size:clamp(2.2rem,3.2vw,3.4rem);
  font-weight:400; line-height:1.15;
  color:var(--ink); margin-bottom:16px;
}
.foryou__title em { font-style:italic; color:var(--forest); }
.foryou__sub { font-size:.95rem; line-height:1.9; color:var(--ink-70); margin-bottom:40px; }

.foryou__list { display:flex; flex-direction:column; gap:12px; }
.foryou__item {
  display:flex; gap:16px; align-items:flex-start;
  background:var(--white); border-radius:14px;
  padding:18px 22px; border:1px solid transparent;
  transition:all .3s; font-size:.92rem; line-height:1.7; color:var(--ink-70);
}
.foryou__item:hover { border-color:var(--linen); box-shadow:var(--shadow-s); color:var(--ink); }
.foryou__dot {
  display:block; width:8px; height:8px; border-radius:50%;
  background:var(--forest); flex-shrink:0; margin-top:7px;
}

.foryou__cta-wrap { position:sticky; top:120px; }
.foryou__cta {
  background:var(--ink); border-radius:var(--r-lg);
  padding:60px 52px; text-align:center; position:relative; overflow:hidden;
}
.foryou__cta-deco {
  position:absolute; width:300px; height:300px; border-radius:50%;
  top:-80px; right:-80px;
  background:radial-gradient(circle, rgba(61,107,79,.2) 0%, transparent 70%);
  pointer-events:none;
}
.foryou__cta-script {
  display:block;
  font-family:'Pinyon Script',cursive; font-size:3rem;
  color:rgba(255,255,255,.25); margin-bottom:8px; line-height:1;
}
.foryou__cta-title {
  font-family:'Playfair Display',serif;
  font-size:1.75rem; font-weight:400;
  color:var(--white); line-height:1.3; margin-bottom:16px;
}
.foryou__cta p {
  font-size:.88rem; line-height:1.8;
  color:rgba(255,255,255,.5); margin-bottom:36px;
}
.foryou__wa {
  display:inline-flex; align-items:center; gap:8px; margin-top:14px;
  font-size:.8rem; color:rgba(255,255,255,.45);
  transition:color .3s; cursor:pointer;
}
.foryou__wa:hover { color:rgba(255,255,255,.85); }


/* ══════════════════════════════════════════
   ARTICLES
══════════════════════════════════════════ */
.articles { background:var(--white); padding:120px 0; }

.articles__header {
  display:grid; grid-template-columns:1fr 1fr;
  gap:60px; align-items:end; margin-bottom:48px;
}
.articles__intro { font-size:.95rem; line-height:1.9; color:var(--ink-70); max-width:400px; }

.articles__filters {
  display:flex; gap:10px; flex-wrap:wrap; margin-bottom:52px;
}
.art-pill {
  padding:9px 22px; border-radius:50px;
  border:1.5px solid var(--linen); background:transparent;
  color:var(--ink-70); cursor:pointer;
  font-family:'DM Sans',sans-serif; font-size:.68rem;
  font-weight:500; letter-spacing:.14em; text-transform:uppercase;
  transition:all .3s;
}
.art-pill:hover { border-color:var(--tan); color:var(--ink); }
.art-pill.active { background:var(--ink); color:var(--white); border-color:var(--ink); }

.articles__grid {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:24px; min-height:200px;
}
.articles__empty {
  grid-column:1/-1; text-align:center; padding:80px 20px;
}
.articles__empty-icon {
  width:80px; height:80px; border-radius:50%;
  background:var(--cream); margin:0 auto 20px;
  display:flex; align-items:center; justify-content:center;
  color:var(--linen); font-size:1.8rem;
}
.articles__empty p { font-size:1rem; color:var(--ink-40); margin-bottom:6px; }
.articles__empty span { font-size:.82rem; color:var(--ink-40); }

/* Article Card */
.art-card {
  background:var(--cream); border-radius:20px; overflow:hidden;
  border:1px solid var(--linen); cursor:pointer;
  display:flex; flex-direction:column;
  transition:transform .35s ease, box-shadow .35s ease;
}
.art-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-l); }

.art-card__img {
  height:210px; overflow:hidden; position:relative;
  background:var(--linen); flex-shrink:0;
}
.art-card__img img {
  width:100%; height:100%; object-fit:cover;
  transition:transform .6s ease;
}
.art-card:hover .art-card__img img { transform:scale(1.06); }
.art-card__img-ph {
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  font-size:2rem; color:var(--tan);
  background:linear-gradient(135deg, var(--cream-2) 0%, var(--linen) 100%);
}
.art-card__badge {
  position:absolute; top:14px; left:14px;
  background:var(--white); border-radius:50px; padding:5px 14px;
  font-size:.58rem; font-weight:500; letter-spacing:.14em;
  text-transform:uppercase; color:var(--forest);
}
.art-card__save-btn {
  position:absolute; top:12px; right:12px;
  width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,.9); border:none; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  color:var(--ink-40); font-size:.8rem; transition:all .25s;
}
.art-card__save-btn:hover { background:var(--white); color:var(--blush); }
.art-card__save-btn.saved { color:var(--blush); }

.art-card__body {
  padding:26px 26px 22px;
  display:flex; flex-direction:column; flex:1;
}
.art-card__date { font-size:.65rem; letter-spacing:.1em; text-transform:uppercase; color:var(--tan); margin-bottom:10px; }
.art-card__title {
  font-family:'Playfair Display',serif;
  font-size:1.3rem; font-weight:400; line-height:1.3;
  color:var(--ink); margin-bottom:12px;
}
.art-card__excerpt {
  font-size:.85rem; line-height:1.8; color:var(--ink-70);
  flex:1; margin-bottom:20px;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
.art-card__read {
  display:inline-flex; align-items:center; gap:8px;
  font-size:.65rem; letter-spacing:.18em; text-transform:uppercase;
  color:var(--forest); font-weight:500; transition:gap .3s;
}
.art-card__read::after { content:'→'; }
.art-card:hover .art-card__read { gap:12px; }

.articles__more { text-align:center; margin-top:48px; }


/* ══════════════════════════════════════════
   INSTAGRAM
══════════════════════════════════════════ */
.insta { background:var(--cream-2); padding:120px 0; }
.insta__header {
  text-align:center; max-width:600px; margin:0 auto 64px;
}
.insta__header .section-label { justify-content:center; }
.insta__header p { font-size:.95rem; color:var(--ink-70); line-height:1.8; margin-bottom:20px; }
.insta__handle {
  display:inline-flex; align-items:center; gap:10px;
  background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
  font-size:.85rem; font-weight:500; letter-spacing:.08em;
  transition:opacity .3s;
}
.insta__handle:hover { opacity:.7; }
.insta__handle i { -webkit-text-fill-color:transparent; }
.insta__feed { min-height:260px; }
.insta__follow { text-align:center; margin-top:48px; }


/* ══════════════════════════════════════════
   CONTACT
══════════════════════════════════════════ */
.contact { background:var(--white); padding:120px 0; position:relative; overflow:hidden; }
.contact__bg {
  position:absolute; right:0; top:0; width:50%; height:100%;
  background:var(--cream); z-index:0; pointer-events:none;
}

.contact__layout {
  display:grid; grid-template-columns:1fr 1fr;
  gap:80px; align-items:start;
  position:relative; z-index:1;
}
.contact__title {
  font-family:'Playfair Display',serif;
  font-size:clamp(2.2rem,3.2vw,3.4rem);
  font-weight:400; line-height:1.15;
  color:var(--ink); margin-bottom:16px;
}
.contact__title em { font-style:italic; color:var(--forest); }
.contact__intro { font-size:.95rem; line-height:1.9; color:var(--ink-70); margin-bottom:40px; }

.contact__details { display:flex; flex-direction:column; gap:20px; margin-bottom:36px; }
.contact-item { display:flex; gap:16px; align-items:flex-start; }
.contact-item__icon {
  width:46px; height:46px; border-radius:14px;
  background:var(--forest-pale); color:var(--forest);
  display:flex; align-items:center; justify-content:center;
  font-size:1rem; flex-shrink:0; transition:all .3s;
}
.contact-item:hover .contact-item__icon { background:var(--forest); color:var(--white); }
.contact-item__text span {
  display:block; font-size:.65rem; letter-spacing:.1em;
  text-transform:uppercase; color:var(--tan); margin-bottom:4px;
}
.contact-item__text strong { font-size:.92rem; font-weight:500; color:var(--ink); }
.contact-item__text a { color:var(--forest); transition:opacity .3s; }
.contact-item__text a:hover { opacity:.7; }

.contact__ethics {
  background:var(--cream); border-radius:16px; padding:24px;
  border-left:3px solid var(--gold);
}
.contact__ethics-title {
  display:flex; align-items:center; gap:8px;
  font-family:'Playfair Display',serif; font-size:1rem;
  color:var(--ink); margin-bottom:12px;
}
.contact__ethics ul { display:flex; flex-direction:column; gap:6px; }
.contact__ethics li {
  font-size:.82rem; color:var(--ink-70); line-height:1.6;
  padding-left:14px; position:relative;
}
.contact__ethics li::before { content:'—'; position:absolute; left:0; color:var(--gold); }

/* Form card */
.contact__form-card {
  background:var(--white); border-radius:var(--r-lg);
  padding:52px 48px; box-shadow:var(--shadow-l);
  border:1px solid var(--linen);
}
.contact__form-header { margin-bottom:36px; }
.contact__form-script {
  font-family:'Pinyon Script',cursive;
  font-size:2.4rem; color:var(--forest); line-height:1; margin-bottom:6px;
}
.contact__form-header p { font-size:.85rem; color:var(--ink-70); }

/* Fields */
.field { margin-bottom:20px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field label {
  display:block; font-size:.62rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--tan); margin-bottom:8px; font-weight:500;
}
.field input,
.field textarea,
.field select {
  width:100%; padding:13px 18px;
  border:1.5px solid var(--linen); border-radius:12px;
  font-family:'DM Sans',sans-serif; font-size:.92rem;
  color:var(--ink); background:var(--cream);
  outline:none; transition:all .3s;
  appearance:none; -webkit-appearance:none;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color:var(--forest); background:var(--white);
  box-shadow:0 0 0 4px rgba(61,107,79,.08);
}
.field textarea { resize:vertical; min-height:130px; }

.btn-submit {
  width:100%; background:var(--ink); color:var(--white);
  border:none; padding:17px; border-radius:50px;
  font-family:'DM Sans',sans-serif; font-size:.72rem;
  letter-spacing:.18em; text-transform:uppercase; font-weight:500;
  cursor:pointer; transition:all .35s;
  display:flex; align-items:center; justify-content:center; gap:10px;
}
.btn-submit:hover { background:var(--forest); transform:translateY(-2px); box-shadow:0 14px 40px rgba(61,107,79,.3); }
.form-success {
  display:none; text-align:center; margin-top:16px; padding:14px;
  background:rgba(61,107,79,.08); border-radius:12px;
  font-size:.88rem; color:var(--forest);
  display:none; align-items:center; justify-content:center; gap:8px;
}
.form-success i { font-size:1.1rem; }


/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.footer { background:var(--ink); color:rgba(255,255,255,.45); padding:80px 0 40px; }
.footer__top-strip {
  height:4px;
  background:linear-gradient(to right, var(--forest), var(--gold), var(--blush));
}
.footer__main {
  display:grid; grid-template-columns:1.8fr 1fr 1fr 1fr;
  gap:60px; padding-top:80px; margin-bottom:64px;
}
.footer__logo {
  display:block; font-family:'Pinyon Script',cursive;
  font-size:3rem; color:var(--white); margin-bottom:16px; line-height:1;
}
.footer__brand p { font-size:.85rem; line-height:1.85; max-width:280px; margin-bottom:28px; }
.footer__socials { display:flex; gap:10px; }
.footer__socials a {
  width:38px; height:38px; border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  display:flex; align-items:center; justify-content:center;
  font-size:.8rem; color:rgba(255,255,255,.45); transition:all .3s;
}
.footer__socials a:hover { background:rgba(255,255,255,.08); color:white; border-color:rgba(255,255,255,.25); }
.footer__col h4 {
  font-size:.62rem; letter-spacing:.22em; text-transform:uppercase;
  color:rgba(255,255,255,.65); margin-bottom:20px; font-weight:500;
}
.footer__col ul { display:flex; flex-direction:column; gap:11px; }
.footer__col li a { font-size:.88rem; color:rgba(255,255,255,.4); transition:color .3s; }
.footer__col li a:hover { color:white; }
.footer__addr { font-size:.82rem; color:rgba(255,255,255,.3); line-height:1.7; cursor:default; }
.footer__bottom {
  border-top:1px solid rgba(255,255,255,.07); padding-top:28px;
  display:flex; align-items:center; justify-content:center; gap:20px;
  font-size:.73rem; color:rgba(255,255,255,.28);
}
.admin-trigger {
  background:none; border:none; cursor:pointer;
  color:rgba(255,255,255,.12); font-size:.75rem; transition:color .3s;
  padding:4px 8px; border-radius:4px;
}
.admin-trigger:hover { color:rgba(255,255,255,.35); }


/* ══════════════════════════════════════════
   FLOATING ELEMENTS
══════════════════════════════════════════ */
.wa-float {
  position:fixed; bottom:30px; right:30px; z-index:1000;
  width:58px; height:58px; border-radius:50%;
  background:#25D366; color:white;
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; box-shadow:0 8px 32px rgba(37,211,102,.45);
  transition:transform .3s;
}
.wa-float:hover { transform:scale(1.1); }
.wa-float__pulse {
  position:absolute; inset:-8px; border-radius:50%;
  border:2px solid rgba(37,211,102,.4);
  animation:pulse 2.5s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(1.15);opacity:0} }

.back-top {
  position:fixed; bottom:100px; right:30px; z-index:999;
  width:44px; height:44px; border-radius:50%;
  background:var(--white); border:1px solid var(--linen);
  color:var(--ink); display:flex; align-items:center; justify-content:center;
  cursor:pointer; font-size:.85rem;
  opacity:0; pointer-events:none; transition:all .3s;
  box-shadow:var(--shadow-s);
}
.back-top.show { opacity:1; pointer-events:all; }
.back-top:hover { background:var(--ink); color:white; transform:translateY(-3px); }


/* ══════════════════════════════════════════
   MODALS
══════════════════════════════════════════ */
.overlay {
  position:fixed; inset:0; z-index:500;
  background:rgba(26,23,20,.6);
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
  display:none; align-items:center; justify-content:center;
  padding:20px;
}
.overlay.open { display:flex; }
.art-read-overlay { align-items:flex-start; }

.modal {
  background:var(--white); border-radius:var(--r-lg);
  position:relative; width:100%;
  animation:modalPop .35s cubic-bezier(.34,1.56,.64,1);
}
@keyframes modalPop { from{opacity:0;transform:scale(.93) translateY(24px)} to{opacity:1;transform:none} }
.modal-close {
  position:absolute; top:18px; right:18px;
  width:36px; height:36px; border-radius:50%;
  background:var(--cream); border:none; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  color:var(--ink-70); font-size:.85rem; z-index:2;
  transition:all .25s;
}
.modal-close:hover { background:var(--ink); color:white; }

/* Admin Login */
.admin-login-modal {
  max-width:440px; padding:56px 48px; text-align:center;
}
.admin-login-modal h3 {
  font-family:'Playfair Display',serif;
  font-size:1.8rem; font-weight:400; color:var(--ink); margin-bottom:8px;
}
.admin-login-modal p { font-size:.88rem; color:var(--ink-70); margin-bottom:28px; }
.modal-icon {
  width:68px; height:68px; border-radius:50%;
  background:var(--forest-pale); margin:0 auto 24px;
  display:flex; align-items:center; justify-content:center;
  color:var(--forest); font-size:1.4rem;
}
.admin-err {
  display:none; background:#fff0ee; border-radius:10px;
  padding:10px 16px; font-size:.82rem; color:#c0392b;
  margin-bottom:16px; border:1px solid #f5c6c0;
}
.admin-err.show { display:block; }

/* Admin Dashboard */
.admin-dash-modal {
  max-width:800px; max-height:90vh;
  display:flex; flex-direction:column; overflow:hidden; padding:0;
}
.admin-dash__head {
  display:flex; align-items:flex-start; justify-content:space-between;
  padding:36px 40px 20px; border-bottom:1px solid var(--linen);
}
.admin-dash__head h3 {
  font-family:'Playfair Display',serif;
  font-size:1.55rem; font-weight:400; color:var(--ink);
  display:flex; align-items:center; gap:10px;
}
.admin-dash__head h3 i { color:var(--forest); }
.admin-dash__head p { font-size:.82rem; color:var(--ink-70); margin-top:4px; }
.admin-tabs {
  display:flex; gap:10px; padding:18px 40px;
  border-bottom:1px solid var(--linen); flex-shrink:0;
}
.admin-tab {
  display:flex; align-items:center; gap:8px;
  padding:9px 22px; border-radius:50px;
  background:none; border:1.5px solid var(--linen); cursor:pointer;
  font-family:'DM Sans',sans-serif; font-size:.68rem;
  font-weight:500; letter-spacing:.12em; text-transform:uppercase;
  color:var(--ink-70); transition:all .3s;
}
.admin-tab.active { background:var(--ink); color:white; border-color:var(--ink); }
.admin-tab:hover:not(.active) { border-color:var(--tan); color:var(--ink); }
.admin-panel {
  flex:1; overflow-y:auto; padding:32px 40px 40px;
  scrollbar-width:thin; scrollbar-color:var(--linen) transparent;
}

/* Image input tabs */
.img-input-tabs {
  display:flex; gap:8px; margin-bottom:12px;
}
.img-tab {
  padding:7px 16px; border-radius:8px;
  background:var(--cream); border:1.5px solid var(--linen);
  font-size:.7rem; cursor:pointer; transition:all .25s;
  color:var(--ink-70);
}
.img-tab.active { background:var(--forest); color:white; border-color:var(--forest); }

.img-upload-zone {
  border:2px dashed var(--linen); border-radius:14px;
  padding:32px; text-align:center; cursor:pointer;
  background:var(--cream); transition:all .3s;
  display:flex; flex-direction:column; align-items:center; gap:8px;
}
.img-upload-zone:hover { border-color:var(--forest); background:var(--forest-pale); }
.img-upload-zone i { font-size:2rem; color:var(--tan); margin-bottom:4px; }
.img-upload-zone span { font-size:.88rem; color:var(--ink-70); }
.img-upload-zone small { font-size:.75rem; color:var(--tan); }
.img-upload-zone.drag-over { border-color:var(--forest); background:var(--forest-pale); }

.img-preview-wrap {
  margin-top:12px; border-radius:14px; overflow:hidden;
  border:1px solid var(--linen); position:relative; max-height:200px;
}
.img-preview-wrap img { width:100%; height:200px; object-fit:cover; }
.img-remove {
  position:absolute; top:10px; right:10px;
  background:rgba(0,0,0,.6); color:white; border:none; cursor:pointer;
  padding:6px 12px; border-radius:8px; font-size:.72rem;
  display:flex; align-items:center; gap:6px; transition:background .25s;
}
.img-remove:hover { background:rgba(0,0,0,.85); }

.admin-actions { display:flex; gap:12px; align-items:center; margin-top:8px; }

/* Admin list */
.admin-list { display:flex; flex-direction:column; gap:12px; }
.admin-empty { text-align:center; padding:48px; color:var(--ink-40); font-size:.9rem; }
.admin-item {
  display:flex; align-items:center; gap:16px;
  background:var(--cream); border-radius:14px; padding:14px 18px;
  border:1px solid var(--linen); transition:border-color .25s;
}
.admin-item:hover { border-color:var(--tan); }
.admin-item__img {
  width:60px; height:60px; border-radius:10px;
  overflow:hidden; background:var(--linen); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; color:var(--tan);
}
.admin-item__img img { width:100%; height:100%; object-fit:cover; }
.admin-item__info { flex:1; min-width:0; }
.admin-item__title {
  font-family:'Playfair Display',serif; font-size:1rem;
  color:var(--ink); margin-bottom:4px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.admin-item__meta { font-size:.7rem; color:var(--tan); }
.admin-item__btns { display:flex; gap:8px; flex-shrink:0; }
.admin-item__btn {
  width:34px; height:34px; border-radius:50%;
  border:1px solid var(--linen); background:var(--white);
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  font-size:.78rem; transition:all .25s; color:var(--ink-70);
}
.admin-item__btn:hover { background:var(--ink); color:white; border-color:var(--ink); }
.admin-item__btn.del:hover { background:#e74c3c; border-color:#e74c3c; }

/* ── Article Read Modal ── */
.art-read-modal {
  max-width: 780px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 0;
  border-radius: 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--linen) transparent;
}

/* Close button — floats over the image */
.art-read-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  border: none;
  cursor: pointer;
  color: var(--ink);
  float: none;
  margin: 0;
}
.art-read-close:hover {
  background: var(--white);
  transform: scale(1.08);
}

#art-read-content { padding: 0 0 52px; }

.art-read__hero {
  height: 320px;
  background: var(--linen);
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 16px 16px 0 0;
}
.art-read__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
}
.art-read__hero-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--cream-2), var(--linen));
  color: var(--tan); font-size: 3.5rem;
  border-radius: 16px 16px 0 0;
}
.art-read__tag {
  position: absolute; bottom: 20px; left: 32px;
  background: var(--white); border-radius: 50px; padding: 6px 18px;
  font-size: .62rem; font-weight: 500; letter-spacing: .14em;
  text-transform: uppercase; color: var(--forest);
}
.art-read__body { padding: 40px 52px 0; }
.art-read__date {
  font-size: .7rem; color: var(--tan);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px;
}
.art-read__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400; line-height: 1.2;
  color: var(--ink); margin-bottom: 30px;
}
.art-read__text { font-size: 1rem; line-height: 2; color: var(--ink-70); }
.art-read__text p { margin-bottom: 1.4em; }



.contact__social-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 28px 0;
}

.contact__social-line {
  flex: 1;
  height: 1px;
  background: var(--linen);
}

.contact__social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.contact__social-sep {
  color: var(--linen);
  font-size: .9rem;
  line-height: 1;
}

.contact__social-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--forest-pale);
  color: var(--forest);
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem;
  transition: all .3s;
  border: 1px solid var(--linen);
}

.contact__social-btn:hover {
  background: var(--forest);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(61,107,79,.25);
}
/* ══════════════════════════════════════════
   SCROLL ANIMATIONS
══════════════════════════════════════════ */
.reveal,.reveal-l,.reveal-r {
  opacity:0;
  transition:opacity .9s ease, transform .9s ease;
}
.reveal { transform:translateY(40px); }
.reveal-l { transform:translateX(-44px); }
.reveal-r { transform:translateX(44px); }
.reveal.in,.reveal-l.in,.reveal-r.in { opacity:1; transform:none; }


/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */

/* ── TABLET ≤1100px ── */
@media(max-width:1100px){
  .wrap { padding:0 36px; }
  section { padding:96px 0; }
  .nav { padding:20px 36px; }
  .nav.stuck { padding:14px 36px; }
  .nav__links { display:none; }
  .nav__ham { display:flex; }
  .hero__image-panel { display:none; }
  .hero__content { max-width:100%; padding:160px 56px 100px; }
  .hero__scroll-hint { display:none; }
  .section-header,
  .articles__header { grid-template-columns:1fr; gap:32px; margin-bottom:48px; }
  /* About: keep side-by-side */
  .about__layout { grid-template-columns:300px 1fr; gap:56px; align-items:start; }
  .about__main-wrap { max-width:300px; }
  .about__main-img { height:380px; }
  /* Services: keep 2-col tile grid */
  .services__grid { grid-template-columns:repeat(2,1fr); }
  .svc-card { padding:44px 36px; }
  /* Other sections */
  .philosophy__layout,
  .foryou__layout,
  .contact__layout { grid-template-columns:1fr; gap:48px; }
  .foryou__cta-wrap { position:static; }
  .contact__bg { display:none; }
  .articles__grid { grid-template-columns:repeat(2,1fr); }
  .footer__main { grid-template-columns:1fr 1fr; gap:40px; }
}

/* ── MOBILE ≤768px ── */
@media(max-width:768px){
  .wrap { padding:0 24px; }
  section { padding:80px 0; }
  .nav { padding:16px 24px; }
  .nav.stuck { padding:12px 24px; }
  .nav__logo-img { height:38px; }
  .nav__logo-script { font-size:1.8rem; }
  .nav__logo-sub { font-size:.46rem; }

  /* Hero */
  .hero__content { padding:120px 24px 80px; }
  .hero__title-line--1,.hero__title-line--3 { font-size:clamp(2.4rem,8vw,4rem); }
  .hero__title-line--2 { font-size:clamp(2.2rem,7.5vw,3.6rem); }
  .hero__desc { font-size:.96rem; max-width:100%; }
  .hero__actions { flex-direction:column; align-items:stretch; gap:12px; margin-bottom:44px; }
  .hero__actions .btn-primary,
  .hero__actions .btn-secondary { justify-content:center; padding:15px 28px; }
  .hero__stats { gap:0; }
  .hero__stat { padding:0 18px; }
  .hero__stat:first-child { padding-left:0; }
  .hero__stat-num { font-size:1.7rem; }
  .hero__stat-label { font-size:.58rem; }

  /* About — single column */
  .about { padding:80px 0; }
  .about__layout { grid-template-columns:1fr; gap:52px; }
  .about__visuals { align-items:center; gap:20px; }
  .about__main-wrap { max-width:280px; margin:0 auto; }
  .about__main-img { height:340px; }
  .about__years-badge { width:86px; height:86px; right:-12px; top:20px; }
  .about__years-num { font-size:1.5rem; }
  .about__years-label { font-size:.46rem; }
  .about__img-caption {
    position:relative; bottom:auto; left:auto;
    transform:none; margin-top:14px; align-self:center;
    display:inline-flex;
  }
  .about__bottom-row { margin-top:0; padding:0; max-width:280px; gap:16px; }
  .about__secondary-frame { width:100px; height:100px; border-width:3px; }
  .about__cta-col .btn-primary,
  .about__cta-col .btn-outline { padding:12px 16px; font-size:.66rem; }
  .about__name { font-size:clamp(2rem,7vw,3rem); }
  .about__bio { font-size:.94rem; }

  /* Services — single column on mobile */
  .services { padding:80px 0; }
  .services__grid {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: var(--r);
  }
  .svc-card { padding:40px 32px; }
  /* Restore individual card borders since tiles are gone */
  .svc-card { border-bottom:1px solid rgba(0,0,0,.06); }
  .svc-card:last-child { border-bottom:none; }
  .svc-card__num { font-size:2.8rem; }

  /* Philosophy */
  .philosophy { padding:80px 0; }
  .philosophy__layout { grid-template-columns:1fr; gap:48px; }
  .philosophy__title { font-size:clamp(2rem,6vw,3rem); }
  .philosophy__quote { font-size:1.05rem; }
  .philo-card { padding:22px 24px; gap:16px; }

  /* For You */
  .foryou { padding:80px 0; }
  .foryou__layout { grid-template-columns:1fr; gap:48px; }
  .foryou__cta-wrap { position:static; }
  .foryou__title { font-size:clamp(2rem,6vw,3rem); }
  .foryou__cta { padding:48px 36px; }
  .foryou__cta-title { font-size:1.5rem; }

  /* Articles */
  .articles { padding:80px 0; }
  .articles__grid { grid-template-columns:1fr; }
  .art-pill { padding:8px 18px; font-size:.62rem; }

  /* Contact */
  .contact { padding:80px 0; }
  .contact__layout { grid-template-columns:1fr; gap:48px; }
  .contact__bg { display:none; }
  .contact__title { font-size:clamp(2rem,6vw,3rem); }
  .contact__form-card { padding:40px 32px; }
  .contact__form-script { font-size:2rem; }
  .field-row { grid-template-columns:1fr; }

  /* Footer */
  .footer { padding:64px 0 32px; }
  .footer__main { grid-template-columns:1fr 1fr; gap:32px; padding-top:56px; margin-bottom:48px; }
  .footer__brand { grid-column:1/-1; }
  .footer__logo { font-size:2.4rem; }

  /* Admin */
  .admin-login-modal { padding:48px 28px; }
  .admin-dash__head { padding:24px; }
  .admin-panel { padding:20px 24px 32px; }
  .admin-tabs { padding:14px 24px; gap:8px; }
  .admin-actions { flex-direction:column; }
  .admin-actions .btn-submit,
  .admin-actions .btn-outline { width:100%; justify-content:center; }

  /* Article read */
  .art-read__hero { height:240px; }
  .art-read__body { padding:28px 28px 0; }
  .art-read__title { font-size:clamp(1.5rem,5vw,2rem); }
  .art-read__text { font-size:.95rem; }

  .cursor,.cursor-follower { display:none; }
  body { cursor:default; }
}

/* ── MOBILE SMALL ≤480px ── */
@media(max-width:480px){
  .wrap { padding:0 18px; }
  section { padding:64px 0; }
  .nav { padding:14px 18px; }
  .nav.stuck { padding:10px 18px; }
  .nav__logo-img { height:32px; }
  .nav__logo-script { font-size:1.55rem; }
  .nav__logo-sub { display:none; }

  /* Hero */
  .hero__content { padding:104px 18px 60px; }
  .hero__eyebrow { font-size:.54rem; gap:10px; margin-bottom:24px; }
  .hero__title-line--1,.hero__title-line--3 { font-size:clamp(2rem,9.5vw,3.2rem); }
  .hero__title-line--2 { font-size:clamp(1.8rem,8.5vw,2.8rem); }
  .hero__desc { font-size:.9rem; margin-bottom:32px; }
  .hero__actions { gap:10px; margin-bottom:36px; }
  .hero__stats { flex-wrap:wrap; row-gap:20px; }
  .hero__stat-divider { display:none; }
  .hero__stat { padding:0; width:calc(50% - 10px); }

  /* About */
  .about { padding:64px 0; }
  .about__visuals { gap:16px; }
  .about__main-wrap { max-width:240px; }
  .about__main-img { height:300px; }
  .about__years-badge { width:78px; height:78px; right:-10px; top:16px; }
  .about__years-num { font-size:1.3rem; }
  .about__years-label { font-size:.43rem; }
  .about__img-caption { padding:7px 14px; }
  .about__img-caption-script { font-size:1.3rem; }
  .about__img-caption span:not(.about__img-caption-script) { font-size:.56rem; }
  .about__bottom-row { max-width:240px; gap:14px; }
  .about__secondary-frame { width:84px; height:84px; border-width:3px; }
  .about__cta-col .btn-primary,
  .about__cta-col .btn-outline { font-size:.62rem; padding:10px 14px; border-radius:40px; }
  .about__name { font-size:clamp(1.8rem,8.5vw,2.6rem); }
  .about__title-role { font-size:.66rem; margin-bottom:20px; }
  .about__bio { font-size:.9rem; padding-left:14px; }
  .about__credentials span { font-size:.63rem; padding:5px 12px; }
  .about__pillars { margin-bottom:28px; }
  .about__pillar { padding:13px 0; gap:14px; }
  .about__pillar-icon { width:34px; height:34px; font-size:.8rem; }
  .about__cta-row { flex-direction:column; gap:10px; }
  .about__cta-row .btn-primary,
  .about__cta-row .btn-outline { width:100%; justify-content:center; }

  /* Services */
  .services { padding:64px 0; }
  .services__grid { border-radius:14px; }
  .svc-card { padding:32px 24px; }
  .svc-card__top { margin-bottom:20px; }
  .svc-card__icon { width:48px; height:48px; font-size:1.1rem; border-radius:13px; }
  .svc-card__num { font-size:2.4rem; }
  .svc-card__title { font-size:1.25rem; margin-bottom:12px; }
  .svc-card__text { font-size:.84rem; }
  .svc-card__footer { margin-top:24px; }
  .svc-card__link { font-size:.62rem; }

  /* Philosophy */
  .philosophy { padding:64px 0; }
  .philo-card { padding:18px 20px; gap:12px; }
  .philo-card__glyph { font-size:1.2rem; }

  /* For You */
  .foryou { padding:64px 0; }
  .foryou__cta { padding:40px 24px; }
  .foryou__cta-title { font-size:1.3rem; }
  .foryou__item { padding:14px 18px; font-size:.88rem; }

  /* Articles */
  .articles { padding:64px 0; }
  .art-card__img { height:180px; }
  .art-card__body { padding:20px; }
  .art-card__title { font-size:1.15rem; }

  /* Contact */
  .contact { padding:64px 0; }
  .contact__form-card { padding:32px 20px; border-radius:20px; }
  .contact__form-script { font-size:1.8rem; }
  .contact__ethics { padding:18px; }
  .btn-submit { font-size:.66rem; padding:15px; }
  .section-title { font-size:clamp(1.9rem,7.5vw,2.8rem); }

  /* Footer */
  .footer { padding:56px 0 28px; }
  .footer__main { grid-template-columns:1fr; gap:28px; padding-top:44px; margin-bottom:36px; }
  .footer__brand { grid-column:auto; }
  .footer__bottom { flex-direction:column; gap:6px; text-align:center; padding-top:20px; font-size:.68rem; }

  /* Admin */
  .admin-login-modal { padding:40px 20px; }
  .admin-dash__head { padding:20px; }
  .admin-dash__head h3 { font-size:1.25rem; }
  .admin-panel { padding:16px 20px 24px; }
  .admin-tabs { padding:10px 20px; gap:6px; overflow-x:auto; }
  .admin-tab { padding:8px 14px; font-size:.62rem; white-space:nowrap; }
  .admin-item { padding:12px 14px; gap:12px; }
  .admin-item__img { width:48px; height:48px; border-radius:8px; }
  .img-upload-zone { padding:24px 16px; }
  .art-read-overlay { padding:10px; }
  .art-read__hero { height:200px; }
  .art-read__body { padding:24px 20px 0; }
  .art-read__title { font-size:1.4rem; margin-bottom:16px; }
  .art-read__text { font-size:.9rem; }
  .wa-float { bottom:20px; right:16px; width:52px; height:52px; font-size:1.35rem; }
  .back-top { bottom:84px; right:16px; width:40px; height:40px; }
  .marquee-item { padding:0 24px; font-size:.6rem; gap:8px; }
}

/* ── VERY SMALL ≤380px ── */
@media(max-width:380px){
  .wrap { padding:0 14px; }
  .nav { padding:12px 14px; }
  .nav__logo-img { height:28px; }
  .nav__logo-script { font-size:1.4rem; }
  .hero__content { padding:98px 14px 52px; }
  .hero__title-line--1,.hero__title-line--3 { font-size:1.85rem; }
  .hero__title-line--2 { font-size:1.65rem; }
  .about__main-wrap { max-width:210px; }
  .about__main-img { height:265px; }
  .about__bottom-row { max-width:210px; }
  .about__secondary-frame { width:74px; height:74px; }
  .svc-card { padding:28px 20px; }
  .contact__form-card { padding:28px 16px; }
  .foryou__cta { padding:36px 20px; }
}
