/* ==========================================================
   JAMIE SUMMERS — SHARED SITE STYLES
   Related visually to JYOGA, but retaining the Jamie Summers
   identity and existing colour palette.
   ========================================================== */

:root {
    --yellow: #fee76c;
    --teal: #41c2c8;
    --purple: #c3a0fc;
    --green: #9dd5a6;
    --pink: #fbd89b;
    --orange: #ff9c13;
    --grey: #7f7b66;
    --ink: #444137;
    --cream: #fffef3;
    --white: #fff;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--cream);
    color: var(--grey);
    font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 999; }
.skip-link:focus { left: 8px; }

h1, h2, .serif {
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 800;
    line-height: .98;
}
h1 { margin: 0 0 22px; font-size: clamp(3rem, 7.2vw, 6.4rem); letter-spacing: -.06em; }
h2 { margin: 0 0 22px; font-size: clamp(2.1rem, 4.5vw, 3.9rem); letter-spacing: -.055em; }
h3 { margin: 0 0 10px; color: var(--ink); font-size: 1.16rem; }
.lead { max-width: 760px; font-size: 1.2rem; }
.small { font-size: .95rem; }
.eyebrow, .hero-eyebrow {
    margin: 0 0 14px;
    color: var(--orange);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.hero-eyebrow { color: var(--yellow); font-size: .92rem; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.center { text-align: center; }

/* Header and navigation */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .35s, box-shadow .35s, color .35s; }
.site-header.scrolled { background: rgba(254,231,108,.96); box-shadow: 0 8px 28px rgba(68,65,55,.12); backdrop-filter: blur(14px); }
.nav-wrap { height: 96px; max-width: 1380px; margin: auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand{text-decoration:none;color:#fff;display:flex;align-items:center;gap:14px;min-width:230px}
.brand-mark{width:52px;height:52px;display:block;object-fit:contain;filter:brightness(0) invert(1);opacity:.96;transition:filter .35s,opacity .35s}
.brand-words{display:flex;flex-direction:column;align-items:flex-start;line-height:1}
.brand-title{font-weight:800;letter-spacing:.18em;font-size:1.55rem;line-height:.95}
.brand-sub{display:block;margin-top:9px;font-size:.68rem;font-weight:800;letter-spacing:.24em;white-space:nowrap}
.site-header.scrolled .brand{color:var(--grey)}
.site-header.scrolled .brand-mark{filter:none}
.site-nav{display:flex;align-items:center;gap:clamp(10px,1.35vw,22px)}
.site-nav a{color:#fff;text-decoration:none;font-size:.79rem;text-transform:uppercase;font-weight:900;letter-spacing:.06em;position:relative;text-align:center;line-height:1.15;white-space:nowrap}
.site-nav a:not(.btn)::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:3px;background:var(--yellow);transition:right .25s}
.site-nav a.active::after, .site-nav a:hover::after { right: 0; }
.site-header.scrolled .site-nav a{color:var(--grey)}
.site-header.scrolled .site-nav a:not(.btn)::after{background:var(--teal)}
.menu-toggle { display: none; }

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:var(--yellow);color:var(--ink)!important;border:none;border-radius:8px;padding:14px 22px;text-transform:uppercase;text-decoration:none;font-weight:900;letter-spacing:.08em;box-shadow:0 10px 22px rgba(68,65,55,.13);transition:transform .2s,background .2s,color .2s}
.btn:hover{transform:translateY(-2px);background:var(--orange);color:#fff!important}
.btn.secondary, .site-header.scrolled .btn { background: var(--teal); color: #fff!important; }
.btn.secondary:hover, .site-header.scrolled .btn:hover { background: var(--orange); }

/* Home hero */
.hero { min-height: 740px; display: flex; align-items: center; position: relative; overflow: hidden; color: #fff; background: linear-gradient(90deg,rgba(20,25,30,.72),rgba(20,25,30,.18)), url('../assets/city-scape-portrait.jpg') center right/cover no-repeat; }
.hero-inner { position: relative; z-index: 2; max-width: 760px; margin-left: clamp(28px,8vw,120px); padding-top: 90px; }
.hero h1, .hero h2 { color: #fff; }
.hero h1 span { color: var(--yellow); }
.hero p { max-width: 560px; margin: 0 0 28px; font-size: 1.35rem; }

/* Inner-page hero: one shared alignment rule */
.page-hero { min-height: 520px; display: flex; align-items: flex-start; padding: 160px 0 90px; color: #fff; background: linear-gradient(90deg,rgba(20,25,30,.72),rgba(20,25,30,.18)), url('../assets/bg.gif') center/cover no-repeat; }
.page-hero > .container { max-width: none; margin: 0; padding-left: clamp(28px,8vw,120px); padding-right: 28px; }
.page-hero h1 { color: #fff; }
.page-hero p { max-width: 760px; font-size: 1.25rem; }

/* Home values */
.quick-values { background: var(--teal); color: #fff; padding: 18px 0 20px; }
.quick-values .inner { max-width: var(--max); margin: auto; padding: 0 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.value { padding: 8px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.42); }
.value:last-child { border-right: 0; }
.icon { margin-bottom: 4px; color: var(--yellow); font-size: 1.8rem; line-height: 1; }
.value h3 { margin-bottom: 3px; color: #fff; font-size: 1.08rem; font-weight: 800; letter-spacing: -.03em; }
.value p { margin: 0; font-size: .79rem; line-height: 1.35; }

/* Main sections */
.section { padding: 92px 0; }
.section.alt, .wash { background: #fffaf0; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 0; align-items: stretch; }
.section > .container.split { padding: 0; }
.section > .container.split > div:not(.photo-card) { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; }
.photo-card { min-height: 520px; overflow: hidden; background: #fff; border: 0; border-radius: 0; box-shadow: none; }
.photo-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; border-radius: 0; }
.home-practice-image { align-self: stretch; min-height: 100%; }
.ticks { margin: 24px 0; padding: 0; list-style: none; }
.ticks li { position: relative; margin: 8px 0; padding-left: 30px; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border-radius: 50%; background: var(--teal); color: #fff; font-size: .8rem; font-weight: 900; line-height: 21px; text-align: center; }

/* Editorial cards */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid rgba(68,65,55,.18); border-bottom: 1px solid rgba(68,65,55,.18); }
.card { padding: 38px 34px; border-right: 1px solid rgba(68,65,55,.18); border-radius: 0; background: transparent; box-shadow: none; }
.card:last-child { border-right: 0; }
.image-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.image-strip img { width: 100%; height: 100%; aspect-ratio: 1.15; object-fit: cover; border-radius: 0; }
.contact-box { padding: 40px; border-radius: 0; background: #fff; box-shadow: none; }

/* Shared quote language — same family as JYOGA */
.content-quote, .quote {
    position: relative;
    margin: 28px 0 0;
    padding: 22px;
    background: #fff;
    border-top: 5px solid var(--teal);
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}
.content-quote::before, .quote::before {
    content: "“";
    display: block;
    height: 30px;
    margin-top: 10px;
    color: var(--orange);
    font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    line-height: .5;
}
.content-quote p, .quote p { margin: 0 0 10px; color: var(--ink); font-size: .92rem; line-height: 1.5; font-style: normal; }
.content-quote cite, .quote cite { display: block; color: var(--orange); font-size: .75rem; font-style: normal; font-weight: 800; line-height: 1.35; }

/* Home reflections */
.testimonial-band { padding: 92px 0; background: var(--cream); }
.testimonial-band .container { max-width: var(--max); }
.testimonial-band h2 { margin-bottom: 34px; }
.quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0; }
.quotes .quote { margin: 0; min-height: 220px; }

/* Aya House feature */
.retreat-feature { padding-top: 68px; padding-bottom: 68px; }
.retreat-feature-inner { display: grid; grid-template-columns: 1.45fr .55fr; gap: 42px; align-items: center; }
.retreat-feature h2 { max-width: 760px; }
.retreat-feature p:not(.eyebrow) { max-width: 780px; }
.retreat-feature .content-quote { margin: 0; }

.teal { background: var(--teal); color: #fff; }
.teal h2 { color: #fff; }
.mini-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

/* Footer */
.footer { padding: 70px 28px 28px; background: #47443a; color: #fff; }
.footer-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; }
.footer h2, .footer h3 { color: #fff; }
.footer a { text-decoration: none; }
.copyright { max-width: var(--max); margin: 50px auto 0; color: rgba(255,255,255,.7); font-size: .85rem; }

@media (max-width: 1120px) {
    .site-nav a { min-width: 54px; font-size: .70rem; white-space: normal; }
    .site-nav .btn { display: none; }
}

@media (max-width: 1000px) {
    .site-nav { position: fixed; inset: 96px 0 auto 0; display: none; flex-direction: column; align-items: flex-start; padding: 26px; background: rgba(254,231,108,.98); }
    .site-nav.open { display: flex; }
    .site-nav a { min-width: 0; color: var(--grey)!important; white-space: nowrap; }
    .menu-toggle { display: block; padding: 9px 14px; border: 2px solid currentColor; border-radius: 999px; background: transparent; color: #fff; font-weight: 900; text-transform: uppercase; }
    .site-header.scrolled .menu-toggle { color: var(--grey); }
    .nav-wrap { height: 90px; }
    .brand-title { font-size: 1.25rem; }
    .brand-mark { width: 42px; height: 42px; }
    .brand-sub { font-size: .58rem; }
    .hero { background-position: center; }
    .hero-inner { margin: 0 auto; padding: 150px 28px 80px; }
    .page-hero { padding-top: 140px; }
    .page-hero > .container { padding-left: 28px; padding-right: 28px; }
    .split, .retreat-feature-inner { grid-template-columns: 1fr; }
    .section > .container.split > div:not(.photo-card) { padding: 52px 32px; }
    .photo-card, .photo-card img { min-height: 440px; }
    .quotes { grid-template-columns: 1fr; }
    .cards, .footer-grid { grid-template-columns: 1fr 1fr; }
    .card:nth-child(2) { border-right: 0; }
    .retreat-feature .content-quote { margin-top: 8px; }
}

@media (max-width: 640px) {
    .nav-wrap { padding: 0 18px; }
    .brand { min-width: 0; gap: 10px; }
    .brand-mark { display: none; }
    .brand-title { font-size: 1.08rem; }
    .brand-sub { font-size: .5rem; letter-spacing: .16em; }
    .hero { min-height: 680px; }
    .page-hero { min-height: 430px; }
    h1 { font-size: 3.1rem; }
    .section { padding: 70px 0; }
    .quick-values .inner { grid-template-columns: repeat(4,minmax(0,1fr)); padding: 0 10px; }
    .value { padding: 5px 6px; border-right: 1px solid rgba(255,255,255,.35); }
    .value:last-child { border-right: 0; }
    .icon { font-size: 1.35rem; }
    .value h3 { font-size: .78rem; }
    .value p { font-size: .58rem; line-height: 1.25; }
    .cards, .footer-grid, .image-strip { grid-template-columns: 1fr; }
    .card { border-right: 0; border-bottom: 1px solid rgba(68,65,55,.18); }
    .card:last-child { border-bottom: 0; }
    .mini-cta { display: block; }
    .mini-cta .btn { margin-top: 20px; }
}
