:root {
  --ink: #142238;
  --muted: #5e6875;
  --line: #dce3e6;
  --paper: #f7f8f6;
  --white: #ffffff;
  --navy: #17365d;
  --navy-deep: #0e263f;
  --green: #4d745e;
  --green-dark: #365845;
  --gold: #c69a45;
  --soft: #edf3ee;
  --sand: #f3efe7;
  --shadow: 0 24px 60px rgba(14, 38, 63, 0.13);
  --shadow-soft: 0 12px 35px rgba(14, 38, 63, 0.08);
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 22%, rgba(77,116,94,.055), transparent 28%),
    radial-gradient(circle at 90% 72%, rgba(198,154,69,.05), transparent 25%),
    var(--paper);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.utility-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 34px; padding: 6px clamp(20px,5vw,72px); color: rgba(255,255,255,.7); background: #0b2036; font-size: .72rem; font-weight: 650; letter-spacing: .035em; }
.utility-bar > div { display: flex; gap: 22px; }
.utility-bar a { color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 30px;
  min-height: 82px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 227, 230, 0.9);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; color: var(--navy); font-weight: 800; line-height: 1.1; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.brand-copy { display: grid; gap: 5px; }
.brand-copy small { color: var(--muted); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.035em; }
.nav { display: flex; align-items: center; justify-content: center; gap: 28px; color: #465361; font-size: 0.92rem; font-weight: 650; }
.nav a { position: relative; padding: 12px 0; }
.nav a::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; content: ""; background: var(--green); transform: scaleX(0); transition: transform 180ms ease; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.nav a.active { color: var(--navy); }
.nav a.active::after { transform: scaleX(1); }

.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 10px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.header-cta { justify-self: end; color: var(--white); background: var(--green); box-shadow: 0 8px 20px rgba(77, 116, 94, 0.22); }
.header-cta:hover, .button:hover, .panel-button:hover { transform: translateY(-2px); }
.header-cta:hover { background: var(--green-dark); }

.hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; background: var(--navy-deep); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { left: 44%; background: url("assets/accounting-hero.png") center / cover no-repeat; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14,38,63,1) 0%, rgba(14,38,63,.97) 37%, rgba(14,38,63,.72) 57%, rgba(14,38,63,.28) 100%),
    linear-gradient(0deg, rgba(14,38,63,.28), rgba(14,38,63,.05));
}
.hero-content { position: relative; width: min(720px, calc(100% - 40px)); margin-left: clamp(20px, 7vw, 100px); padding: 90px 0 115px; color: var(--white); }
.hero-badge { display: inline-flex; margin: 0 0 22px; padding: 8px 12px; color: #eff5ef; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); border-radius: 100px; font-size: .78rem; font-weight: 700; letter-spacing: .02em; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(3.4rem, 6.7vw, 6.6rem); line-height: .94; }
h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4vw, 4.1rem); line-height: 1.02; }
h3 { margin-bottom: 12px; font-size: 1.18rem; line-height: 1.3; }
.hero-copy { max-width: 610px; margin-bottom: 0; color: rgba(255,255,255,.85); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button.primary { color: var(--navy-deep); background: var(--white); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button.primary:hover { box-shadow: 0 16px 32px rgba(0,0,0,.2); }
.button.primary.dark { color: var(--white); background: var(--green); }
.button.secondary { color: var(--white); border: 1px solid rgba(255,255,255,.52); }
.button.secondary:hover { background: rgba(255,255,255,.09); }
.hero-microcopy { margin: 13px 0 0; color: rgba(255,255,255,.62); font-size: .83rem; }
.hero-offer { display: grid; gap: 5px; max-width: 610px; margin-top: 25px; padding: 17px 19px; color: rgba(255,255,255,.86); background: rgba(77,116,94,.3); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; }
.hero-offer strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.hero-offer span { font-size: .9rem; line-height: 1.5; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.82); font-size: .81rem; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { width: 7px; height: 7px; content: ""; background: var(--gold); border-radius: 50%; }

.intro { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); width: min(1180px, calc(100% - 40px)); margin: -46px auto 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.intro div { padding: 27px 32px; border-right: 1px solid var(--line); }
.intro div:last-child { border-right: 0; }
.intro strong, .intro span { display: block; }
.intro strong { margin-bottom: 5px; color: var(--navy); font-size: .95rem; }
.intro span, .section-heading p, .service-card p, .step p, .contact-panel span { color: var(--muted); }
.intro span { font-size: .87rem; }

.outcome-strip { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 34px; width: min(1180px, calc(100% - 40px)); margin: 34px auto 0; padding: 20px 26px; color: var(--white); background: var(--green-dark); border-radius: 10px; box-shadow: var(--shadow-soft); }
.outcome-strip > p { margin: 0; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.outcome-strip > div { display: flex; justify-content: space-between; gap: 24px; }
.outcome-strip span { display: inline-flex; align-items: center; gap: 9px; font-size: .88rem; font-weight: 700; }
.outcome-strip span::before { width: 6px; height: 6px; content: ""; background: var(--gold); border-radius: 50%; }

.section, .band, .contact-section, .faq-section { padding: clamp(68px, 8vw, 108px) clamp(20px, 6vw, 86px); }
.section-heading { max-width: 790px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading > p:not(.eyebrow) { max-width: 680px; font-size: 1.04rem; }
.section-heading p + p { margin-top: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 1180px; }
.service-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.service-card::after { position: absolute; top: 0; right: 0; width: 95px; height: 95px; content: ""; background: linear-gradient(135deg, transparent 50%, var(--soft) 50%); }
.service-card:hover { transform: translateY(-4px); border-color: rgba(77,116,94,.45); box-shadow: var(--shadow); }
.service-label { margin-bottom: 24px; color: var(--green); font-size: .71rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.card-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 21px; color: var(--white); background: var(--navy); border-radius: 50%; font-size: .75rem; font-weight: 850; }
.service-card h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.service-card p { margin-bottom: 25px; }
.service-card > a { margin-top: auto; color: var(--green-dark); font-size: .9rem; font-weight: 800; }
.service-card > a span { margin-left: 5px; transition: margin 180ms ease; }
.service-card > a:hover span { margin-left: 9px; }

.consultation { display: flex; align-items: center; justify-content: space-between; gap: 45px; color: var(--white); background: var(--navy); }
.consultation .section-heading { margin-bottom: 0; }
.consultation .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.consultation-action { flex: 0 0 auto; display: grid; justify-items: center; gap: 11px; }
.consultation-action span { color: rgba(255,255,255,.62); font-size: .8rem; }

.faq-section { background: var(--sand); }
.faq-list { display: grid; gap: 13px; max-width: 940px; }
.faq-list details { padding: 21px 24px; background: rgba(255,255,255,.85); border: 1px solid rgba(23,54,93,.12); border-radius: 11px; }
.faq-list details[open] { background: var(--white); box-shadow: var(--shadow-soft); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--green); font-size: 1.45rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 770px; margin: 14px 0 0; color: var(--muted); }

.band { background: var(--soft); }
.about-layout { display: grid; grid-template-columns: minmax(250px, 340px) minmax(0,1fr) minmax(290px,380px); gap: clamp(28px, 4vw, 62px); align-items: center; }
.founder-photo { position: relative; margin: 0; }
.founder-photo::before { position: absolute; top: -14px; right: 18px; bottom: 18px; left: -14px; content: ""; border: 1px solid rgba(198,154,69,.7); border-radius: var(--radius); }
.founder-photo img { position: relative; display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: var(--radius); box-shadow: var(--shadow); }
.credential-box { padding: 32px; background: var(--white); border: 1px solid rgba(77,116,94,.22); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.credential-box h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.credential-box ul { display: grid; gap: 15px; margin: 20px 0 0; padding: 0; color: var(--muted); list-style: none; }
.credential-box li { position: relative; padding-left: 28px; }
.credential-box li::before { position: absolute; top: 4px; left: 0; display: grid; place-items: center; width: 17px; height: 17px; content: "✓"; color: var(--white); background: var(--green); border-radius: 50%; font-size: .65rem; font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1180px; }
.step { position: relative; padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.step:not(:last-child)::after { position: absolute; top: 50%; right: -15px; z-index: 2; width: 28px; height: 1px; content: ""; background: var(--gold); }
.step > span { display: block; margin-bottom: 28px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; line-height: 1; }
.step h3 { color: var(--navy); }

.contact-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,470px); gap: clamp(42px,7vw,100px); align-items: center; color: var(--white); background: var(--navy-deep); }
.contact-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.contact-assurance { display: grid; gap: 5px; max-width: 620px; margin-top: 30px; padding: 20px 22px; background: rgba(255,255,255,.07); border-left: 3px solid var(--gold); }
.contact-assurance strong { font-size: .92rem; }
.contact-assurance span { color: rgba(255,255,255,.66); font-size: .88rem; }
.contact-panel { display: grid; gap: 0; padding: 30px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.contact-panel > a:not(.panel-button), .contact-panel > span { padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-panel > a:not(.panel-button) { color: var(--navy); font-weight: 800; overflow-wrap: anywhere; }
.availability { display: grid; gap: 2px; }
.availability small { color: var(--muted); font-size: .8rem; }
.contact-panel .panel-button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; margin-top: 18px; padding: 0 17px; color: var(--white); background: var(--green); border: 0; border-radius: 10px; font-weight: 800; transition: transform 180ms ease, background 180ms ease; }
.contact-panel .panel-button:hover { background: var(--green-dark); }
.contact-panel .panel-button.ghost { margin-top: 10px; color: var(--green-dark); background: var(--soft); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px clamp(20px,5vw,72px); color: var(--muted); background: var(--white); font-size: .86rem; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.footer-brand img { width: 38px; height: 38px; object-fit: contain; }
.footer-brand > span { display: grid; }
.footer-brand small { color: #7b8490; }
.site-footer > a { color: var(--green-dark); font-weight: 750; }
.mobile-book { display: none; }

.page-hero {
  position: relative;
  min-height: 445px;
  display: grid;
  align-items: center;
  padding: clamp(78px, 10vw, 130px) clamp(20px, 7vw, 100px);
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(14,38,63,.98), rgba(14,38,63,.84)),
    url("assets/accounting-hero.png") center / cover no-repeat;
  overflow: hidden;
}
.page-hero::after { position: absolute; right: -140px; bottom: -190px; width: 470px; height: 470px; content: ""; border: 1px solid rgba(198,154,69,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.page-hero > div { position: relative; z-index: 1; max-width: 920px; }
.page-hero h1 { max-width: 900px; font-size: clamp(3.3rem, 6vw, 6rem); }
.page-hero > div > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.page-hero .button { margin-top: 18px; }

.service-details { display: grid; gap: 22px; }
.detail-card { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(35px,6vw,90px); max-width: 1180px; padding: clamp(32px,5vw,58px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.detail-number { display: block; margin-bottom: 25px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 3rem; }
.detail-card h2 { color: var(--navy); font-size: clamp(2.2rem,3.5vw,3.35rem); }
.detail-card h3 { margin-top: 24px; color: var(--navy); }
.detail-card ul { display: grid; gap: 11px; padding-left: 20px; color: var(--muted); }

.page-cta { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: clamp(60px,8vw,100px) clamp(20px,7vw,100px); background: var(--sand); }
.page-cta > div { max-width: 760px; }
.page-cta h2 { color: var(--navy); }
.page-cta > div > p:last-child { color: var(--muted); }

.founder-story { display: grid; grid-template-columns: minmax(260px,380px) minmax(0,720px); gap: clamp(50px,8vw,110px); align-items: center; }
.founder-story h2 { color: var(--navy); }
.founder-story > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.values-section { padding: clamp(78px,9vw,126px) clamp(20px,6vw,86px); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-grid article { padding: 30px; background: var(--white); border: 1px solid rgba(77,116,94,.2); border-radius: var(--radius); }
.value-grid article > span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; }
.value-grid h3 { margin-top: 22px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.value-grid p { margin-bottom: 0; color: var(--muted); }

.faq-page { display: grid; grid-template-columns: minmax(0,900px) minmax(280px,360px); gap: clamp(40px,7vw,100px); align-items: start; }
.faq-aside { position: sticky; top: 115px; padding: 32px; background: var(--navy); border-radius: var(--radius); color: var(--white); box-shadow: var(--shadow); }
.faq-aside h2 { font-size: 2.5rem; }
.faq-aside > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.faq-aside .button { margin-top: 10px; }

.contact-page { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,360px); gap: clamp(40px,7vw,95px); align-items: start; }
.contact-page { max-width: 1380px; margin: 0 auto; }
.contact-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.contact-option { padding: clamp(28px,4vw,45px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.contact-option.featured { position: relative; grid-column: 1 / -1; min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--white); background: linear-gradient(125deg, var(--navy) 0%, var(--navy-deep) 100%); border: 0; overflow: hidden; }
.contact-option.featured::after { position: absolute; right: -90px; bottom: -145px; width: 350px; height: 350px; content: ""; border: 1px solid rgba(198,154,69,.34); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.018); }
.contact-option.featured > * { position: relative; z-index: 1; }
.contact-option.featured h2 { color: var(--white); }
.contact-option.featured > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); }
.contact-option.featured small { color: rgba(255,255,255,.58); }
.contact-option.featured .button { margin-top: 10px; color: var(--navy-deep); background: var(--white); }
.contact-option h2 { color: var(--navy); font-size: clamp(2rem,3vw,3rem); }
.contact-option > p:not(.eyebrow) { color: var(--muted); }
.contact-option small { display: block; margin-top: 13px; color: var(--muted); }
.text-link { color: var(--green-dark); font-size: clamp(1rem,2vw,1.25rem); font-weight: 800; overflow-wrap: anywhere; }
.contact-summary { position: sticky; top: 115px; padding: 30px; background: var(--soft); border: 1px solid rgba(77,116,94,.2); border-radius: var(--radius); }
.contact-summary img { width: 110px; height: auto; padding: 8px; background: var(--white); border-radius: 9px; }
.contact-summary h3 { margin-top: 22px; color: var(--navy); }
.contact-summary p { color: var(--muted); }
.contact-summary hr { height: 1px; margin: 22px 0; background: rgba(77,116,94,.2); border: 0; }
.expectations { padding: clamp(78px,9vw,126px) clamp(20px,6vw,86px); }

.qualification-ribbon { display: grid; grid-template-columns: repeat(3,1fr); width: min(1180px, calc(100% - 40px)); margin: -38px auto 0; position: relative; z-index: 2; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.qualification-ribbon > div { display: grid; gap: 3px; padding: 24px 28px; border-right: 1px solid var(--line); }
.qualification-ribbon > div:last-child { border-right: 0; }
.qualification-ribbon strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.qualification-ribbon span { color: var(--muted); font-size: .78rem; }

a:focus-visible, summary:focus-visible { outline: 3px solid rgba(198,154,69,.7); outline-offset: 4px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; width: 100%; padding-top: 2px; border-top: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { flex: 0 0 auto; }
  .about-layout { grid-template-columns: minmax(230px,330px) 1fr; }
  .credential-box { grid-column: 1/-1; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .utility-bar { justify-content: center; min-height: 30px; padding: 6px 14px; text-align: center; }
  .utility-bar > span { display: none; }
  .utility-bar > div { gap: 15px; }
  .site-header { min-height: 70px; gap: 7px 18px; padding: 9px 16px 0; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-copy { font-size: .9rem; }
  .brand-copy small { display: none; }
  .header-cta { display: none; }
  .nav { gap: 22px; margin-top: 2px; padding: 0; border-top: 0; }
  .nav a { padding: 10px 0 13px; font-size: .82rem; }
  .nav a::after { bottom: 8px; }
  .hero { min-height: 700px; }
  .hero-media { left: 0; opacity: .48; }
  .hero-overlay { background: linear-gradient(0deg, rgba(14,38,63,.98), rgba(14,38,63,.7)); }
  .hero-content { width: calc(100% - 36px); margin: 0 auto; padding: 82px 0 110px; }
  h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .hero-proof { gap: 10px 18px; }
  .hero-proof span { width: 100%; }
  .intro { grid-template-columns: 1fr; margin-top: -34px; }
  .intro div { padding: 22px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .intro div:last-child { border-bottom: 0; }
  .outcome-strip { grid-template-columns: 1fr; gap: 13px; }
  .outcome-strip > div { align-items: flex-start; flex-direction: column; gap: 10px; }
  .service-grid, .steps, .about-layout, .contact-section { grid-template-columns: 1fr; }
  .service-card { min-height: 295px; }
  .consultation { align-items: flex-start; flex-direction: column; }
  .consultation-action { width: 100%; justify-items: stretch; text-align: center; }
  .step:not(:last-child)::after { display: none; }
  .founder-photo { max-width: 380px; margin-left: 12px; }
  .credential-box { grid-column: auto; }
  .contact-section { gap: 45px; }
  .contact-panel { padding: 24px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding-bottom: 95px; }
  .mobile-book { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 20; display: flex; align-items: center; justify-content: center; min-height: 52px; color: var(--white); background: var(--green); border: 1px solid rgba(255,255,255,.2); border-radius: 11px; box-shadow: var(--shadow); font-weight: 800; }
  .page-hero { min-height: 480px; padding-top: 86px; }
  .page-hero h1 { font-size: clamp(3.2rem,14vw,4.7rem); }
  .detail-card, .founder-story, .value-grid, .faq-page, .contact-page, .contact-options, .qualification-ribbon { grid-template-columns: 1fr; }
  .qualification-ribbon { margin-top: -24px; }
  .qualification-ribbon > div { padding: 18px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .qualification-ribbon > div:last-child { border-bottom: 0; }
  .contact-option.featured { grid-column: auto; min-height: 380px; }
  .page-cta { align-items: flex-start; flex-direction: column; }
  .page-cta .button { width: 100%; }
  .faq-aside, .contact-summary { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
