/*
Theme Name: Marie's Mobile Notary
Theme URI: https://mariesmobilenotary.com
Author: Marie's Mobile Notary
Author URI: https://mariesmobilenotary.com
Description: A custom one-page WordPress theme built for Marie's Mobile Notary, a mobile notary public serving Fresno, CA and the surrounding 75-mile area. Features a document-and-seal inspired design system, service and document listings, hours, service area, and contact information.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maries-notary
Tags: business, one-column, custom-menu, custom-logo, translation-ready
*/

/* ==========================================================================
   0. Design tokens
   ========================================================================== */
:root{
  --ink:        #10152A;   /* deep navy — hero, footer, dark sections */
  --ink-light:  #1B2340;   /* card-on-dark surface */
  --ink-soft:   rgba(16,21,42,0.08);
  --paper:      #F6F7FB;   /* clean neutral page background */
  --paper-dark: #ECEEF6;
  --brass:      #F0507E;   /* coral/pink brand accent (mapped from legacy --brass) */
  --brass-light:#F98BAA;
  --seal-red:   #F0507E;
  --charcoal:   #23263A;
  --white:      #FFFFFF;
  --line:       rgba(16,21,42,0.10);

  --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1180px;
  --radius: 10px;
}

/* ==========================================================================
   1. Reset & base
   ========================================================================== */
*, *::before, *::after{ box-sizing: border-box; }
svg{ width: 1em; height: 1em; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4{
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 0.5em;
  line-height: 1.15;
  font-weight: 600;
}
p{ margin: 0 0 1em; }
.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
:focus-visible{
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior:auto !important; }
}

.icon-inline{
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 3px;
  stroke-width: 2.4;
}

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 14px;
}
.eyebrow::before{
  content: "";
  width: 26px;
  height: 1px;
  background: var(--brass);
  display: inline-block;
}

/* ==========================================================================
   2. Top utility bar
   ========================================================================== */
.topbar{
  background: var(--ink);
  color: var(--paper);
  font-size: 13.5px;
}
.topbar .container{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
}
.topbar__left{ display:flex; flex-wrap:wrap; gap: 8px 22px; }
.topbar a{ color: var(--paper); opacity:.92; }
.topbar a:hover{ opacity: 1; text-decoration: underline; }
.topbar__call{
  font-weight: 700;
  letter-spacing: 0.02em;
}
.topbar__badge{
  color: var(--brass-light);
  font-weight: 600;
}

/* ==========================================================================
   3. Header / nav
   ========================================================================== */
.site-header{
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 0 rgba(27,42,74,0.03);
  transition: box-shadow .25s ease, padding .25s ease, background .25s ease;
}
.site-header.is-scrolled{
  background: rgba(246,247,251,0.92);
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  box-shadow: 0 12px 28px -14px rgba(27,42,74,0.28), 0 1px 0 var(--line);
}
.site-header.is-scrolled .container{ padding-top: 11px; padding-bottom: 11px; }
.site-header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 20px;
  transition: padding .25s ease;
}
.brand{
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand__seal{ width: 46px; height: 46px; flex-shrink: 0; }
.brand__name{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  line-height: 1.1;
}
.brand__sub{
  display:block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  margin-top: 3px;
}
.main-nav ul{
  display: flex;
  gap: 30px;
  align-items: center;
}
.main-nav a{
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
}
.main-nav a::after{
  content:"";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after{ transform: scaleX(1); }
.main-nav li.is-active a,
.main-nav li.current-menu-item a,
.main-nav li.current_page_item a{ color: var(--brass); }
.main-nav li.is-active a::after,
.main-nav li.current-menu-item a::after,
.main-nav li.current_page_item a::after{ transform: scaleX(1); background: var(--brass); }

/* Breadcrumb trail on standalone pages */
.breadcrumb{ margin-bottom: 14px; }
.breadcrumb ol{ display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb li{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(247,242,231,0.65);
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb li:not(:last-child)::after{
  content: "\2192";
  color: var(--brass-light);
  opacity: .8;
}
.breadcrumb a{ color: var(--brass-light); }
.breadcrumb a:hover{ text-decoration: underline; }
.breadcrumb li[aria-current="page"]{ color: var(--white); }

.header-cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brass);
  color: var(--white) !important;
  font-weight: 700;
  font-size: 14.5px;
  padding: 11px 22px;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid var(--brass);
  box-shadow: 0 8px 18px -8px rgba(240,80,126,0.55);
  transition: background .2s ease, border-color .2s ease, transform .15s ease;
}
.header-cta:hover{ background: #E13D6C; border-color: #E13D6C; transform: translateY(-1px); }

.nav-toggle{
  display: none;
  background: none;
  border: 1px solid var(--line);
  padding: 9px 11px;
  cursor: pointer;
}
.nav-toggle{ transition: transform .2s ease, border-color .2s ease; perspective: 200px; }
.nav-toggle[aria-expanded="true"]{ border-color: var(--brass); transform: rotateY(180deg); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after{
  content:"";
  display:block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  position: relative;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}
.nav-toggle span::before{ top: -6px; position:absolute; }
.nav-toggle span::after{ top: 6px; position:absolute; }

/* ==========================================================================
   4. Hero
   ========================================================================== */
.hero{
  position: relative;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.hero::before{
  content:"";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(240,80,126,0.18), transparent 45%),
    radial-gradient(circle at 88% 82%, rgba(240,80,126,0.14), transparent 50%);
  pointer-events: none;
}
.hero .container{
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 84px;
}
.hero__eyebrow{
  color: var(--brass-light);
}
.hero__eyebrow::before{ background: var(--brass-light); }
.hero h1{
  color: var(--white);
  font-size: clamp(34px, 4.6vw, 54px);
  margin-bottom: 20px;
}
.hero h1 em{
  font-style: italic;
  color: var(--brass-light);
}
.hero__lede{
  color: rgba(247,242,231,0.85);
  font-size: 18.5px;
  max-width: 46ch;
  margin-bottom: 30px;
}
.hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease, border-color .2s ease;
}
.btn-brass{
  background: var(--brass);
  color: var(--white) !important;
  border-color: var(--brass);
  box-shadow: 0 12px 24px -10px rgba(240,80,126,0.55);
}
.btn-brass:hover{
  background: #E13D6C;
  border-color: #E13D6C;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px -10px rgba(240,80,126,0.6);
}
.btn-brass:active{ transform: translateY(0); }
.btn-outline{
  background: transparent;
  color: var(--white) !important;
  border-color: rgba(247,242,231,0.55);
}
.btn-outline:hover{ border-color: var(--white); background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn svg{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero__facts{
  display: flex;
  flex-wrap: wrap;
  gap: 28px 34px;
  border-top: 1px solid rgba(247,242,231,0.18);
  padding-top: 26px;
}
.hero__fact-num{
  font-family: var(--font-display);
  font-size: 30px;
  color: var(--brass-light);
  display:block;
  line-height: 1;
}
.hero__fact-label{
  font-size: 13px;
  color: rgba(247,242,231,0.75);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero__seal-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 380px;
}
.hero__hex-back{
  position: absolute;
  width: min(320px, 88%);
  aspect-ratio: 0.95/1;
  background: linear-gradient(150deg, var(--ink-light), #262e52);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: translate(26px, 26px) rotate(6deg);
  z-index: 0;
}
.hero__hex-photo{
  position: relative;
  z-index: 1;
  width: min(320px, 88%);
  aspect-ratio: 0.95/1;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
  box-shadow: 0 30px 50px -20px rgba(0,0,0,0.55);
  animation: hex-in .8s ease-out both;
}
.hero__hex-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__hex-badge{
  position: absolute;
  z-index: 2;
  bottom: 6%;
  right: -6px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--brass);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 24px -10px rgba(240,80,126,0.55), 0 0 0 6px var(--ink);
}
.hero__hex-badge svg{ width: 28px; height: 28px; color: var(--white); }
@keyframes hex-in{
  from{ opacity: 0; transform: scale(.9) translateY(20px); }
  to{ opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes float-badge{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}
.hero__float{
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ink-light);
  border: 1px solid rgba(247,242,231,0.14);
  color: var(--brass-light);
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 16px 30px -14px rgba(0,0,0,0.5);
  animation: float-badge 5s ease-in-out infinite;
  white-space: nowrap;
}
.hero__float svg{ width: 18px; height: 18px; flex-shrink: 0; }
.hero__float--top{ top: -6%; left: -8%; animation-delay: .3s; }
.hero__float--bottom{ bottom: 4%; left: -10%; animation-delay: 1.1s; }
@media (max-width: 900px){
  .hero__float{ display: none; }
}
@media (prefers-reduced-motion: reduce){
  .hero__hex-photo{ animation: none; }
  .hero__float{ animation: none; }
}

/* ==========================================================================
   4b. Service / Area detail graphic header
   ========================================================================== */
.service-detail__head{
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.service-detail__icon-panel{
  flex-shrink: 0;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--brass), #E13D6C);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 34px -16px rgba(240,80,126,0.5), 0 0 0 8px var(--paper-dark);
}
.service-detail__icon-panel svg{ width: 48px; height: 48px; color: var(--white); }
.service-detail__meta h4{
  font-family: var(--font-display);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--brass);
  margin-bottom: 8px;
}
.service-detail__meta p{ color: #565a6e; font-size: 15.5px; margin-bottom: 0; max-width: 60ch; }
@media (max-width: 640px){
  .service-detail__head{ flex-direction: column; align-items: flex-start; gap: 18px; }
}

/* ==========================================================================
   5. Section shells
   ========================================================================== */
section{ padding: 88px 0; }
.section-head{
  max-width: 640px;
  margin-bottom: 48px;
}
.section-head.center{ margin-left: auto; margin-right: auto; text-align: center; }
.section-head p{ color: #4b4740; font-size: 17.5px; }
.bg-paper-dark{ background: var(--paper-dark); }
.bg-ink{ background: var(--ink); color: var(--paper); }
.bg-ink h2{ color: var(--white); }
.bg-ink .section-head p{ color: rgba(247,242,231,0.8); }

/* ==========================================================================
   6. Services grid
   ========================================================================== */
.services-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  perspective: 1200px;
}
.service-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 26px 28px;
  position: relative;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
  box-shadow: 0 2px 10px -6px rgba(16,21,42,0.08);
}
.service-card:hover{
  transform: translateY(-6px);
  border-color: rgba(240,80,126,0.35);
  box-shadow: 0 26px 40px -18px rgba(16,21,42,0.22);
}
.service-card:hover .service-card__icon{ transform: scale(1.08) rotate(-3deg); }
.service-card__icon{
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: linear-gradient(150deg, var(--brass), #E13D6C);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 12px 20px -10px rgba(240,80,126,0.5);
  transition: transform .25s ease;
}
.service-card__icon svg{ width: 28px; height: 28px; }
.service-card__index{
  position: absolute;
  top: 22px;
  right: 22px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--paper-dark);
  color: #8b8fa3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}
.service-card h3{
  font-size: 19px;
  margin-bottom: 10px;
}
.service-card p{
  color: #565a6e;
  font-size: 15px;
  margin-bottom: 0;
}

/* Documents chips */
.doc-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.doc-chips{ perspective: 1000px; }
.doc-chip{
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 16px 20px;
  border-radius: var(--radius);
  flex: 1 1 220px;
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease;
  will-change: transform;
}
.doc-chip:hover{
  border-color: var(--brass-light);
  box-shadow: 0 18px 30px -14px rgba(27,42,74,0.2);
}
.doc-chip__icon{
  width: 34px; height: 34px;
  flex-shrink: 0;
  color: var(--brass);
  transform: translateZ(16px);
  transition: transform .18s ease;
}
.doc-chip:hover .doc-chip__icon{ transform: translateZ(26px) scale(1.08); }
.doc-chip__label{
  font-weight: 700;
  color: var(--ink);
  font-size: 15.5px;
}
.doc-chip__desc{
  font-size: 13.5px;
  color: #59554d;
  display:block;
}

/* ==========================================================================
   6b. Process (dark band, numbered steps)
   ========================================================================== */
.process{
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.process::before{
  content:"";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 20%, rgba(240,80,126,0.16), transparent 50%);
  pointer-events: none;
}
.process .section-head h2{ color: var(--white); }
.process .section-head p{ color: rgba(247,242,231,0.75); }
.process-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.process-step{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(247,242,231,0.12);
  border-radius: var(--radius);
  padding: 30px 26px;
}
.process-step__num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--brass);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 18px;
}
.process-step h3{ color: var(--white); font-size: 19px; margin-bottom: 8px; }
.process-step p{ color: rgba(247,242,231,0.72); font-size: 15px; margin-bottom: 0; }

/* ==========================================================================
   7. About split
   ========================================================================== */
.about{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.about__frame{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 40px -16px rgba(16,21,42,0.28);
}
.about__frame img{
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about__stat-badge{
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 22px;
  box-shadow: 0 14px 28px -10px rgba(16,21,42,0.35);
}
.about__stat{
  font-family: var(--font-display);
  font-size: 40px;
  color: var(--ink);
  line-height: 1;
}
.about__stat-label{
  display: block;
  margin-top: 6px;
  font-weight: 700;
  color: var(--brass);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}
.about__body p{ color: #423f39; font-size: 17px; }
.about__list{ margin-top: 22px; }
.about__list li{
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 15.5px;
}
.about__list li:first-child{ border-top: none; }
.about__list svg{ flex-shrink: 0; width: 20px; height: 20px; color: var(--brass); margin-top: 2px; }

/* ==========================================================================
   8. Service area
   ========================================================================== */
.area-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.area-radius{
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px dashed var(--brass);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 44px -18px rgba(27,42,74,0.3), inset 0 2px 6px rgba(27,42,74,0.06);
  animation: ring-spin 40s linear infinite;
}
.area-radius::before{
  content:"";
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  border: 1px solid var(--line);
}
.area-radius__center{ animation: ring-spin-counter 40s linear infinite; }
@keyframes ring-spin{ to{ transform: rotate(360deg); } }
@keyframes ring-spin-counter{ to{ transform: rotate(-360deg); } }
@media (prefers-reduced-motion: reduce){
  .area-radius, .area-radius__center{ animation: none; }
}
.area-radius__center{
  text-align: center;
}
.area-radius__num{
  font-family: var(--font-display);
  font-size: 46px;
  color: var(--ink);
  line-height: 1;
}
.area-radius__label{
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--brass);
  font-weight: 700;
}
.area-card-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 26px 0 34px;
}
.area-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.area-card:hover{
  transform: translateY(-5px);
  border-color: rgba(240,80,126,0.35);
  box-shadow: 0 22px 34px -18px rgba(16,21,42,0.2);
}
.area-card__icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--brass), #E13D6C);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.area-card__icon svg{ width: 22px; height: 22px; }
.area-card__name{ font-weight: 700; color: var(--ink); font-size: 15.5px; }
@media (max-width: 720px){
  .area-card-grid{ grid-template-columns: repeat(2, 1fr); }
}
.city-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.city-list li{
  background: var(--white);
  border: 1px solid var(--line);
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 2px 6px -2px rgba(27,42,74,0.14);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.city-list li:hover{
  transform: translateY(-3px);
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 10px 18px -8px rgba(27,42,74,0.35);
}

/* ==========================================================================
   8b. Testimonials
   ========================================================================== */
.testimonials{ background: var(--ink); color: var(--paper); }
.testimonials .section-head h2{ color: var(--white); }
.testimonials .section-head p{ color: rgba(247,242,231,0.75); }
.testimonial-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.testimonial-card{
  background: var(--ink-light);
  border: 1px solid rgba(247,242,231,0.1);
  border-radius: var(--radius);
  padding: 28px 26px;
}
.testimonial-card__stars{ display: flex; gap: 3px; color: var(--brass-light); margin-bottom: 14px; }
.testimonial-card__stars svg{ width: 16px; height: 16px; }
.testimonial-card p{ color: rgba(247,242,231,0.88); font-size: 15px; margin-bottom: 20px; }
.testimonial-card__who{ display: flex; align-items: center; gap: 12px; }
.testimonial-card__avatar{
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--brass);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.testimonial-card__name{ font-weight: 700; color: var(--white); font-size: 14.5px; }
.testimonial-card__meta{ display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: rgba(247,242,231,0.55); }
.google-icon{ width: 14px; height: 14px; }

/* ==========================================================================
   8c. Team / Meet Marie
   ========================================================================== */
.team-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.team-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  transition: transform .2s ease, box-shadow .25s ease;
  box-shadow: 0 2px 10px -6px rgba(16,21,42,0.08);
}
.team-card:hover{ transform: translateY(-6px); box-shadow: 0 26px 40px -18px rgba(16,21,42,0.22); }
.team-card__photo{ aspect-ratio: 1/1; overflow: hidden; }
.team-card__photo img{ width: 100%; height: 100%; object-fit: cover; }
.team-card__body{ padding: 22px 20px 26px; }
.team-card__name{ font-family: var(--font-display); font-size: 18px; color: var(--ink); margin-bottom: 4px; }
.team-card__role{ font-size: 13px; font-weight: 700; color: var(--brass); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.team-card__desc{ font-size: 14.5px; color: #565a6e; margin-bottom: 0; }
.team-note{
  margin-top: 18px;
  font-size: 14px;
  color: #59554d;
  text-align: center;
}

/* ==========================================================================
   9. Hours + Contact
   ========================================================================== */
.hours-contact{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.panel{
  background: var(--white);
  border: 1px solid var(--line);
  padding: 36px;
  border-radius: var(--radius);
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .25s ease;
  box-shadow: 0 10px 24px -14px rgba(27,42,74,0.14);
  will-change: transform;
}
.panel:hover{ box-shadow: 0 26px 40px -16px rgba(27,42,74,0.24); }
.panel h3 svg{ transform: translateZ(14px); }
.panel h3{
  font-size: 22px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.panel h3 svg{ width: 24px; height: 24px; color: var(--brass); }
.hours-row{
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15.5px;
}
.hours-row:first-of-type{ border-top: none; }
.hours-row span:first-child{ font-weight: 600; color: var(--ink); }
.hours-note{
  margin-top: 18px;
  font-size: 14px;
  color: #59554d;
  background: var(--paper-dark);
  padding: 12px 16px;
  border-left: 3px solid var(--brass);
}
.contact-line{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.contact-line:first-of-type{ border-top: none; }
.contact-line svg{ width: 22px; height: 22px; color: var(--brass); flex-shrink: 0; margin-top: 2px; }
.contact-line strong{ display:block; color: var(--ink); font-size: 15px; }
.contact-line a:hover{ text-decoration: underline; }

/* ==========================================================================
   10. CTA band
   ========================================================================== */
.cta-band{
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::after{
  content:"";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(201,169,110,0.16), transparent 60%);
}
.cta-band .container{ position: relative; }
.cta-band h2{ color: var(--white); margin-bottom: 14px; }
.cta-band p{ color: rgba(247,242,231,0.82); max-width: 54ch; margin: 0 auto 30px; font-size: 17.5px; }
.cta-band .btn-group{ display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   11. Footer
   ========================================================================== */
.site-footer{
  background: var(--ink);
  color: rgba(247,242,231,0.78);
  padding: 60px 0 26px;
  font-size: 14.5px;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(247,242,231,0.14);
}
.footer-brand{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-brand svg{ width: 38px; height: 38px; }
.footer-brand span{
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--white);
}
.footer-col h4{
  color: var(--brass-light);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px;
  font-family: var(--font-body);
}
.footer-col li{ margin-bottom: 10px; }
.footer-col a:hover{ text-decoration: underline; }
.footer-col a.is-active{ color: var(--brass-light); font-weight: 700; }
.footer-bottom{
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: rgba(247,242,231,0.55);
}

/* ==========================================================================
   12. Blog / standard page templates
   ========================================================================== */
.page-hero{
  background: var(--ink);
  color: var(--paper);
  padding: 56px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before{
  content:"";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 12% 30%, rgba(201,169,110,0.14), transparent 45%);
  pointer-events: none;
}
.page-hero h1{ color: var(--white); margin: 0; }
.page-hero p{ color: rgba(247,242,231,0.8); font-size: 17.5px; max-width: 60ch; margin: 14px 0 0; }
.page-hero__seal{
  position: absolute;
  right: -60px;
  top: 50%;
  width: 220px;
  height: 220px;
  color: var(--brass-light);
  opacity: 0.14;
  transform: translateY(-50%) rotate(0deg);
  animation: page-seal-spin 60s linear infinite;
  pointer-events: none;
}
@keyframes page-seal-spin{ to{ transform: translateY(-50%) rotate(360deg); } }
@media (max-width: 760px){ .page-hero__seal{ display: none; } }
@media (prefers-reduced-motion: reduce){ .page-hero__seal{ animation: none; } }
.content-area{
  max-width: 780px;
  margin: 0 auto;
  padding: 70px 24px;
}
.content-area h2{ margin-top: 1.4em; }
.content-area img{ border-radius: var(--radius); margin: 1.4em 0; }
.post-list article{
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.post-list article:first-child{ border-top: none; }
.post-list h2{ font-size: 24px; margin-bottom: 8px; }
.post-list h2 a:hover{ color: var(--brass); }
.post-meta{ font-size: 13px; color: var(--brass); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.pagination{ display: flex; gap: 16px; margin-top: 30px; font-weight: 700; }
.pagination a{ color: var(--brass); }

/* ==========================================================================
   13. Scroll-reveal (driven by main.js IntersectionObserver)
   ========================================================================== */
.reveal{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible{ opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity: 1; transform: none; transition: none; }
}

/* ==========================================================================
   14. Header extras — text link, graphic watermark, dual CTAs
   ========================================================================== */
.topbar__text{
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header-graphic{
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: auto;
  color: var(--ink);
  opacity: 0.06;
  pointer-events: none;
}
.header-ctas{
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-cta--ghost{
  background: transparent;
  color: var(--ink) !important;
  border: 1px solid var(--line);
  box-shadow: none;
}
.header-cta--ghost:hover{ background: var(--paper-dark); border-color: var(--ink); transform: translateY(-1px); }
.hero__text-link{
  color: rgba(247,242,231,0.72);
  font-size: 14.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}
.hero__text-link a{ color: var(--brass-light); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.hero__text-link svg{ color: var(--brass-light); }

/* Contact line "Text instead" secondary option */
.contact-line__options{ display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.contact-line__text-link{
  font-size: 12.5px;
  font-weight: 700;
  color: var(--brass);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Service cards that link out to their own detail page */
a.service-card--link{ display: block; color: inherit; }
.service-card__more{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--brass);
}
.service-card__more svg{ width: 14px; height: 14px; transition: transform .18s ease; }
a.service-card--link:hover .service-card__more svg{ transform: translateX(4px); }

/* ==========================================================================
   14b. Booking page
   ========================================================================== */
.booking-wrap{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}
.booking-form-panel{ padding: 40px; }
.booking-form-panel h3{
  font-size: 21px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.booking-form-panel h3 svg{ width: 22px; height: 22px; color: var(--brass); }
.form-row{ margin-bottom: 18px; }
.form-grid-2{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row label{
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 6px;
}
.form-row label span{ color: var(--brass); }
.form-row input,
.form-row select,
.form-row textarea{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--charcoal);
  background: var(--white);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus{
  outline: none;
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(240,80,126,0.15);
}
.form-row textarea{ resize: vertical; }
.mmn-hp-field{ position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.booking-submit{ width: 100%; justify-content: center; margin-top: 6px; }
.form-fineprint{
  margin: 14px 0 0;
  font-size: 12.5px;
  color: #8a8578;
  text-align: center;
}
.form-notice{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 8px;
  margin-bottom: 26px;
  font-size: 14.5px;
}
.form-notice svg{ width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.form-notice p{ margin: 4px 0 0; }
.form-notice--success{ background: rgba(76,175,80,0.1); border: 1px solid rgba(76,175,80,0.35); color: #2b6a2f; }
.form-notice--success svg{ color: #3d8b41; }
.form-notice--error{ background: rgba(224,63,63,0.08); border: 1px solid rgba(224,63,63,0.3); color: #a83232; }
.booking-side{ display: flex; flex-direction: column; gap: 24px; }
.booking-side .panel{ padding: 28px; }
.booking-side .panel p{ font-size: 14.5px; color: #565a6e; }
.booking-side__actions{ display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.booking-side__actions .btn{ justify-content: center; }

/* Service detail / area detail long-form content */
.service-detail__body :is(h2,h3){ margin-top: 1.2em; }
.service-detail__body p{ font-size: 17px; color: #423f39; }

/* ==========================================================================
   15. Responsive
   ========================================================================== */
@media (max-width: 980px){
  .hero .container{ grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 56px; }
  .hero__seal-wrap{ order: -1; min-height: 260px; }
  .hero__hex-photo, .hero__hex-back{ width: 220px; }
  .services-grid{ grid-template-columns: repeat(2,1fr); }
  .process-grid{ grid-template-columns: 1fr; }
  .testimonial-grid{ grid-template-columns: 1fr; }
  .team-grid{ grid-template-columns: repeat(2,1fr); }
  .about{ grid-template-columns: 1fr; gap: 36px; }
  .area-wrap{ grid-template-columns: 1fr; gap: 34px; }
  .hours-contact{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .booking-wrap{ grid-template-columns: 1fr; }
  .header-graphic{ width: 100px; opacity: 0.05; }
}
@media (max-width: 760px){
  .main-nav{ display: none; }
  .nav-toggle{ display: block; }
  .breadcrumb ol{ font-size: 12px; }
  .header-cta{ padding: 10px 15px; font-size: 13.5px; }
  .header-ctas{ gap: 6px; }
  .header-cta--ghost{ display: none; }
  .header-graphic{ display: none; }
  .services-grid{ grid-template-columns: 1fr; }
  .team-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .topbar .container{ justify-content: center; text-align: center; }
  section{ padding: 60px 0; }
  .form-grid-2{ grid-template-columns: 1fr; }
  .booking-form-panel{ padding: 26px 22px; }
}
@media (max-width: 760px){
  .main-nav{
    transform-origin: top center;
    transform: perspective(600px) rotateX(-12deg);
    opacity: 0;
    visibility: hidden;
    transition: transform .28s ease, opacity .22s ease, visibility .28s;
  }
  .main-nav.is-open{
    display: block;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 10px 24px 20px;
    box-shadow: 0 22px 34px -18px rgba(27,42,74,0.35);
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  .main-nav.is-open ul{ flex-direction: column; align-items: flex-start; gap: 4px; }
  .main-nav.is-open li{ width: 100%; }
  .main-nav.is-open a{ display:block; padding: 12px 0; }
}
