
:root{
  --ivory:#F7F3EA;
  --cream:#FFFDF8;
  --alternate:#EEE7DB;
  --white:#FFFFFF;
  --navy:#17263A;
  --navy-2:#213A55;
  --blue:#1E3A5F;
  --blue-soft:#465463;
  --muted:#5B6875;
  --warm:#8A6A45;
  --warm-2:#A27A4E;
  --line:#DDD5C8;
  --line-soft:rgba(23,38,58,.10);
  --shadow:0 18px 55px rgba(23,38,58,.07);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--navy);
  background:
    radial-gradient(circle at 82% 7%,rgba(162,122,78,.06),transparent 30rem),
    radial-gradient(circle at 7% 55%,rgba(30,58,95,.035),transparent 30rem),
    var(--ivory);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.skip{position:absolute;left:-9999px;top:auto}
.skip:focus{left:20px;top:20px;z-index:100;background:#fff;color:#000;padding:10px 14px;border-radius:8px}

/* Navigation */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(247,243,234,.90);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line-soft);
}
.nav{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand{display:inline-flex;align-items:center;line-height:0;font-weight:800}
.site-logo{display:block;width:142px;height:auto;max-width:46vw}
.brand span{color:var(--warm)}
header nav,nav{
  display:flex;gap:24px;align-items:center;
  color:var(--muted);font-size:.88rem;flex-wrap:wrap
}
header nav a:hover,header nav a[aria-current="page"],
nav a:hover,nav a[aria-current="page"]{color:var(--navy)}
.button,.nav-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:46px;padding:0 19px;border-radius:999px;
  background:var(--blue);color:#fff!important;
  border:1px solid transparent;font-weight:800;
  box-shadow:0 7px 20px rgba(30,58,95,.12);
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
  cursor:pointer;
}
.button:hover,.nav-cta:hover{transform:translateY(-2px);background:var(--navy-2)}
.button.secondary{
  background:rgba(255,255,255,.55);color:var(--navy)!important;
  border-color:rgba(23,38,58,.18);box-shadow:none
}
.button.secondary:hover{background:#fff;border-color:var(--warm);color:var(--warm)!important}

/* Type hierarchy */
h1,h2,h3{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--navy);
}
h1{
  font-size:clamp(3rem,7vw,6.2rem);
  line-height:.98;letter-spacing:-.055em;
}
h2{
  font-size:clamp(2.2rem,4.8vw,4rem);
  line-height:1.04;letter-spacing:-.045em;
}
h3{line-height:1.18}
.eyebrow,.section-kicker,.kicker,.tag,.number,.num,.principle-number,.step strong,.service small{
  color:var(--warm);
  text-transform:uppercase;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.14em;
}
.lead{color:var(--muted);font-size:1.12rem}
.section-head,.head{max-width:780px;margin-bottom:46px}
.section-head p,.head p{color:var(--muted);font-size:1.05rem;margin:14px 0 0}
.section-head h2,.head h2{margin:12px 0 16px}

/* Shared sections */
section{
  padding:96px 0;
  border-top:1px solid var(--line-soft);
}
section:nth-of-type(even){background:rgba(255,255,255,.40)}
.hero{
  position:relative;
  overflow:hidden;
  padding:110px 0 92px;
  background:var(--ivory);
}
.hero::after{
  content:"";
  position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 92% 25%,rgba(138,106,69,.075),transparent 24rem),
    linear-gradient(135deg,transparent 55%,rgba(255,255,255,.35));
}
.hero>*{position:relative;z-index:1}
.hero-grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center;
}
.hero-content{max-width:880px}
.hero h1{margin:18px 0 28px;max-width:860px}
.hero h1 em{font-style:normal;color:var(--warm)}
.hero-actions,.actions{
  display:flex;flex-wrap:wrap;gap:12px;margin-top:32px
}
.microcopy{margin-top:16px;color:var(--blue-soft);font-size:.86rem}
.hero-card{
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(238,231,219,.70));
  border-radius:28px;padding:32px;
  box-shadow:var(--shadow);
}
.hero-card h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.35rem;line-height:1.2;margin:0 0 20px
}
.diagnosis{display:grid;gap:0}
.diagnosis div{
  padding:17px 0;border-bottom:1px solid var(--line);
  color:var(--muted);font-size:.92rem
}
.diagnosis div:last-child{border-bottom:0}
.diagnosis strong{display:block;color:var(--navy);margin-bottom:4px}
.pulse{
  width:9px;height:9px;border-radius:50%;display:inline-block;
  margin-right:9px;background:var(--warm);vertical-align:middle
}

/* Homepage cards */
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card,.principle,.method-card,.not-card,.topic,.article,.insight{
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.78);
  border-radius:20px;
  box-shadow:0 8px 28px rgba(23,38,58,.035);
}
.card{padding:29px}
.card:hover,.principle:hover,.method-card:hover,.not-card:hover,.topic:hover,.article:hover,.insight:hover{
  border-color:rgba(138,106,69,.28);
  transform:translateY(-3px);
  transition:.2s ease;
}
.card h3{margin:0 0 10px;font-size:1.25rem}
.card p,.principle p,.method-card p,.not-card p,.topic p,.article p,.insight p{margin:0;color:var(--muted)}
.num{margin-bottom:30px}

/* Team */
.team-section{
  background:var(--alternate)!important;
}
.team-head{max-width:820px}
.team-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}
.team-card{
  grid-column:span 2;
  position:relative;
  min-height:285px;
  padding:28px;
  border:1px solid rgba(23,38,58,.10);
  border-radius:22px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 32px rgba(23,38,58,.045);
  overflow:hidden;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.team-card:nth-child(4){grid-column:2 / span 2}
.team-card:nth-child(5){grid-column:4 / span 2}
.team-card:hover{
  transform:translateY(-4px);
  border-color:rgba(138,106,69,.30);
  box-shadow:var(--shadow);
}
.team-card::after{
  content:"";
  position:absolute;
  width:130px;height:130px;
  right:-48px;bottom:-55px;
  border-radius:50%;
  border:1px solid rgba(138,106,69,.12);
}
.team-initials{
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--ivory);
  border:1px solid var(--line);
  color:var(--blue);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  font-size:.95rem;
  margin-bottom:22px;
}
.team-role{
  color:var(--warm);
  text-transform:uppercase;
  letter-spacing:.105em;
  font-size:.66rem;
  font-weight:850;
  line-height:1.45;
  max-width:30ch;
}
.team-card h3{
  font-size:1.65rem;
  margin:8px 0 10px;
}
.team-card p{
  color:var(--muted);
  font-size:.9rem;
  line-height:1.62;
  max-width:34ch;
}
.team-index{
  position:absolute;
  right:24px;top:24px;
  color:rgba(138,106,69,.55);
  font-family:Georgia,"Times New Roman",serif;
  font-size:.8rem;
}
.team-lead-card{
  background:linear-gradient(145deg,#fff,rgba(247,243,234,.92));
  border-color:rgba(138,106,69,.18);
}

/* Services */
.services{
  display:grid;grid-template-columns:repeat(2,1fr);gap:18px;
  background:transparent;border:0;border-radius:0;overflow:visible
}
.service{
  background:#fff;
  border:1px solid var(--line-soft);
  border-radius:20px;padding:30px;min-height:250px;
  box-shadow:0 8px 28px rgba(23,38,58,.035);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.service:hover{background:#fff;border-color:rgba(138,106,69,.28);transform:translateY(-3px);box-shadow:var(--shadow)}
.service h3{font-size:1.45rem;margin:10px 0}
.service p{color:var(--muted);margin:0;max-width:48ch}
.service a,.article a{display:inline-block;margin-top:22px;color:var(--blue);font-weight:750}
.service a:hover,.article a:hover{color:var(--warm)}

/* Featured visual/media */
.featured-media{
  display:grid;grid-template-columns:.86fr 1.14fr;gap:34px;align-items:center;
  padding:26px;border:1px solid var(--line);border-radius:24px;
  background:linear-gradient(145deg,#fff,rgba(238,231,219,.68));
  box-shadow:var(--shadow)
}
.featured-media-copy{padding:18px}
.featured-media-copy h3{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.1;margin:12px 0 16px;letter-spacing:-.03em}
.featured-media-copy p{color:var(--muted);margin:0;max-width:46ch}
.media-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.media-meta span{
  display:inline-flex;align-items:center;min-height:30px;padding:0 11px;
  border-radius:999px;border:1px solid rgba(138,106,69,.22);
  color:var(--blue-soft);font-size:.78rem;font-weight:750;background:var(--ivory)
}
.video-frame{
  position:relative;border-radius:18px;overflow:hidden;background:#e7e0d4;
  border:1px solid var(--line);box-shadow:0 18px 55px rgba(23,38,58,.14)
}
.video-frame::before{
  content:"Featured promo";position:absolute;z-index:2;top:14px;left:14px;
  padding:7px 10px;border-radius:999px;background:rgba(23,38,58,.82);
  border:1px solid rgba(255,255,255,.16);color:#fff;font-size:.72rem;
  font-weight:800;letter-spacing:.08em;text-transform:uppercase;pointer-events:none
}
.video-frame video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.work-grid,.editorial,.topics,.insights{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.work{
  border:1px solid var(--line-soft);border-radius:18px;overflow:hidden;background:#fff;
  box-shadow:0 8px 28px rgba(23,38,58,.035)
}
.work img{width:100%;aspect-ratio:4/3;object-fit:cover}
.work-body{padding:18px 18px 22px}
.work-body h3{margin:0 0 6px;font-size:1.05rem}
.work-body p{margin:0;color:var(--muted);font-size:.92rem}

/* About */
.intro{background:#fff}
.intro-grid,.split{
  display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start
}
.sticky-label{position:sticky;top:115px}
.sticky-label h2{margin:12px 0 0}
.prose{max-width:700px;color:var(--muted);font-size:1.06rem}
.prose p{margin:0 0 22px}
.prose strong{color:var(--navy)}
.method{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.method-card{padding:28px}
.method-card .number{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ivory);border:1px solid var(--line);margin-bottom:18px}
.method-card h3,.not-card h3{margin:0 0 10px;font-size:1.22rem}
.not-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.not-card{padding:28px;background:rgba(238,231,219,.55)}
.principle{padding:28px}
.principle h3{margin:12px 0 9px;font-size:1.22rem}
.principle-number{display:block}

/* Steps / flow / FAQ */
.steps{display:grid;gap:0}
.step{
  display:grid;grid-template-columns:54px 1fr;gap:20px;padding:22px 0;
  border-bottom:1px solid var(--line)
}
.step:first-child{border-top:1px solid var(--line)}
.step-no{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:var(--ivory);color:var(--blue);border:1px solid var(--line);font-weight:800
}
.step h3{margin:0 0 6px}
.step p{margin:0;color:var(--muted)}
.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.flow article{padding:25px;border-top:2px solid var(--warm);background:rgba(255,255,255,.55)}
.flow strong{color:var(--warm);font-size:.8rem;letter-spacing:.12em}
.flow h3{margin:10px 0 8px}.flow p{margin:0;color:var(--muted);font-size:.9rem}
.faq{display:grid;gap:10px}
.faq details{
  border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px 20px
}
.faq summary{cursor:pointer;font-weight:750;color:var(--navy)}
.faq details p{color:var(--muted);margin:12px 0 0}

/* Insights */
.topic,.article,.insight{padding:28px}
.topic{min-height:210px}
.topic h3{margin:18px 0 10px;font-size:1.25rem}
.article{min-height:310px}
.article h3{font-size:1.4rem;line-height:1.22;margin:20px 0 14px}
.article a{color:var(--blue)}
.note{
  border:1px dashed rgba(138,106,69,.34);border-radius:18px;padding:30px;
  color:var(--muted);background:rgba(255,255,255,.55)
}
.note strong{color:var(--navy)}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;padding-bottom:100px}
.info,.form-card{
  border:1px solid var(--line);border-radius:22px;background:#fff;
  box-shadow:0 8px 28px rgba(23,38,58,.035)
}
.info{padding:36px}.form-card{padding:36px}
.info h2,.form-card h2{margin:0 0 14px;font-size:1.6rem}
.info p,.form-card>p{margin:0;color:var(--muted)}
.form-card form{margin-top:28px}
form{display:grid;gap:18px}
.field{display:grid;gap:8px}
label{font-size:.92rem;font-weight:700;color:var(--navy)}
input,textarea,select{
  width:100%;background:#fff;border:1px solid var(--line);border-radius:10px;
  color:var(--navy);padding:14px 15px;font:inherit
}
textarea{min-height:170px;resize:vertical}
input:focus,textarea:focus,select:focus{
  outline:2px solid rgba(138,106,69,.30);border-color:var(--warm)
}
.field small,.privacy{color:var(--muted)}
.privacy{font-size:.86rem}
.honey{position:absolute;left:-9999px}
.full{grid-column:1/-1}

/* CTA / Footer */
.cta{
  padding:82px 0;text-align:center;
  background:
    radial-gradient(circle at 50% 0%,rgba(138,106,69,.09),transparent 34rem),
    var(--alternate);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.cta .section-head,.cta .head{margin:0 auto 28px}
.cta h2{max-width:900px;margin-left:auto;margin-right:auto}
footer{
  padding:35px 0;border-top:1px solid var(--line-soft);
  color:var(--muted);font-size:.8rem;background:rgba(247,243,234,.72)
}
.footer,.footer-row{
  display:flex;justify-content:space-between;align-items:center;gap:20px
}
footer a:hover{color:var(--navy)}

/* Thank-you / 404 */
main .w{width:min(calc(100% - 40px),820px)}
body:has(main.w),body:has(main.w) main{
  background:transparent
}
.w{text-align:center;padding:60px 0}
.logo{width:150px;margin:auto}
.w h1{margin:22px 0 12px}
.w p{color:var(--muted);font-size:1.12rem}
.b{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;padding:13px 22px;border-radius:999px;background:var(--blue);color:#fff;text-decoration:none;font-weight:800}

/* Accessibility */
::selection{background:var(--alternate);color:var(--navy)}
:focus-visible{outline:2px solid var(--warm);outline-offset:3px}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}
@media(max-width:900px){
  .hero-grid,.intro-grid,.split,.featured-media,.contact-grid{grid-template-columns:1fr}
  .hero{padding:85px 0 72px;min-height:auto}
  .hero-card{max-width:760px}
  .principles,.topics,.editorial,.insights,.work-grid,.not-grid,.team-grid{grid-template-columns:1fr 1fr}
  .team-card,.team-card:nth-child(4),.team-card:nth-child(5){grid-column:auto}
  .services{grid-template-columns:1fr 1fr}
  .flow{grid-template-columns:1fr 1fr}
  .method{grid-template-columns:1fr 1fr}
  .sticky-label{position:static}
  header nav a:not(:last-child){display:none}
}
@media(max-width:600px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .nav{min-height:70px}
  .site-logo{width:125px}
  .nav{gap:12px}
  header nav{display:none}
  .nav .button,.nav .nav-cta{min-height:42px;padding:0 14px;font-size:.82rem}
  h1{font-size:clamp(3rem,15vw,5rem)}
  section{padding:72px 0}
  .hero{padding:70px 0}
  .page-hero{padding:65px 0 35px}
  .principles,.topics,.editorial,.insights,.work-grid,.not-grid,.services,.method,.flow,.team-grid{grid-template-columns:1fr}
  .card,.service,.principle,.method-card,.not-card,.topic,.article,.insight{padding:24px}
  .featured-media{padding:16px}
  .featured-media-copy{padding:12px 8px}
  .contact-grid{padding-bottom:70px}
  .info,.form-card{padding:26px}
  .footer,.footer-row{flex-direction:column;align-items:flex-start}
  .button{width:auto}
}

/* Standalone utility pages */
body > main:not(#main){
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:50px 0;
}
body > main:not(#main) > *{width:min(calc(100% - 40px),820px);margin-left:auto;margin-right:auto}
body > main:not(#main) .brand{width:auto}
body > main:not(#main) .eyebrow{margin-top:34px}
body > main:not(#main) h1{margin:18px auto 24px;text-align:center}
body > main:not(#main) p{max-width:640px;margin:0 auto 28px;color:var(--muted);text-align:center}
body > main:not(#main) > a:last-child{
  display:inline-flex;width:auto;min-height:46px;padding:0 20px;
  align-items:center;justify-content:center;border-radius:999px;
  background:var(--blue);color:#fff;font-weight:800;
}
header.w.h{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;
  width:min(calc(100% - 40px),var(--max));margin:auto;background:transparent;
  border:0;backdrop-filter:none;
}
header.w.h .n{display:flex}


/* The Team — Warm Ivory editorial treatment */
.team-section{
  background:linear-gradient(180deg,var(--alternate) 0%,#f3ede3 100%)!important;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.team-wrap{
  width:min(calc(100% - 48px),1080px);
  margin-inline:auto;
}
.team-intro{
  max-width:760px;
  margin:0 auto 52px;
  text-align:center;
}
.team-intro .eyebrow{margin-bottom:12px}
.team-intro h2{
  margin:0 0 18px;
  font-size:clamp(2.35rem,4.5vw,4.15rem);
}
.team-intro p{
  max-width:680px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.8;
}
.team-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.team-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:34px 34px 32px;
  min-height:330px;
  border:1px solid rgba(23,38,58,.11);
  border-radius:26px;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 40px rgba(23,38,58,.055);
  overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.team-card:last-child{
  grid-column:1 / -1;
  width:calc(50% - 12px);
  justify-self:center;
}
.team-card:hover{
  transform:translateY(-5px);
  border-color:rgba(138,106,69,.35);
  box-shadow:0 22px 52px rgba(23,38,58,.09);
}
.team-card::before{
  content:"";
  position:absolute;
  left:0;top:0;width:100%;height:4px;
  background:linear-gradient(90deg,var(--warm),transparent 72%);
}
.team-avatar{
  width:68px;height:68px;
  display:grid;place-items:center;
  margin-bottom:24px;
  border:1px solid rgba(138,106,69,.28);
  border-radius:50%;
  background:linear-gradient(145deg,#fffdf8,var(--ivory));
  color:var(--blue);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.25rem;
  font-weight:700;
  letter-spacing:.03em;
}
.team-number{
  position:absolute;
  top:34px;right:34px;
  color:var(--warm);
  font-size:.68rem;
  letter-spacing:.16em;
  font-weight:800;
}
.team-card h3{
  margin:0 52px 7px 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.75rem;
  line-height:1.15;
  letter-spacing:-.025em;
}
.team-role{
  color:var(--warm);
  text-transform:uppercase;
  letter-spacing:.085em;
  font-size:.69rem!important;
  line-height:1.55;
  font-weight:800;
  margin:0 0 18px!important;
  max-width:90%;
}
.team-card > p:last-child{
  margin:0;
  max-width:100%;
  color:var(--muted);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.96rem;
  line-height:1.78;
  text-align:left;
}
@media(max-width:900px){
  .team-wrap{width:min(calc(100% - 40px),760px)}
  .team-grid{grid-template-columns:1fr}
  .team-card:last-child{grid-column:auto;width:100%}
}
@media(max-width:600px){
  .team-wrap{width:min(calc(100% - 30px),100%)}
  .team-intro{margin-bottom:38px;text-align:left}
  .team-intro p{margin-left:0}
  .team-card{padding:29px 24px 27px;min-height:0}
  .team-number{top:29px;right:24px}
  .team-card h3{font-size:1.55rem}
}


/* Orynne navigation tablet fix */
@media(max-width:1100px) and (min-width:601px){
  header .nav{gap:18px}
  header nav{gap:18px;flex-wrap:nowrap;white-space:nowrap;flex:1;justify-content:center}
  header nav a:not(:last-child){display:inline}
  header .nav-cta,.nav .button{flex-shrink:0}
}
