:root {
  --ink: #102a32;
  --ink-2: #24434c;
  --muted: #67808a;
  --paper: #f5f7f7;
  --paper-2: #ebf1f2;
  --white: #ffffff;
  --blue: #0b6470;
  --blue-2: #0f7f8d;
  --aqua: #9edbd6;
  --line: rgba(16, 42, 50, .13);
  --shadow: 0 28px 70px rgba(14, 47, 56, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(100% - 64px, 1320px);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(88px, 9vw, 138px) 0; }
.section-pad-tight { padding: clamp(78px, 7vw, 112px) 0; }
.section-pad-compact { padding: clamp(76px, 7vw, 116px) 0 clamp(96px, 9vw, 142px); }
.skip-link { position: fixed; left: 18px; top: 14px; z-index: 1000; padding: 12px 18px; background: #fff; color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1000; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--aqua); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .25s, box-shadow .25s, color .25s; }
.topline { border-bottom: 1px solid rgba(255,255,255,.16); }
.topline-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .69rem; letter-spacing: .05em; text-transform: uppercase; }
.topline p { margin: 0; }
.topline-inner div { display: flex; align-items: center; gap: 24px; }
.nav-shell { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.site-header.is-scrolled { background: rgba(248,250,250,.96); color: var(--ink); box-shadow: 0 14px 40px rgba(13,42,50,.08); backdrop-filter: blur(14px); }
.site-header.is-scrolled .topline { border-bottom-color: var(--line); }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 15px; background: var(--aqua); color: var(--ink); }
.brand-mark svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.03; }
.brand-copy strong { font-size: .93rem; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; opacity: .72; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2vw, 34px); }
.desktop-nav a { position: relative; padding: 34px 0; font-size: .78rem; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 1px; background: currentColor; transition: right .22s; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: .76rem; font-weight: 800; }
.site-header.is-scrolled .nav-cta { border-color: var(--line); }
.menu-button { width: 48px; height: 48px; display: none; flex-direction: column; justify-content: center; gap: 7px; padding: 0 13px; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
.menu-button span { width: 100%; height: 1px; background: currentColor; }
.mobile-menu { display: none; }

.hero { min-height: 940px; position: relative; display: grid; color: #fff; overflow: hidden; }
.hero-media, .hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-media { transform: translate3d(0,var(--parallax-y,0),0); will-change: transform; }
.hero-image { opacity: 0; transform: scale(1.045); transition: opacity .8s ease, transform 7s ease; }
.hero-image.is-active { opacity: 1; transform: scale(1); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,34,41,.94) 0%, rgba(7,34,41,.72) 50%, rgba(7,34,41,.26) 100%), linear-gradient(0deg, rgba(7,34,41,.68), transparent 52%); }
.hero-shell { min-height: 940px; position: relative; z-index: 2; padding-top: 150px; padding-bottom: 120px; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.48fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.hero-content { max-width: 900px; }
.eyebrow, .kicker { margin: 0 0 24px; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: var(--aqua); }
.kicker { color: var(--blue); }
.hero-slides { min-height: 480px; position: relative; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .55s ease, visibility .55s, transform .55s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.hero-slide h1, .hero-title-like { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(4.2rem, 6.7vw, 7.4rem); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.hero-title-like { display: block; }
.hero-slide > p:not(.hero-title-like) { max-width: 660px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.hero-actions { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: .77rem; font-weight: 800; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--aqua); color: var(--ink); }
.button-glass { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); color: #fff; backdrop-filter: blur(10px); }
.button-dark { background: var(--ink); color: #fff; }
.hero-panel { align-self: end; margin-bottom: 82px; padding: 26px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); background: rgba(7,34,41,.38); backdrop-filter: blur(16px); }
.hero-panel > p { margin: 0 0 14px; color: rgba(255,255,255,.55); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-panel > a { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.15); font-size: .84rem; font-weight: 700; }
.hero-panel > a i { font-style: normal; color: var(--aqua); transition: transform .2s; }
.hero-panel > a:hover i { transform: translate(3px,-3px); }
.hero-panel-foot { margin-top: 16px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 7px; }
.hero-panel-foot span { color: rgba(255,255,255,.55); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-panel-foot a { font-family: var(--serif); font-size: 1.35rem; line-height: 1.12; }
.hero-controls { position: absolute; z-index: 3; left: 50%; bottom: 38px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-dots { display: flex; align-items: center; gap: 10px; }
.hero-dot { width: 34px; height: 34px; position: relative; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dot::before { content: ""; position: absolute; inset: 13px; border-radius: 50%; background: rgba(255,255,255,.48); transition: inset .25s, background .25s; }
.hero-dot.is-active::before { inset: 9px; background: var(--aqua); }
.hero-arrows { display: flex; gap: 8px; }
.hero-arrows button { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .2s, color .2s; }
.hero-arrows button:hover { background: #fff; color: var(--ink); }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(320px,.78fr); gap: clamp(48px, 8vw, 130px); align-items: center; }
.intro h2, .section-head h2, .care-copy h2, .principles-title h2, .faq-intro h2, .final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.35rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.intro-aside p { margin: 0 0 24px; color: var(--ink-2); }
.intro-highlights { margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.intro-highlights span { min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); font-size: .72rem; font-weight: 700; }
.text-link, .outline-link { display: inline-flex; align-items: center; gap: 14px; font-size: .78rem; font-weight: 800; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid currentColor; }
.outline-link { min-height: 52px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; }
.outline-link.light { border-color: rgba(255,255,255,.25); }

.featured-services { background: var(--paper); }
.section-head { margin-bottom: 50px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-head > div { max-width: 850px; }
.section-head h2 { font-size: clamp(2.7rem, 4.45vw, 4.9rem); }
.compact-head { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.48fr); align-items: end; margin-bottom: 42px; }
.compact-head > div:first-child { max-width: 850px; }
.section-head-aside { justify-self: end; max-width: 360px !important; }
.section-head-aside p { margin: 0 0 20px; color: var(--muted); font-size: .9rem; }
.service-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 18px; }
.service-card { min-height: 400px; grid-column: span 5; position: relative; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: var(--radius-xl); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card-primary { min-height: 620px; grid-column: span 7; grid-row: span 2; background: var(--blue); color: #fff; }
.service-card-image { color: #fff; }
.service-card-image img, .service-image-overlay { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; }
.service-image-overlay { background: linear-gradient(0deg, rgba(7,34,41,.92), rgba(7,34,41,.18)); }
.service-top, .service-copy, .service-cta { position: relative; z-index: 2; }
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: currentColor; font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; opacity: .72; }
.service-symbol { font-size: 1.45rem; letter-spacing: 0; color: currentColor; }
.service-copy { margin-top: auto; }
.service-label { margin: 0 0 14px; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 4.25rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.service-card:not(.service-card-primary) h3 { font-size: clamp(2rem, 2.7vw, 3.05rem); }
.service-card p:not(.service-label) { max-width: 620px; margin: 24px 0 0; color: currentColor; opacity: .72; }
.service-cta { margin-top: 34px; font-size: .76rem; font-weight: 800; }

.care-model { background: #fff; }
.care-model-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(54px, 7vw, 110px); align-items: center; }
.care-media { min-height: 650px; position: relative; overflow: hidden; border-radius: var(--radius-xl); }
.care-media img { width: 108%; height: 108%; margin: -4%; object-fit: cover; transform: translate3d(0,var(--parallax-y,0),0) scale(1.04); will-change: transform; }
.media-note { position: absolute; left: 26px; right: 26px; bottom: 26px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.media-note span { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.media-note strong { max-width: 360px; font-family: var(--serif); font-size: 1.22rem; line-height: 1.12; text-align: right; }
.care-copy > p:not(.kicker) { max-width: 620px; margin: 30px 0 38px; color: var(--ink-2); }
.care-links { border-top: 1px solid var(--line); }
.care-links a { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.care-links span { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); }
.care-links i { font-style: normal; font-size: 1.4rem; transition: transform .2s; }
.care-links a:hover i { transform: translate(3px,-3px); }

.process { background: var(--ink); color: #fff; }
.section-head.light .kicker { color: var(--aqua); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.process-card { min-height: 370px; padding: 36px 30px 42px; border-right: 1px solid rgba(255,255,255,.16); transition: background .25s; }
.process-card:hover { background: rgba(255,255,255,.045); }
.process-card:last-child { border-right: 0; }
.process-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 92px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 1.45rem; color: var(--aqua); }
.process-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.process-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.principles { background: #fff; }
.principles-grid { display: grid; grid-template-columns: minmax(0,.76fr) minmax(0,1.24fr); gap: clamp(60px, 8vw, 130px); }
.principles-title { align-self: start; position: sticky; top: 150px; }
.principles-title h2 { font-size: clamp(2.7rem, 4.2vw, 4.8rem); }
.principles-title .text-link { margin-top: 34px; }
.principles-list { border-top: 1px solid var(--line); }
.principles-list article { min-height: 150px; display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 26px; align-items: center; border-bottom: 1px solid var(--line); }
.principle-mark { width: 10px; height: 10px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: 0 0 0 8px rgba(11,100,112,.08); }
.principles-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.45rem); font-weight: 400; }
.principles-list p { margin: 0; color: var(--muted); }

.insights { background: var(--paper); }
.insight-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 18px; }
.insight-card { min-height: 330px; position: relative; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: var(--radius-xl); background: #fff; transition: transform .3s, box-shadow .3s; }
.insight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.insight-featured { min-height: 678px; grid-row: span 2; color: #fff; }
.insight-featured img, .insight-overlay { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; }
.insight-overlay { background: linear-gradient(0deg, rgba(7,34,41,.94), rgba(7,34,41,.12)); }
.insight-copy, .insight-card > span, .insight-card > h3, .insight-card > p, .insight-card > b { position: relative; z-index: 2; }
.insight-card span { font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.insight-card h3 { margin: 18px 0 14px; font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 3.6rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.insight-card:not(.insight-featured) h3 { font-size: clamp(1.65rem, 2.3vw, 2.45rem); }
.insight-card p { margin: 0; color: currentColor; opacity: .68; }
.insight-card b { margin-top: 26px; font-size: .75rem; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(60px, 8vw, 126px); }
.faq-intro { align-self: start; position: sticky; top: 150px; }
.faq-intro h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.faq-intro > p:not(.kicker) { max-width: 430px; margin: 26px 0 34px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); }
summary::-webkit-details-marker { display: none; }
summary span { flex: 0 0 auto; font-family: var(--sans); font-size: 1.4rem; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; margin: -4px 0 32px; padding-right: 54px; color: var(--muted); }

.final-cta { min-height: 700px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; }
.final-cta-media, .final-cta-overlay { position: absolute; inset: -5% 0; }
.final-cta-media { transform: translate3d(0,var(--parallax-y,0),0); will-change: transform; }
.final-cta-media img { width: 100%; height: 110%; object-fit: cover; }
.final-cta-overlay { background: linear-gradient(90deg, rgba(7,34,41,.96), rgba(7,34,41,.66) 62%, rgba(7,34,41,.38)); }
.final-cta-shell { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.55fr); gap: 80px; align-items: center; }
.final-cta-copy h2 { max-width: 810px; }
.final-cta-copy > p:not(.kicker) { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.7); }
.final-contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius-xl); background: rgba(7,34,41,.44); backdrop-filter: blur(14px); }
.final-contact-card > span { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; opacity: .62; }
.final-contact-card h3 { margin: 14px 0 14px; font-family: var(--serif); font-size: clamp(1.8rem, 2.5vw, 2.7rem); font-weight: 400; line-height: 1.04; }
.final-contact-card p { margin: 0 0 28px; color: rgba(255,255,255,.66); }
.final-contact-card > div { display: flex; flex-wrap: wrap; gap: 10px; }

.site-footer { padding: 84px 0 22px; background: #071d23; color: #fff; }
.footer-main { display: grid; grid-template-columns: minmax(300px,1.4fr) repeat(3,minmax(150px,.7fr)); gap: clamp(38px, 6vw, 78px); padding-bottom: 64px; }
.brand-footer { margin-bottom: 28px; }
.footer-brand > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.66); }
.footer-brand > small { display: block; max-width: 500px; margin-top: 22px; color: rgba(255,255,255,.4); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h2 { margin: 0 0 22px; color: var(--aqua); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0 0 12px; color: rgba(255,255,255,.66); font-size: .82rem; }
.footer-column a:hover { color: #fff; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .7rem; }
.footer-bottom div { display: flex; gap: 24px; }
.mobile-quickbar { display: none; }

/* Randevu çağrıları tasarımın geri kalanında kullanılmıyor. */
.nav-cta,
.mobile-call,
.mobile-quickbar,
.page-cta,
.final-cta,
.info-band .button,
.detail-sidebar .sidebar-card .button,
.article-aside > div > .button,
.topline-inner div a:last-child { display: none !important; }

.reveal { opacity: 0; transition: opacity .78s cubic-bezier(.2,.7,.2,1), transform .78s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay,0ms); }
.reveal-up { transform: translateY(36px); }
.reveal-left { transform: translateX(-34px); }
.reveal-right { transform: translateX(34px); }
.reveal-scale { transform: translateY(22px) scale(.97); }
.reveal.is-visible { opacity: 1; transform: translate3d(0,0,0) scale(1); }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 42px, 1060px); }
  .topline { display: none; }
  .site-header { top: 0; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: flex; }
  .mobile-menu { display: grid; position: fixed; top: 82px; left: 20px; right: 20px; max-height: calc(100svh - 104px); overflow-y: auto; padding: 18px; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, visibility .25s, transform .25s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { min-height: 55px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-menu .mobile-call { margin-top: 12px; justify-content: center; border: 0; border-radius: 999px; background: var(--ink); color: #fff; }
  .hero { min-height: 860px; }
  .hero-shell { min-height: 860px; grid-template-columns: 1fr; gap: 20px; padding-top: 150px; }
  .hero-content { max-width: 850px; }
  .hero-panel { display: none; }
  .hero-slides { min-height: 455px; }
  .intro-grid { grid-template-columns: 1fr 1fr; gap: 54px; }
  .compact-head { grid-template-columns: 1fr; align-items: start; }
  .section-head-aside { justify-self: start; max-width: 580px !important; }
  .service-card-primary { min-height: 590px; }
  .care-model-grid, .principles-grid, .faq-grid { grid-template-columns: 1fr; }
  .care-media { min-height: 560px; }
  .principles-title, .faq-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-card:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 680px); --header-height: 76px; --radius-xl: 26px; }
  body { padding-bottom: 72px; }
  .site-header { background: rgba(8,34,41,.52); backdrop-filter: blur(12px); }
  .site-header.is-scrolled { background: rgba(248,250,250,.97); }
  .brand-mark { width: 40px; height: 40px; border-radius: 13px; }
  .brand-copy strong { font-size: .84rem; }
  .brand-copy small { font-size: .61rem; }
  .hero, .hero-shell { min-height: 790px; }
  .hero-shell { padding-top: 126px; padding-bottom: 130px; align-items: start; }
  .hero-overlay { background: linear-gradient(180deg, rgba(7,34,41,.7), rgba(7,34,41,.8) 55%, rgba(7,34,41,.95)); }
  .hero-slides { min-height: 500px; }
  .hero-slide h1, .hero-title-like { font-size: clamp(3.1rem, 15vw, 4.9rem); }
  .hero-slide > p:not(.hero-title-like) { margin-top: 24px; font-size: .96rem; }
  .hero-actions { margin-top: 30px; display: grid; }
  .button { width: 100%; min-height: 54px; }
  .hero-controls { bottom: 20px; }
  .hero-arrows { display: none; }
  .section-pad, .section-pad-tight, .section-pad-compact { padding: 78px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro h2, .section-head h2, .care-copy h2, .principles-title h2, .faq-intro h2, .final-cta h2 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .section-head, .compact-head { align-items: flex-start; display: flex; flex-direction: column; margin-bottom: 34px; }
  .section-head-aside { max-width: none !important; }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card, .service-card-primary { min-height: 450px; grid-column: auto; grid-row: auto; padding: 26px; }
  .service-card:not(.service-card-primary) h3, .service-card h3 { font-size: 2.55rem; }
  .care-media { min-height: 470px; }
  .media-note { left: 16px; right: 16px; bottom: 16px; padding: 18px; align-items: flex-start; flex-direction: column; }
  .media-note strong { text-align: left; }
  .care-links span { font-size: 1.45rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 290px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-icon { margin-bottom: 58px; }
  .principles-list article { grid-template-columns: 28px 1fr; min-height: 130px; gap: 18px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-featured { min-height: 520px; grid-row: auto; }
  details p { padding-right: 0; }
  .final-cta { min-height: 790px; }
  .final-cta-shell { grid-template-columns: 1fr; gap: 42px; }
  .final-contact-card { padding: 26px; }
  .final-contact-card > div { display: grid; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .mobile-quickbar { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; height: 72px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -12px 32px rgba(11,39,47,.14); }
  .mobile-quickbar a { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); line-height: 1.25; }
  .mobile-quickbar span { color: var(--muted); font-size: .61rem; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-quickbar strong { font-size: .78rem; }
}

@media (max-width: 430px) {
  :root { --shell: min(100% - 24px, 400px); }
  .hero-slide h1, .hero-title-like { font-size: 3.18rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* v4 — compact visual expertise system */
.expertise-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(158,219,214,.28), transparent 34%),
    linear-gradient(180deg, #f3f7f7 0%, #edf3f3 100%);
}
.expertise-section::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -170px;
  top: 120px;
  border: 1px solid rgba(11,100,112,.16);
  border-radius: 50%;
}
.expertise-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(300px,.7fr);
  gap: clamp(44px,7vw,110px);
  align-items: end;
  margin-bottom: 48px;
}
.expertise-heading h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.9rem,4.7vw,5.25rem);
  font-weight: 400;
  line-height: .97;
  letter-spacing: -.055em;
}
.expertise-heading-copy p {
  margin: 0 0 26px;
  color: var(--ink-2);
}
.expertise-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
.expertise-card {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(190px,.76fr) minmax(0,1.24fr);
  overflow: hidden;
  border: 1px solid rgba(16,42,50,.08);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(14,47,56,.07);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.expertise-card:hover {
  transform: translateY(-8px);
  border-color: rgba(11,100,112,.2);
  box-shadow: 0 28px 64px rgba(14,47,56,.14);
}
.expertise-card figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #dbe8e8;
}
.expertise-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.expertise-card:hover img { transform: scale(1.045); }
.expertise-card:nth-child(1) img { object-position: 56% center; }
.expertise-card:nth-child(2) img { object-position: 48% center; }
.expertise-card:nth-child(3) img { object-position: 35% center; }
.expertise-card:nth-child(4) img { object-position: 55% center; }
.expertise-content {
  min-width: 0;
  padding: clamp(26px,3vw,42px);
  display: flex;
  flex-direction: column;
}
.expertise-tag {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.expertise-content h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem,2.75vw,3.25rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}
.expertise-content > p:not(.expertise-tag) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: .88rem;
}
.expertise-content > span {
  margin-top: auto;
  padding-top: 34px;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 850;
}

/* keep visual rhythm consistent after the hero */
.intro { position: relative; overflow: hidden; }
.intro::after {
  content: "";
  position: absolute;
  right: 7vw;
  bottom: -90px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(158,219,214,.15);
  filter: blur(1px);
  pointer-events: none;
}
.care-media,
.insight-card,
.final-cta { box-shadow: 0 24px 60px rgba(14,47,56,.1); }

@media (max-width: 1120px) {
  .expertise-heading { grid-template-columns: 1fr; align-items: start; }
  .expertise-heading-copy { max-width: 660px; }
  .expertise-card { min-height: 500px; grid-template-columns: 1fr; }
  .expertise-card figure { min-height: 250px; max-height: 250px; }
}

@media (max-width: 760px) {
  .expertise-heading { gap: 26px; margin-bottom: 30px; }
  .expertise-heading h2 { font-size: clamp(2.45rem,11vw,3.9rem); }
  .expertise-grid { grid-template-columns: 1fr; gap: 14px; }
  .expertise-card { min-height: 0; border-radius: 24px; }
  .expertise-card figure { min-height: 230px; max-height: 230px; }
  .expertise-content { min-height: 330px; padding: 26px; }
  .expertise-content h3 { font-size: 2.35rem; }
}

/* Multi-page system */
.desktop-nav a.is-active::after { right: 0; }
.white-section { background: #fff; }
.soft-section { background: linear-gradient(180deg, #edf3f3, #f5f7f7); }
.section-copy { max-width: 520px; margin: 0; color: var(--muted); }

.inner-hero { min-height: 670px; position: relative; display: flex; align-items: end; overflow: hidden; color: #fff; }
.inner-hero-media { position: absolute; inset: 0; }
.inner-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.inner-hero-media > div { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,34,41,.94), rgba(7,34,41,.68) 52%, rgba(7,34,41,.25)), linear-gradient(0deg, rgba(7,34,41,.68), transparent 60%); }
.inner-hero-shell { position: relative; z-index: 2; padding: 190px 0 82px; }
.breadcrumb { margin-bottom: 58px; display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.62); font-size: .72rem; }
.breadcrumb a:hover { color: #fff; }
.inner-hero h1 { max-width: 1020px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.1rem); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.inner-hero-shell > p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 1.05rem; }

.editorial-split, .type-layout { display: grid; grid-template-columns: minmax(290px,.72fr) minmax(0,1.28fr); gap: clamp(56px,9vw,150px); align-items: start; }
.sticky-title { position: sticky; top: 150px; }
.sticky-title h2, .image-story h2, .info-band h2, .contact-intro h2, .page-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem,4.7vw,5rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.sticky-title > p:last-child { color: var(--muted); }
.long-copy { font-size: 1rem; color: var(--ink-2); }
.long-copy .lead, .detail-article .lead, .article-body .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(2rem,3vw,3.2rem); line-height: 1.06; letter-spacing: -.035em; }
.long-copy p { margin: 0 0 24px; }
.long-copy blockquote { margin: 54px 0 0; padding: 34px 0 34px 32px; border-left: 3px solid var(--aqua); font-family: var(--serif); font-size: clamp(1.7rem,2.5vw,2.6rem); line-height: 1.1; }

.value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.value-card { min-height: 330px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.82); }
.value-card > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--aqua); font-size: 1.4rem; }
.value-card h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.value-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.image-story { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(44px,8vw,120px); align-items: center; }
.image-story.reverse figure { order: 2; }
.image-story figure { min-height: 620px; margin: 0; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.image-story figure img { width: 100%; height: 100%; object-fit: cover; }
.image-story p:not(.kicker) { color: var(--muted); }
.link-stack { margin-top: 34px; border-top: 1px solid var(--line); }
.link-stack a { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 800; }

.catalog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.catalog-card { min-height: 430px; display: grid; grid-template-columns: minmax(180px,.75fr) minmax(0,1.25fr); overflow: hidden; border-radius: 28px; background: var(--paper); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.catalog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.catalog-card figure { margin: 0; overflow: hidden; }
.catalog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.catalog-card:hover img { transform: scale(1.04); }
.catalog-card > div { padding: clamp(26px,3vw,42px); display: flex; flex-direction: column; }
.catalog-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem,3vw,3.25rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.catalog-card p { color: var(--muted); }
.catalog-card span { margin-top: auto; font-size: .75rem; font-weight: 850; }
.info-band { padding: clamp(80px,8vw,124px) 0; background: var(--ink); color: #fff; }
.info-band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px,9vw,140px); align-items: center; }
.info-band .kicker { color: var(--aqua); }
.info-band p { color: rgba(255,255,255,.68); }
.info-band .button { margin-top: 22px; }

.type-list { border-top: 1px solid var(--line); }
.type-row { min-height: 164px; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.type-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem,3.5vw,3.8rem); font-weight: 400; line-height: 1; }
.type-row p { max-width: 650px; margin: 12px 0 0; color: var(--muted); }
.type-row > span { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background .2s, color .2s; }
.type-row:hover > span { background: var(--ink); color: #fff; }
.warning-panel { padding: clamp(34px,5vw,64px); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.warning-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem,4.5vw,4.8rem); font-weight: 400; line-height: .96; }
.warning-panel ul { margin: 0; padding: 0; list-style: none; }
.warning-panel li { padding: 16px 0 16px 28px; position: relative; border-bottom: 1px solid var(--line); }
.warning-panel li::before { content: ""; position: absolute; left: 0; top: 25px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }

.journey-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.journey-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--paper-2); }
.journey-card span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; background: #fff; color: var(--blue); font-size: 1.35rem; }
.journey-card h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.journey-card p { margin: 0; color: var(--muted); }

.detail-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(58px,8vw,120px); align-items: start; }
.detail-article { max-width: 800px; }
.detail-article h2, .article-body h2, .legal-copy h2 { margin: 64px 0 20px; font-family: var(--serif); font-size: clamp(2.3rem,3.4vw,3.8rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.detail-article p, .detail-article li, .article-body p, .article-body li, .legal-copy p { color: var(--ink-2); }
.detail-article ul, .article-body ul { padding-left: 22px; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.content-callout { margin: 46px 0; padding: 26px; border-left: 4px solid var(--aqua); background: var(--paper-2); }
.content-callout p { margin: 8px 0 0; }
.detail-sidebar { position: sticky; top: 140px; display: grid; gap: 20px; }
.sidebar-card { padding: 30px; border-radius: var(--radius-lg); background: var(--ink); color: #fff; }
.sidebar-card .kicker { color: var(--aqua); }
.sidebar-card ul { margin: 0 0 28px; padding-left: 20px; color: rgba(255,255,255,.72); }
.sidebar-card .button { width: 100%; background: var(--aqua); color: var(--ink); }
.sidebar-links { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.sidebar-links h2 { margin: 0 0 10px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.sidebar-links a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 700; }

.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); transition: transform .3s, box-shadow .3s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card figure { height: 280px; margin: 0; overflow: hidden; }
.blog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.blog-card:hover img { transform: scale(1.04); }
.blog-card > div { min-height: 330px; padding: 28px; display: flex; flex-direction: column; }
.blog-card span { color: var(--blue); font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.blog-card h2 { margin: 18px 0 12px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; line-height: 1; }
.blog-card p { color: var(--muted); }
.blog-card b { margin-top: auto; font-size: .75rem; }
.article-section { padding: clamp(90px,9vw,140px) 0; background: #fff; }
.article-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.55fr); gap: clamp(58px,9vw,140px); align-items: start; }
.article-body { max-width: 800px; }
.article-meta { color: var(--blue) !important; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-note { margin-top: 52px; padding: 28px; border-radius: var(--radius-lg); background: var(--paper-2); }
.article-note p { margin-bottom: 0; }
.article-aside { position: sticky; top: 140px; display: grid; gap: 20px; }
.article-aside > div { padding: 32px; border-radius: var(--radius-lg); background: var(--paper-2); }
.article-aside h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; line-height: 1; }
.article-aside nav { display: grid; padding: 20px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.article-aside nav a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-weight: 700; }

.contact-layout { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(55px,8vw,120px); align-items: start; }
.contact-intro { position: sticky; top: 140px; }
.contact-intro > p { color: var(--muted); }
.contact-facts { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-facts article { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.contact-facts span { color: var(--muted); font-size: .75rem; }
.contact-form { padding: clamp(28px,4vw,52px); border-radius: var(--radius-xl); background: var(--paper-2); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { font-size: .75rem; font-weight: 750; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(16,42,50,.16); border-radius: 14px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { min-height: 54px; padding: 0 16px; }
.contact-form textarea { resize: vertical; padding: 15px 16px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,100,112,.1); }
.contact-form [aria-invalid="true"] { border-color: #a23434; }
.contact-form .check { grid-template-columns: auto 1fr; align-items: start; }
.contact-form .check input { width: 20px; min-height: 20px; margin-top: 2px; }
.contact-form .check span { font-weight: 500; color: var(--muted); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 24px; margin: 16px 0 0; font-size: .85rem; }
.form-status.is-success { color: #17694e; }
.form-status.is-error { color: #9a3030; }

.page-cta { padding: clamp(78px,8vw,116px) 0; background: var(--blue); color: #fff; }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-cta .kicker { color: var(--aqua); }
.page-cta h2 { max-width: 780px; }
.page-cta p { max-width: 650px; color: rgba(255,255,255,.72); }
.page-cta .button { flex: 0 0 auto; }
.legal-copy { max-width: 900px; }
.legal-copy section { padding: 24px 0; border-bottom: 1px solid var(--line); }
.not-found { min-height: 100svh; padding: 180px 0 100px; display: grid; align-items: center; background: var(--ink); color: #fff; }
.not-found h1 { max-width: 800px; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(4rem,8vw,8rem); font-weight: 400; line-height: .88; }
.not-found p { color: rgba(255,255,255,.7); }

@media (max-width: 1120px) {
  .value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-card { grid-template-columns: 1fr; }
  .catalog-card figure { height: 260px; }
  .journey-grid, .blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .detail-layout, .article-layout, .contact-layout { grid-template-columns: 1fr; }
  .detail-sidebar, .article-aside, .contact-intro { position: static; }
  .detail-sidebar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .inner-hero { min-height: 620px; }
  .inner-hero-shell { padding: 138px 0 58px; }
  .breadcrumb { margin-bottom: 36px; }
  .inner-hero h1 { font-size: clamp(3.25rem,14vw,5rem); }
  .editorial-split, .type-layout, .image-story, .info-band-grid, .warning-panel { grid-template-columns: 1fr; }
  .sticky-title { position: static; }
  .value-grid, .catalog-grid, .journey-grid, .blog-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 280px; }
  .image-story.reverse figure { order: 0; }
  .image-story figure { min-height: 430px; }
  .catalog-card { min-height: 0; }
  .catalog-card > div { min-height: 310px; }
  .type-row { min-height: 140px; }
  .type-row h3 { font-size: 2.25rem; }
  .warning-panel { gap: 30px; }
  .journey-card { min-height: 310px; }
  .detail-sidebar { grid-template-columns: 1fr; }
  .blog-card figure { height: 240px; }
  .blog-card > div { min-height: 300px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .page-cta .button { width: 100%; }
}

/* =========================================================
   Responsive hardening — production breakpoints
   Desktop / laptop / tablet / mobile / small mobile / landscape
   ========================================================= */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-height) + 28px);
}
body {
  min-width: 320px;
  min-height: 100%;
}
:where(main, section, article, aside, nav, header, footer, div, form, fieldset, figure) {
  min-width: 0;
}
:where(h1, h2, h3, h4, p, li, a, span, strong, small, blockquote) {
  overflow-wrap: break-word;
}
:where(input, select, textarea, button) {
  max-width: 100%;
}
iframe, video, canvas, svg {
  max-width: 100%;
}
img {
  height: auto;
}
.hero-image img,
.inner-hero-media img,
.expertise-card img,
.care-media img,
.insight-card img,
.final-cta-media img,
.image-story figure img,
.catalog-card img,
.blog-card img {
  height: 100%;
}
.button,
.nav-cta,
.outline-link,
.text-link,
.mobile-menu a,
.care-links a,
.link-stack a,
.sidebar-links a,
.article-aside nav a,
.type-row {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* Large laptop: retain desktop composition without crowding navigation. */
@media (max-width: 1360px) {
  :root { --shell: min(100% - 48px, 1240px); }
  .nav-shell { gap: 22px; }
  .desktop-nav { gap: clamp(15px, 1.45vw, 24px); }
  .desktop-nav a { font-size: .74rem; }
  .nav-cta { padding-inline: 17px; }
  .hero-shell { gap: clamp(40px, 5vw, 72px); }
  .hero-slide h1,
  .hero-title-like { font-size: clamp(4rem, 6.3vw, 6.7rem); }
  .footer-main { gap: clamp(28px, 4vw, 56px); }
}

/* Tablet landscape / compact laptop. */
@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1060px); }
  .site-header { padding-top: env(safe-area-inset-top); }
  .nav-shell { min-height: 78px; }
  .mobile-menu {
    top: calc(78px + env(safe-area-inset-top));
    max-height: calc(100dvh - 98px - env(safe-area-inset-top));
    overscroll-behavior: contain;
  }
  .hero,
  .hero-shell { min-height: max(780px, 100svh); }
  .hero-shell {
    padding-top: clamp(132px, 17vh, 170px);
    padding-bottom: 112px;
  }
  .hero-slides { min-height: 450px; }
  .hero-slide h1,
  .hero-title-like { font-size: clamp(3.75rem, 7.4vw, 6.25rem); }
  .hero-controls { bottom: 28px; }
  .intro-grid { grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: 48px; }
  .service-card { grid-column: span 6; }
  .service-card-primary { grid-column: span 6; }
  .final-cta-shell { gap: 48px; }
  .inner-hero { min-height: 620px; }
  .inner-hero-shell { padding-top: 164px; }
  .inner-hero h1 { font-size: clamp(3.7rem, 7.6vw, 6.2rem); }
  .page-cta-inner { gap: 32px; }
}

/* Portrait tablet: switch editorial layouts before they become cramped. */
@media (max-width: 940px) {
  :root { --shell: min(100% - 36px, 860px); }
  .section-pad { padding: clamp(78px, 10vw, 104px) 0; }
  .section-pad-tight,
  .section-pad-compact { padding-block: clamp(70px, 9vw, 94px); }

  .intro-grid,
  .care-model-grid,
  .principles-grid,
  .faq-grid,
  .final-cta-shell,
  .editorial-split,
  .type-layout,
  .image-story,
  .info-band-grid,
  .warning-panel,
  .detail-layout,
  .article-layout,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .intro-grid { gap: 32px; }
  .intro-aside { max-width: 680px; }
  .care-model-grid,
  .image-story { gap: 42px; }
  .care-media { min-height: 520px; }
  .principles-title,
  .faq-intro,
  .sticky-title,
  .detail-sidebar,
  .article-aside,
  .contact-intro { position: static; }
  .principles-title,
  .faq-intro,
  .sticky-title,
  .contact-intro { max-width: 690px; }
  .final-cta { min-height: 760px; }
  .final-contact-card { max-width: 580px; }

  .expertise-grid { gap: 16px; }
  .expertise-card { min-height: 0; }
  .expertise-card figure { min-height: 230px; max-height: 230px; }
  .expertise-content { min-height: 350px; }

  .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-grid { grid-template-columns: minmax(0, 1fr); }
  .catalog-card {
    min-height: 360px;
    grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr);
  }
  .catalog-card figure { height: auto; }
  .journey-grid,
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-aside { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .article-body,
  .detail-article,
  .legal-copy { max-width: none; }
  .contact-form { max-width: 760px; }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .page-cta .button { flex: none; }
}

/* Mobile and small tablets. */
@media (max-width: 760px) {
  :root {
    --shell: min(100% - 30px, 680px);
    --header-height: 76px;
    --radius-xl: 25px;
    --radius-lg: 20px;
  }
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
  .nav-shell { min-height: 76px; gap: 12px; }
  .mobile-menu {
    top: calc(76px + env(safe-area-inset-top));
    left: 15px;
    right: 15px;
    max-height: calc(100dvh - 92px - env(safe-area-inset-top));
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
    border-radius: 20px;
  }
  .mobile-menu a { min-height: 54px; }
  .brand { gap: 10px; }
  .brand-copy strong,
  .brand-copy small { white-space: nowrap; }

  .hero,
  .hero-shell { min-height: max(740px, 100svh); }
  .hero-shell {
    padding-top: clamp(118px, 17vh, 146px);
    padding-bottom: 108px;
  }
  .hero-content { width: 100%; }
  .hero-slides { min-height: clamp(480px, 65svh, 560px); }
  .hero-slide h1,
  .hero-title-like {
    max-width: 12ch;
    font-size: clamp(3rem, 13.2vw, 4.6rem);
    line-height: .92;
  }
  .hero-slide > p:not(.hero-title-like) {
    max-width: 36rem;
    font-size: .96rem;
    line-height: 1.62;
  }
  .hero-actions { width: 100%; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-controls { bottom: 18px; }
  .hero-dot { width: 38px; height: 38px; }
  .hero-dot::before { inset: 15px; }
  .hero-dot.is-active::before { inset: 11px; }
  .hero-media,
  [data-parallax] { --parallax-y: 0px !important; }

  .section-pad,
  .section-pad-tight,
  .section-pad-compact,
  .article-section { padding: 72px 0; }
  .eyebrow,
  .kicker { margin-bottom: 18px; }
  .intro h2,
  .section-head h2,
  .care-copy h2,
  .principles-title h2,
  .faq-intro h2,
  .final-cta h2,
  .expertise-heading h2,
  .sticky-title h2,
  .image-story h2,
  .info-band h2,
  .contact-intro h2,
  .page-cta h2,
  .warning-panel h2 {
    font-size: clamp(2.35rem, 10.4vw, 3.75rem);
    line-height: .98;
  }
  .section-head,
  .compact-head,
  .expertise-heading { gap: 24px; margin-bottom: 30px; }
  .section-head-aside,
  .section-copy,
  .expertise-heading-copy { max-width: none !important; }

  .expertise-grid,
  .value-grid,
  .catalog-grid,
  .journey-grid,
  .blog-grid,
  .detail-sidebar,
  .article-aside { grid-template-columns: minmax(0, 1fr); }
  .expertise-card figure { min-height: 220px; max-height: 220px; }
  .expertise-content { min-height: auto; padding: 25px; }
  .expertise-content > span { margin-top: 30px; }
  .expertise-content h3 { font-size: clamp(2rem, 9vw, 2.55rem); }

  .service-card,
  .service-card-primary { min-height: 420px; }
  .care-media { min-height: clamp(390px, 110vw, 510px); }
  .media-note { gap: 8px; }
  .media-note strong { max-width: none; font-size: 1.08rem; }
  .care-links a { min-height: 76px; }
  .care-links span { font-size: clamp(1.25rem, 6vw, 1.6rem); }
  .process-card { min-height: 270px; padding: 30px 24px 34px; }
  .process-icon { margin-bottom: 46px; }
  .principles-list article { padding-block: 22px; }
  .insight-card { min-height: 300px; padding: 25px; }
  .insight-featured { min-height: 480px; }
  summary { min-height: 86px; font-size: clamp(1.22rem, 5.8vw, 1.62rem); }
  details p { margin-bottom: 26px; }
  .final-cta { min-height: 740px; }
  .final-cta-copy > p:not(.kicker) { margin-top: 22px; }
  .final-contact-card { width: 100%; padding: 24px; }

  .inner-hero { min-height: max(540px, 72svh); }
  .inner-hero-shell { padding: 124px 0 54px; }
  .breadcrumb { margin-bottom: 28px; gap: 7px; font-size: .68rem; }
  .inner-hero h1 {
    max-width: 13ch;
    font-size: clamp(3rem, 13vw, 4.55rem);
    line-height: .92;
  }
  .inner-hero-shell > p:last-child { margin-top: 22px; font-size: .96rem; }
  .long-copy .lead,
  .detail-article .lead,
  .article-body .lead { font-size: clamp(1.8rem, 8vw, 2.55rem); }
  .long-copy blockquote { margin-top: 38px; padding: 25px 0 25px 20px; }
  .value-card { min-height: 250px; padding: 26px; }
  .image-story figure { min-height: clamp(360px, 110vw, 490px); }
  .image-story.reverse figure { order: 0; }
  .catalog-card { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .catalog-card figure { height: 230px; }
  .catalog-card > div { min-height: 280px; padding: 25px; }
  .catalog-card h3 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .type-row {
    min-height: 0;
    padding: 27px 0;
    align-items: flex-start;
  }
  .type-row h3 { font-size: clamp(2rem, 9vw, 2.65rem); }
  .type-row > span { width: 46px; height: 46px; }
  .warning-panel { padding: 28px; gap: 22px; }
  .journey-card { min-height: 270px; padding: 28px; }
  .journey-card h3 { font-size: 2.1rem; }
  .detail-article h2,
  .article-body h2,
  .legal-copy h2 { margin-top: 48px; font-size: clamp(2.05rem, 8.5vw, 2.8rem); }
  .content-callout { margin: 34px 0; padding: 22px; }
  .sidebar-card,
  .sidebar-links,
  .article-aside > div,
  .article-aside nav { padding: 24px; }
  .blog-card figure { height: 220px; }
  .blog-card > div { min-height: 280px; padding: 24px; }
  .blog-card h2 { font-size: clamp(1.9rem, 8vw, 2.35rem); }
  .contact-form { padding: 24px; }
  .contact-form input,
  .contact-form select,
  .contact-form textarea { font-size: 16px; }
  .contact-facts article { align-items: flex-start; flex-direction: column; gap: 4px; }
  .page-cta .button,
  .contact-form > .button,
  .contact-form .button { width: 100%; }
  .not-found { padding: 130px 0 80px; }
  .not-found h1 { font-size: clamp(3.4rem, 17vw, 5.8rem); }

  .site-footer { padding-top: 68px; }
  .footer-main { gap: 36px 24px; }
  .footer-column a { min-height: 40px; display: flex; align-items: center; }
  .mobile-quickbar {
    height: calc(72px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-quickbar a { min-width: 0; padding-inline: 8px; }
}

/* Narrow phones, including 320–430 px devices. */
@media (max-width: 480px) {
  :root { --shell: min(100% - 24px, 440px); }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand-mark svg { width: 27px; height: 27px; }
  .brand-copy strong { font-size: .8rem; }
  .brand-copy small { margin-top: 3px; font-size: .56rem; letter-spacing: .12em; }
  .menu-button { width: 44px; height: 44px; flex: 0 0 auto; }
  .mobile-menu { left: 10px; right: 10px; }

  .hero,
  .hero-shell { min-height: max(720px, 100svh); }
  .hero-shell { padding-top: 116px; padding-bottom: 100px; }
  .hero-slides { min-height: 500px; }
  .hero-slide h1,
  .hero-title-like { font-size: clamp(2.75rem, 13.3vw, 3.55rem); }
  .hero-slide > p:not(.hero-title-like) { margin-top: 20px; }
  .hero-actions { margin-top: 25px; }
  .button { min-height: 52px; padding-inline: 18px; }

  .section-pad,
  .section-pad-tight,
  .section-pad-compact,
  .article-section { padding: 62px 0; }
  .intro-highlights { align-items: stretch; flex-direction: column; }
  .intro-highlights span { width: 100%; min-height: 42px; }
  .expertise-section::before,
  .intro::after { display: none; }
  .expertise-card figure { min-height: 200px; max-height: 200px; }
  .expertise-content,
  .service-card,
  .service-card-primary,
  .insight-card,
  .final-contact-card,
  .warning-panel,
  .contact-form { padding: 22px; }
  .service-card,
  .service-card-primary { min-height: 390px; }
  .media-note { left: 12px; right: 12px; bottom: 12px; padding: 15px; }
  .process-card { min-height: 245px; }
  .process-icon { width: 52px; height: 52px; margin-bottom: 38px; }
  .principles-list article { grid-template-columns: 22px minmax(0, 1fr); gap: 13px; }
  .insight-featured { min-height: 440px; }
  .final-cta { min-height: 700px; }

  .inner-hero { min-height: 520px; }
  .inner-hero-shell { padding-top: 116px; }
  .inner-hero h1 { font-size: clamp(2.75rem, 13.4vw, 3.7rem); }
  .breadcrumb { line-height: 1.45; }
  .value-card { min-height: 230px; }
  .image-story figure { min-height: 340px; }
  .catalog-card figure,
  .blog-card figure { height: 205px; }
  .catalog-card > div,
  .blog-card > div { min-height: 260px; }
  .type-row { position: relative; padding-right: 58px; }
  .type-row > span { position: absolute; top: 25px; right: 0; }
  .warning-panel { border-radius: 22px; }
  .journey-card { min-height: 250px; padding: 24px; }
  .article-note { padding: 22px; }
  .contact-form .check { gap: 10px; }
  .footer-main { grid-template-columns: minmax(0, 1fr); }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 10px; }
}

/* Very narrow devices: preserve readable line lengths and controls. */
@media (max-width: 360px) {
  :root { --shell: min(100% - 20px, 340px); }
  .brand-copy strong { font-size: .75rem; }
  .brand-copy small { font-size: .52rem; }
  .hero-slide h1,
  .hero-title-like,
  .inner-hero h1 { max-width: none; font-size: 2.78rem; }
  .hero-slides { min-height: 520px; }
  .eyebrow,
  .kicker { letter-spacing: .11em; }
  .expertise-content h3,
  .service-card h3,
  .service-card:not(.service-card-primary) h3 { font-size: 2.05rem; }
  .care-links a { gap: 12px; }
  .care-links span { font-size: 1.22rem; }
  .mobile-quickbar strong { font-size: .72rem; }
}

/* Short landscape phones/tablets: avoid oversized hero lock-in. */
@media (max-width: 940px) and (max-height: 620px) and (orientation: landscape) {
  body { padding-bottom: 0; }
  .hero,
  .hero-shell { min-height: 660px; }
  .hero-shell { padding-top: 108px; padding-bottom: 82px; }
  .hero-slides { min-height: 410px; }
  .hero-slide h1,
  .hero-title-like { max-width: 14ch; font-size: clamp(3rem, 7vw, 4.25rem); }
  .hero-controls { bottom: 12px; }
  .inner-hero { min-height: 520px; }
  .inner-hero-shell { padding-top: 118px; padding-bottom: 48px; }
  .mobile-quickbar { display: none; }
}

/* Hover effects only on devices that actually support hover. */
@media (hover: none) {
  .button:hover,
  .service-card:hover,
  .expertise-card:hover,
  .insight-card:hover,
  .catalog-card:hover,
  .blog-card:hover { transform: none; box-shadow: inherit; }
  .expertise-card:hover img,
  .catalog-card:hover img,
  .blog-card:hover img { transform: none; }
}

/* Final overflow and touch-target safeguards. */
html,
body { overflow-x: clip; }
.hero-dot { width: 44px; height: 44px; }
.hero-dot::before { inset: 18px; }
.hero-dot.is-active::before { inset: 14px; }
.honeypot {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  position: absolute !important;
  left: auto !important;
}

@media (max-width: 1180px) {
  /* Side-entry animations must not increase the document width on tablets. */
  .reveal-left,
  .reveal-right { transform: translateY(30px); }
}

@media (max-width: 940px) {
  .image-story.reverse figure { order: 0; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .hero-dot { width: 42px; height: 42px; }
  .hero-dot::before { inset: 17px; }
  .hero-dot.is-active::before { inset: 13px; }
}

/* Trust layer: make the care model legible before the visitor has to choose a next step. */
:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-strip-inner {
  padding: 28px 0 30px;
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: center;
}

.trust-strip-intro {
  display: flex;
  align-items: center;
  gap: 15px;
}

.trust-mark {
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 100, 112, .3);
  border-radius: 50%;
  background: rgba(158, 219, 214, .35);
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 850;
}

.trust-label {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.trust-strip-intro strong {
  display: block;
  max-width: 310px;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 400;
  line-height: 1.1;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.trust-point {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}

.trust-point:last-child { border-right: 0; }
.trust-point > span {
  padding-top: 2px;
  color: var(--blue);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.trust-point h3 {
  margin: 0 0 5px;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.2;
}

.trust-point p {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.45;
}

@media (max-width: 940px) {
  .trust-strip-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .trust-points {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .trust-strip-inner { padding: 23px 0 10px; }
  .trust-strip-intro { align-items: flex-start; }
  .trust-strip-intro strong { font-size: 1.3rem; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-point {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust-point:last-child { border-bottom: 0; }
}

/* Homepage hero rhythm and softer display scale. */
@media (min-width: 1181px) {
  .home-page .hero-shell {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 170px;
  }

  .home-page .hero-controls { bottom: 24px; }
  .home-page .hero-slides { min-height: 500px; }
  .home-page .hero-slide h1,
  .home-page .hero-title-like {
    font-size: clamp(3.65rem, 5.7vw, 6.25rem);
    line-height: .96;
    letter-spacing: -.045em;
  }
  .home-page .intro h2,
  .home-page .section-head h2,
  .home-page .care-copy h2,
  .home-page .principles-title h2,
  .home-page .faq-intro h2,
  .home-page .expertise-heading h2 {
    font-size: clamp(2.45rem, 4.1vw, 4.55rem);
    line-height: 1;
    letter-spacing: -.04em;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-page .hero-shell { padding-bottom: 150px; }
  .home-page .hero-controls { bottom: 18px; }
  .home-page .hero-slides { min-height: 470px; }
  .home-page .hero-slide h1,
  .home-page .hero-title-like {
    font-size: clamp(3.35rem, 6.3vw, 5.45rem);
    line-height: .97;
    letter-spacing: -.045em;
  }
  .home-page .intro h2,
  .home-page .section-head h2,
  .home-page .care-copy h2,
  .home-page .principles-title h2,
  .home-page .faq-intro h2,
  .home-page .expertise-heading h2 {
    font-size: clamp(2.35rem, 4.6vw, 4rem);
    line-height: 1;
    letter-spacing: -.04em;
  }
}

@media (max-width: 760px) {
  .home-page .hero-shell { padding-bottom: 152px; }
  .home-page .hero-controls { bottom: 10px; }
  .home-page .hero-slides { min-height: 560px; }
  .home-page .hero-slide h1,
  .home-page .hero-title-like {
    font-size: clamp(2.75rem, 11.5vw, 4rem);
    line-height: .98;
    letter-spacing: -.04em;
  }
  .home-page .intro h2,
  .home-page .section-head h2,
  .home-page .care-copy h2,
  .home-page .principles-title h2,
  .home-page .faq-intro h2,
  .home-page .expertise-heading h2 {
    font-size: clamp(2.15rem, 9vw, 3.25rem);
    line-height: 1;
    letter-spacing: -.035em;
  }
}

@media (max-width: 430px) {
  .home-page .hero-slide h1,
  .home-page .hero-title-like { font-size: 2.9rem; }
}

/* Homepage expertise cards: a quieter editorial catalogue instead of heavy tiles. */
.home-page .expertise-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 62px) clamp(24px, 3vw, 48px);
}

.home-page .expertise-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

.home-page .expertise-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: none;
}

.home-page .expertise-card figure {
  height: clamp(230px, 22vw, 330px);
  min-height: 0;
  max-height: none;
  border-radius: 22px;
  background: #dbe8e8;
}

.home-page .expertise-card img { transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease; }
.home-page .expertise-card:hover img { transform: scale(1.035); filter: saturate(.92); }

.home-page .expertise-content {
  position: relative;
  min-height: 0;
  padding: 22px 4px 4px;
  border-top: 1px solid rgba(16,42,50,.2);
}

.home-page .expertise-content::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--aqua);
  transition: width .35s ease;
}

.home-page .expertise-card:hover .expertise-content::before { width: 56px; }
.home-page .expertise-tag { margin-bottom: 14px; font-size: .63rem; }

.home-page .expertise-content h3 {
  max-width: 620px;
  font-size: clamp(1.85rem, 2.45vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.home-page .expertise-content > p:not(.expertise-tag) {
  max-width: 560px;
  margin-top: 16px;
  font-size: .86rem;
  line-height: 1.55;
}

.home-page .expertise-content > span {
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  padding: 0 0 5px;
  border-bottom: 1px solid currentColor;
  font-size: .72rem;
  letter-spacing: .01em;
}

@media (max-width: 760px) {
  .home-page .expertise-grid { grid-template-columns: 1fr; gap: 38px; }
  .home-page .expertise-card figure { height: 230px; }
  .home-page .expertise-content { padding: 20px 2px 0; }
  .home-page .expertise-content h3 { font-size: clamp(2rem, 8.5vw, 2.6rem); }
}

@media (max-width: 430px) {
  .home-page .expertise-card figure { height: 205px; }
}

/* The care-model image should stay inside its rounded frame; parallax remains enabled. */
.home-page .care-media {
  height: clamp(480px, 49vw, 650px);
  min-height: 0;
}

.home-page .care-media img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.02);
}

@media (max-width: 760px) {
  .home-page .care-media { height: clamp(390px, 110vw, 510px); }
}

/* Keep the featured insight image and its readable overlay inside the card frame. */
.home-page .insight-featured {
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.home-page .insight-featured > img,
.home-page .insight-featured > .insight-overlay {
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.home-page .insight-featured > img {
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.02);
}

/* Softer homepage type scale — slider titles intentionally stay unchanged. */
@media (min-width: 1181px) {
  .home-page .intro h2,
  .home-page .section-head h2,
  .home-page .care-copy h2,
  .home-page .principles-title h2,
  .home-page .faq-intro h2,
  .home-page .expertise-heading h2 {
    font-size: clamp(2.25rem, 3.7vw, 4.1rem);
  }

  .home-page .expertise-content h3 { font-size: clamp(1.7rem, 2.15vw, 2.5rem); }
  .home-page .care-links span { font-size: clamp(1.2rem, 1.75vw, 1.75rem); }
  .home-page .process-card h3 { font-size: 1.78rem; }
  .home-page .principles-list h3 { font-size: clamp(1.45rem, 2.1vw, 2.15rem); }
  .home-page .insight-card h3 { font-size: clamp(1.55rem, 2.4vw, 3.1rem); }
  .home-page .insight-card:not(.insight-featured) h3 { font-size: clamp(1.5rem, 2vw, 2.15rem); }
  .home-page .faq summary { font-size: clamp(1.25rem, 1.9vw, 1.8rem); }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-page .intro h2,
  .home-page .section-head h2,
  .home-page .care-copy h2,
  .home-page .principles-title h2,
  .home-page .faq-intro h2,
  .home-page .expertise-heading h2 {
    font-size: clamp(2.1rem, 4.2vw, 3.6rem);
  }

  .home-page .expertise-content h3 { font-size: clamp(1.65rem, 2.8vw, 2.25rem); }
  .home-page .care-links span { font-size: clamp(1.18rem, 2.2vw, 1.6rem); }
  .home-page .principles-list h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
  .home-page .insight-card h3 { font-size: clamp(1.5rem, 3vw, 2.55rem); }
  .home-page .insight-card:not(.insight-featured) h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
  .home-page .faq summary { font-size: clamp(1.2rem, 2.4vw, 1.7rem); }
}

@media (max-width: 760px) {
  .home-page .intro h2,
  .home-page .section-head h2,
  .home-page .care-copy h2,
  .home-page .principles-title h2,
  .home-page .faq-intro h2,
  .home-page .expertise-heading h2 {
    font-size: clamp(2rem, 8.2vw, 3rem);
  }

  .home-page .expertise-content h3 { font-size: clamp(1.85rem, 8vw, 2.3rem); }
  .home-page .care-links span { font-size: clamp(1.18rem, 5.7vw, 1.5rem); }
  .home-page .process-card h3 { font-size: 1.8rem; }
  .home-page .principles-list h3 { font-size: clamp(1.4rem, 6.2vw, 1.95rem); }
  .home-page .insight-card h3 { font-size: clamp(1.55rem, 7vw, 2.45rem); }
  .home-page .insight-card:not(.insight-featured) h3 { font-size: clamp(1.45rem, 6.6vw, 2rem); }
  .home-page .faq summary { font-size: clamp(1.2rem, 5.5vw, 1.55rem); }
}

/* System-wide heading scale — hero slider titles intentionally stay unchanged. */
@media (min-width: 1181px) {
  body .intro h2,
  body .section-head h2,
  body .care-copy h2,
  body .principles-title h2,
  body .faq-intro h2,
  body .final-cta h2,
  body.home-page .intro h2,
  body.home-page .section-head h2,
  body.home-page .care-copy h2,
  body.home-page .principles-title h2,
  body.home-page .faq-intro h2,
  body.home-page .final-cta h2,
  body .expertise-heading h2,
  body .sticky-title h2,
  body .image-story h2,
  body .info-band h2,
  body .contact-intro h2,
  body .page-cta h2,
  body .warning-panel h2 {
    font-size: clamp(2rem, 3.1vw, 3.75rem);
  }

  body .inner-hero h1 { font-size: clamp(3.2rem, 5.3vw, 5.55rem); }
  body .service-card h3 { font-size: clamp(1.7rem, 2.6vw, 3.35rem); }
  body .service-card:not(.service-card-primary) h3 { font-size: clamp(1.65rem, 2.1vw, 2.4rem); }
  body .expertise-content h3 { font-size: clamp(1.6rem, 2.1vw, 2.5rem); }
  body .value-card h3,
  body .catalog-card h3,
  body .type-row h3,
  body .journey-card h3 { font-size: clamp(1.6rem, 2.25vw, 2.65rem); }
  body .principles-list h3 { font-size: clamp(1.3rem, 1.75vw, 1.85rem); }
  body .insight-card h3 { font-size: clamp(1.4rem, 2vw, 2.75rem); }
  body .insight-card:not(.insight-featured) h3 { font-size: clamp(1.35rem, 1.65vw, 1.9rem); }
  body summary { font-size: clamp(1.1rem, 1.55vw, 1.55rem); }
  body .final-contact-card h3 { font-size: clamp(1.5rem, 1.9vw, 2.1rem); }
  body .detail-article h2,
  body .article-body h2,
  body .legal-copy h2 { font-size: clamp(1.95rem, 2.7vw, 3rem); }
  body .blog-card h2,
  body .article-aside h2 { font-size: clamp(1.75rem, 1.95vw, 2rem); }
}

@media (min-width: 761px) and (max-width: 1180px) {
  body .intro h2,
  body .section-head h2,
  body .care-copy h2,
  body .principles-title h2,
  body .faq-intro h2,
  body .final-cta h2,
  body.home-page .intro h2,
  body.home-page .section-head h2,
  body.home-page .care-copy h2,
  body.home-page .principles-title h2,
  body.home-page .faq-intro h2,
  body.home-page .final-cta h2,
  body .expertise-heading h2,
  body .sticky-title h2,
  body .image-story h2,
  body .info-band h2,
  body .contact-intro h2,
  body .page-cta h2,
  body .warning-panel h2 {
    font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  }

  body .inner-hero h1 { font-size: clamp(2.8rem, 6.2vw, 4.8rem); }
  body .service-card h3,
  body .expertise-content h3,
  body .catalog-card h3,
  body .type-row h3 { font-size: clamp(1.55rem, 2.8vw, 2.2rem); }
  body .principles-list h3 { font-size: clamp(1.2rem, 2vw, 1.7rem); }
  body .insight-card h3 { font-size: clamp(1.35rem, 2.4vw, 2.1rem); }
  body .insight-card:not(.insight-featured) h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
  body summary { font-size: clamp(1.05rem, 1.9vw, 1.4rem); }
  body .final-contact-card h3 { font-size: clamp(1.4rem, 2.2vw, 1.95rem); }
  body .detail-article h2,
  body .article-body h2,
  body .legal-copy h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); }
}

@media (max-width: 760px) {
  body .intro h2,
  body .section-head h2,
  body .care-copy h2,
  body .principles-title h2,
  body .faq-intro h2,
  body .final-cta h2,
  body.home-page .intro h2,
  body.home-page .section-head h2,
  body.home-page .care-copy h2,
  body.home-page .principles-title h2,
  body.home-page .faq-intro h2,
  body.home-page .final-cta h2,
  body .expertise-heading h2,
  body .sticky-title h2,
  body .image-story h2,
  body .info-band h2,
  body .contact-intro h2,
  body .page-cta h2,
  body .warning-panel h2 {
    font-size: clamp(1.8rem, 7.3vw, 2.65rem);
  }

  body .inner-hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.8rem); }
  body .service-card h3,
  body .expertise-content h3,
  body .catalog-card h3,
  body .type-row h3 { font-size: clamp(1.65rem, 7vw, 2.1rem); }
  body .value-card h3,
  body .journey-card h3 { font-size: clamp(1.55rem, 6.4vw, 1.9rem); }
  body .principles-list h3 { font-size: clamp(1.2rem, 5.2vw, 1.6rem); }
  body .insight-card h3 { font-size: clamp(1.35rem, 5.8vw, 2rem); }
  body .insight-card:not(.insight-featured) h3 { font-size: clamp(1.25rem, 5.3vw, 1.65rem); }
  body summary { font-size: clamp(1rem, 4.7vw, 1.3rem); }
  body .final-contact-card h3 { font-size: clamp(1.35rem, 5.5vw, 1.8rem); }
  body .detail-article h2,
  body .article-body h2,
  body .legal-copy h2 { font-size: clamp(1.7rem, 7.2vw, 2.3rem); }
  body .blog-card h2,
  body .article-aside h2 { font-size: clamp(1.65rem, 6.4vw, 1.9rem); }
}

/* FAQ toggles: calm, tactile controls with a clear open state. */
.faq-list details {
  border-bottom: 1px solid var(--line);
  transition: border-color .25s ease, background-color .25s ease;
}

.faq-list details:first-child { border-top: 0; }

.faq-list summary {
  min-height: 94px;
  padding: 18px 0;
  transition: color .25s ease;
}

.faq-list summary:hover { color: var(--blue); }

.faq-list summary span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-2);
  color: var(--blue);
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s ease, background-color .3s ease, border-color .3s ease, color .3s ease;
}

.faq-list summary:hover span,
.faq-list details[open] summary span {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.faq-list details[open] { border-bottom-color: var(--aqua); }

.faq-list details[open] summary span { transform: rotate(45deg); }

.faq-list details p {
  max-width: 690px;
  max-height: 0;
  margin: 0;
  padding-right: 64px;
  overflow: hidden;
  opacity: 0;
  line-height: 1.75;
  transition: max-height .48s cubic-bezier(.22,.75,.2,1), margin .48s ease, opacity .25s ease;
}

.faq-list details[open] p {
  margin: -2px 0 30px;
  opacity: 1;
}

@media (max-width: 760px) {
  .faq-list summary {
    min-height: 78px;
    gap: 16px;
  }

  .faq-list summary span {
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
  }

  .faq-list details p {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .faq-list details:not([open]) p { margin-bottom: 0; }
}

/* Compact internal page headers so the main content arrives sooner. */
.inner-hero {
  min-height: 360px;
}

.inner-hero-shell {
  padding: 118px 0 30px;
}

.breadcrumb { margin-bottom: 14px; }

body .inner-hero h1 { font-size: clamp(2.4rem, 4vw, 4rem); }

.inner-hero-shell > p:last-child {
  margin-top: 18px;
  font-size: .96rem;
}

@media (max-width: 940px) {
  .inner-hero {
    min-height: 340px;
  }

  .inner-hero-shell {
    padding: 104px 0 26px;
  }

  .breadcrumb { margin-bottom: 14px; }
  body .inner-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
}

@media (max-width: 760px) {
  .inner-hero {
    min-height: 330px;
  }

  .inner-hero-shell {
    padding: 96px 0 24px;
  }

  .breadcrumb { margin-bottom: 12px; }
  body .inner-hero h1 { font-size: clamp(2rem, 8vw, 2.85rem); }
  .inner-hero-shell > p:last-child { margin-top: 14px; font-size: .9rem; }
}

/* Bakım Süreci: an editorial journey with a deliberate step rhythm. */
.process-page .journey-grid {
  counter-reset: process-step;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.process-page .journey-card {
  counter-increment: process-step;
  position: relative;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.process-page .journey-card::before {
  content: "0" counter(process-step);
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.process-page .journey-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(11,100,112,.12);
  border-radius: 50%;
  pointer-events: none;
}

.process-page .journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(14,47,56,.11);
}

.process-page .journey-card:nth-child(1) {
  grid-column: span 7;
  background: var(--ink);
  color: #fff;
}

.process-page .journey-card:nth-child(2) { grid-column: span 5; }
.process-page .journey-card:nth-child(3) { grid-column: span 5; background: var(--paper-2); }
.process-page .journey-card:nth-child(4) { grid-column: span 7; }
.process-page .journey-card:nth-child(5) { grid-column: span 7; background: var(--paper-2); }
.process-page .journey-card:nth-child(6) { grid-column: span 5; }

.process-page .journey-card > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: transparent;
  color: var(--blue);
  font-size: 1.25rem;
}

.process-page .journey-card:first-child > span {
  border-color: rgba(158,219,214,.5);
  color: var(--aqua);
}

.process-page .journey-card h3 {
  max-width: 13ch;
  margin: auto 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.55vw, 3rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.process-page .journey-card p {
  max-width: 36rem;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.process-page .journey-card:first-child p { color: rgba(255,255,255,.68); }
.process-page .journey-card:first-child::before { color: var(--aqua); }

.process-page .image-story {
  gap: clamp(46px, 8vw, 118px);
}

.process-page .image-story figure {
  min-height: 500px;
  border-radius: 28px;
  box-shadow: none;
}

.process-page .image-story > div { padding: 16px 0; }

@media (min-width: 761px) and (max-width: 1180px) {
  .process-page .journey-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .process-page .journey-card:nth-child(1),
  .process-page .journey-card:nth-child(4),
  .process-page .journey-card:nth-child(5) { grid-column: span 4; }
  .process-page .journey-card:nth-child(2),
  .process-page .journey-card:nth-child(3),
  .process-page .journey-card:nth-child(6) { grid-column: span 2; }
  .process-page .journey-card h3 { font-size: clamp(1.65rem, 3vw, 2.25rem); }
}

@media (max-width: 760px) {
  .process-page .journey-grid { grid-template-columns: 1fr; gap: 14px; }
  .process-page .journey-card,
  .process-page .journey-card:nth-child(n) {
    grid-column: auto;
    min-height: 250px;
    padding: 26px;
  }
  .process-page .journey-card h3 {
    max-width: 12ch;
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }
  .process-page .image-story figure { min-height: 390px; }
}

/* Yara Türleri: a calm, categorized catalogue rather than a plain link list. */
.wound-types-page .type-layout {
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: clamp(58px, 8vw, 112px);
}

.wound-types-page .sticky-title {
  padding-top: 8px;
}

.wound-types-page .sticky-title::before {
  content: "01 — 06";
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.wound-types-page .type-list {
  counter-reset: wound-type;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.wound-types-page .type-row {
  counter-increment: wound-type;
  min-height: 258px;
  position: relative;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  transition: transform .3s ease, border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.wound-types-page .type-row::before {
  content: "0" counter(wound-type);
  color: var(--muted);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.wound-types-page .type-row:nth-child(2n) { background: var(--paper-2); }

.wound-types-page .type-row:hover {
  transform: translateY(-4px);
  border-color: var(--aqua);
  box-shadow: 0 18px 42px rgba(14,47,56,.1);
}

.wound-types-page .type-row > div {
  max-width: none;
}

.wound-types-page .type-row h3 {
  margin: 0;
  max-width: 11ch;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.35vw, 2.65rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.wound-types-page .type-row p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

.wound-types-page .type-row > span {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--blue);
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.wound-types-page .type-row:hover > span {
  background: var(--ink);
  color: #fff;
  transform: translate(2px, -2px);
}

.wound-types-page .warning-panel {
  border: 0;
  border-radius: 28px;
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}

.wound-types-page .warning-panel h2 {
  max-width: 9ch;
  color: #fff;
}

.wound-types-page .warning-panel li {
  border-bottom-color: rgba(255,255,255,.16);
  color: rgba(255,255,255,.72);
}

.wound-types-page .warning-panel li::before {
  background: var(--aqua);
}

@media (min-width: 761px) and (max-width: 1180px) {
  .wound-types-page .type-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .wound-types-page .sticky-title { position: static; }
  .wound-types-page .type-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .wound-types-page .type-list { grid-template-columns: 1fr; gap: 12px; }
  .wound-types-page .type-row,
  .wound-types-page .type-row:nth-child(n) {
    min-height: 218px;
    padding: 24px;
  }
  .wound-types-page .type-row h3 { font-size: clamp(1.7rem, 7vw, 2.25rem); }
  .wound-types-page .warning-panel { border-radius: 22px; }
}

/* Hakkımızda: one clear narrative instead of several competing surfaces. */
.about-page .editorial-split {
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(46px, 7vw, 104px);
}

.about-page .sticky-title {
  position: static;
  align-self: stretch;
  padding: 38px;
  border-radius: 28px;
  background: var(--ink);
  color: #fff;
}

.about-page .sticky-title .kicker { color: var(--aqua); }
.about-page .sticky-title h2 { color: #fff; }
.about-page .sticky-title a { color: var(--aqua); }

.about-page .long-copy {
  max-width: 760px;
  padding: 14px 0 0;
}

.about-page .long-copy .lead {
  font-size: clamp(1.8rem, 2.65vw, 2.8rem);
}

.about-page .long-copy blockquote {
  margin-top: 34px;
  padding: 24px 0 24px 24px;
  border-left-width: 2px;
  color: var(--blue);
  font-size: clamp(1.45rem, 2.1vw, 2.2rem);
}

.about-page .value-grid {
  counter-reset: about-value;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-page .value-card {
  counter-increment: about-value;
  min-height: 258px;
  position: relative;
  padding: 28px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
  transition: transform .3s ease, box-shadow .3s ease;
}

.about-page .value-card:nth-child(2n) { background: var(--paper-2); }

.about-page .value-card::before {
  content: "0" counter(about-value);
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .14em;
}

.about-page .value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(14,47,56,.09);
}

.about-page .value-card > span {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(11,100,112,.16);
  border-radius: 16px;
  background: transparent;
  color: var(--blue);
  font-size: 1.25rem;
}

.about-page .value-card h3 {
  max-width: 12ch;
  margin: auto 0 10px;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: .98;
}

.about-page .value-card p { max-width: 28rem; }

.about-page .image-story {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(42px, 7vw, 104px);
}

.about-page .image-story figure {
  min-height: 500px;
  border-radius: 28px;
  box-shadow: none;
}

.about-page .image-story > div { padding: 14px 0; }

@media (max-width: 940px) {
  .about-page .editorial-split { grid-template-columns: 1fr; gap: 38px; }
  .about-page .sticky-title { padding: 30px; }
  .about-page .long-copy { padding-top: 0; }
  .about-page .image-story { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .about-page .value-grid { grid-template-columns: 1fr; gap: 12px; }
  .about-page .value-card { min-height: 230px; padding: 24px; }
  .about-page .value-card::before { top: 24px; right: 24px; }
  .about-page .image-story figure { min-height: 390px; }
}

/* About page: quieter type scale to keep the narrative breathable. */
body.about-page .inner-hero h1 {
  font-size: clamp(2.15rem, 3.5vw, 3.55rem);
}

body.about-page .sticky-title h2,
body.about-page .section-head h2,
body.about-page .image-story h2 {
  font-size: clamp(1.9rem, 3vw, 3.35rem);
}

body.about-page .long-copy .lead {
  font-size: clamp(1.55rem, 2.1vw, 2.3rem);
}

body.about-page .long-copy blockquote {
  font-size: clamp(1.25rem, 1.75vw, 1.85rem);
}

body.about-page .value-card h3 {
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
}

body.about-page .value-card p,
body.about-page .long-copy,
body.about-page .image-story p:not(.kicker) {
  font-size: .9rem;
}

@media (max-width: 760px) {
  body.about-page .inner-hero h1 { font-size: clamp(1.95rem, 8vw, 2.75rem); }
  body.about-page .sticky-title h2,
  body.about-page .section-head h2,
  body.about-page .image-story h2 { font-size: clamp(1.8rem, 7vw, 2.5rem); }
  body.about-page .long-copy .lead { font-size: clamp(1.45rem, 6vw, 1.9rem); }
  body.about-page .value-card h3 { font-size: clamp(1.35rem, 6vw, 1.75rem); }
}

/* Bilgi Merkezi: editorial card rhythm instead of a uniform catalogue grid. */
.blog-grid {
  counter-reset: blog-card;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.blog-card {
  counter-increment: blog-card;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  transition: transform .3s ease;
}

.blog-card::before {
  content: "0" counter(blog-card);
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(7,34,41,.46);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}

.blog-card:hover { transform: translateY(-5px); box-shadow: none; }

.blog-card figure {
  height: 222px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper-2);
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.blog-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.06);
}

.blog-card > div {
  min-height: 238px;
  padding: 22px 4px 4px;
  display: flex;
  flex-direction: column;
  border-top: 0;
}

.blog-card span {
  color: var(--blue);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 14px 0 10px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.15vw, 2.3rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.blog-card p {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.blog-card b {
  margin-top: auto;
  color: var(--ink);
  font-size: .72rem;
  letter-spacing: .04em;
}

.blog-card:first-child {
  grid-column: span 7;
  grid-row: span 2;
  border: 0;
  border-radius: var(--radius-xl);
  background: var(--ink);
  color: #fff;
}

.blog-card:first-child figure {
  height: 100%;
  min-height: 390px;
  border-radius: 0;
}

.blog-card:first-child > div {
  min-height: 248px;
  padding: 28px 30px 30px;
  border-top: 0;
}

.blog-card:first-child span { color: var(--aqua); }
.blog-card:first-child p { color: rgba(255,255,255,.7); }
.blog-card:first-child b { color: var(--aqua); }
.blog-card:nth-child(2),
.blog-card:nth-child(3) { grid-column: span 5; }
.blog-card:nth-child(n+4) { grid-column: span 4; }

@media (min-width: 761px) and (max-width: 1180px) {
  .blog-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .blog-card:first-child { grid-column: span 6; grid-row: span 1; display: grid; grid-template-columns: 1.15fr .85fr; }
  .blog-card:first-child figure { min-height: 330px; }
  .blog-card:first-child > div { min-height: 0; align-self: stretch; }
  .blog-card:nth-child(2),
  .blog-card:nth-child(3),
  .blog-card:nth-child(n+4) { grid-column: span 3; }
}

@media (max-width: 760px) {
  .blog-grid { grid-template-columns: 1fr; gap: 34px; }
  .blog-card,
  .blog-card:nth-child(2),
  .blog-card:nth-child(3),
  .blog-card:nth-child(n+4) { grid-column: auto; }
  .blog-card:first-child { grid-row: auto; display: flex; }
  .blog-card:first-child figure { min-height: 260px; height: 260px; }
  .blog-card:first-child > div { min-height: 0; padding: 24px; }
  .blog-card figure { height: 205px; }
  .blog-card > div { min-height: 0; padding-bottom: 0; }
}

/* Remaining pages: calm editorial rhythm for details, listings and utility views. */
.detail-layout {
  grid-template-columns: minmax(0, 1.22fr) minmax(270px, .78fr);
  gap: clamp(42px, 7vw, 96px);
}

.detail-article {
  max-width: 760px;
}

.detail-article .lead,
.article-body .lead {
  max-width: 42rem;
  margin-bottom: 38px;
  padding-left: 22px;
  border-left: 3px solid var(--aqua);
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
  line-height: 1.1;
}

.detail-article h2,
.article-body h2,
.legal-copy h2 {
  margin-top: 52px;
  font-size: clamp(1.75rem, 2.55vw, 2.8rem);
}

.detail-article p,
.detail-article li,
.article-body p,
.article-body li,
.legal-copy p {
  font-size: .94rem;
  line-height: 1.78;
}

.detail-article .check-list li {
  padding: 13px 0 13px 32px;
}

.detail-sidebar {
  top: 124px;
  gap: 14px;
}

.detail-sidebar .sidebar-card {
  padding: 30px;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(7,34,41,.14);
}

.detail-sidebar .sidebar-card h2 {
  max-width: 12ch;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.5vw, 2.65rem);
  font-weight: 400;
  line-height: 1;
}

.detail-sidebar .sidebar-links {
  padding: 22px 24px;
  border: 0;
  background: var(--paper-2);
}

.detail-sidebar .sidebar-links a {
  min-height: 48px;
  font-size: .86rem;
}

.article-section {
  padding-top: clamp(72px, 8vw, 118px);
}

.article-layout {
  grid-template-columns: minmax(0, 1.3fr) minmax(270px, .7fr);
  gap: clamp(42px, 8vw, 110px);
}

.article-body {
  max-width: 740px;
}

.article-body .article-meta {
  margin-bottom: 26px;
  font-size: .68rem;
}

.article-body ul:not(.check-list) {
  padding-left: 20px;
}

.article-note {
  margin-top: 42px;
  padding: 24px 26px;
  border-left: 0;
  border-radius: 20px;
  background: var(--paper-2);
}

.article-aside {
  top: 124px;
  gap: 14px;
}

.article-aside > div {
  padding: 28px;
  border-radius: 26px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 45px rgba(7,34,41,.14);
}

.article-aside > div .kicker { color: var(--aqua); }
.article-aside > div p:not(.kicker) { color: rgba(255,255,255,.7); }

.article-aside h2 {
  font-size: clamp(1.8rem, 2.45vw, 2.55rem);
}

.article-aside nav {
  padding: 12px 22px;
  border: 0;
  border-radius: 20px;
  background: var(--paper-2);
}

.article-aside nav a {
  min-height: 48px;
  font-size: .86rem;
}

.catalog-grid {
  gap: 18px;
}

.catalog-card {
  min-height: 390px;
  grid-template-columns: minmax(150px, .65fr) minmax(0, 1.35fr);
  border: 0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(7,34,41,.06);
}

.catalog-card figure {
  min-height: 390px;
}

.catalog-card > div {
  padding: clamp(24px, 3vw, 36px);
}

.catalog-card h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
}

.catalog-card p {
  font-size: .9rem;
  line-height: 1.65;
}

.contact-layout {
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(42px, 7vw, 100px);
}

.contact-intro h2 {
  font-size: clamp(2rem, 3.2vw, 3.45rem);
}

.contact-intro > p,
.contact-facts article {
  font-size: .92rem;
  line-height: 1.65;
}

.contact-facts {
  margin-top: 28px;
}

.contact-form {
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,34,41,.06);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 12px;
}

.legal-copy {
  max-width: 800px;
}

.legal-copy section {
  padding: 18px 0;
  border-bottom: 0;
}

.legal-copy h2 {
  margin-top: 38px;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
}

.legal-copy section:first-child h2 {
  margin-top: 0;
}

.not-found {
  min-height: 100svh;
  padding-top: 130px;
}

.not-found h1 {
  max-width: 650px;
  font-size: clamp(3.2rem, 6.5vw, 6.5rem);
}

@media (max-width: 1120px) {
  .catalog-card {
    grid-template-columns: 1fr;
  }

  .catalog-card figure {
    min-height: 240px;
    height: 240px;
  }
}

@media (max-width: 760px) {
  .detail-article .lead,
  .article-body .lead {
    padding-left: 16px;
    font-size: clamp(1.4rem, 6vw, 1.85rem);
  }

  .detail-article h2,
  .article-body h2,
  .legal-copy h2 {
    margin-top: 40px;
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .detail-article p,
  .detail-article li,
  .article-body p,
  .article-body li,
  .legal-copy p {
    font-size: .9rem;
  }

  .detail-sidebar .sidebar-card,
  .article-aside > div {
    padding: 24px;
  }

  .catalog-card > div {
    min-height: 245px;
  }

  .contact-intro h2 {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }
}

/* Contact page: direct channels replace the backend-dependent form. */
.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-channel {
  min-height: 238px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(16,42,50,.08);
  border-radius: 26px;
  background: var(--paper-2);
  box-shadow: 0 12px 30px rgba(7,34,41,.05);
}

.contact-channel-primary {
  background: var(--ink);
  color: #fff;
}

.contact-channel-primary .kicker,
.contact-channel-primary p:not(.kicker) { color: rgba(255,255,255,.68); }

.contact-channel .kicker {
  margin: 20px 0 0;
  color: var(--blue);
}

.contact-channel h2 {
  max-width: 15ch;
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1.02;
}

.contact-channel p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.65;
}

.contact-channel-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 15px;
  color: var(--blue);
  font-size: 1.25rem;
}

.contact-channel-primary .contact-channel-icon { color: var(--aqua); }

.contact-channel-wide {
  min-height: 150px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
}

.contact-channel-wide .kicker { margin-top: 0; }
.contact-channel-wide h2 { margin-top: 6px; }

@media (max-width: 760px) {
  .contact-channels { grid-template-columns: 1fr; }
  .contact-channel-wide { grid-column: auto; }
  .contact-channel { min-height: 210px; padding: 22px; }
  .contact-channel-wide { min-height: 150px; }
}

/* Footer refresh: a quieter, more intentional closing frame on every page. */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 8vw, 108px) 0 18px;
  background:
    radial-gradient(circle at 8% 10%, rgba(63, 211, 198, .13), transparent 28%),
    linear-gradient(135deg, #071d23 0%, #092c34 56%, #062027 100%);
}

.site-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(42vw, 620px);
  height: min(42vw, 620px);
  right: -18%;
  bottom: -58%;
  border: 1px solid rgba(139, 239, 222, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(139, 239, 222, .035), 0 0 0 84px rgba(139, 239, 222, .025);
}

.footer-main {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(135px, .7fr));
  gap: clamp(28px, 5vw, 72px);
  padding-bottom: clamp(44px, 6vw, 70px);
}

.footer-brand {
  max-width: 460px;
  padding-right: 22px;
}

.brand-footer {
  margin-bottom: 26px;
}

.brand-footer .brand-mark {
  background: var(--aqua);
  color: var(--ink);
  box-shadow: 0 0 0 7px rgba(139, 239, 222, .08);
}

.footer-brand > p {
  max-width: 390px;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.7;
}

.footer-brand > small {
  max-width: 390px;
  margin-top: 18px;
  color: rgba(255,255,255,.4);
  font-size: .72rem;
  line-height: 1.55;
}

.footer-column {
  padding-top: 8px;
}

.footer-column h2 {
  margin-bottom: 20px;
  color: var(--aqua);
  font-size: .64rem;
  letter-spacing: .18em;
}

.footer-column a,
.footer-column p {
  position: relative;
  margin: 0 0 13px;
  color: rgba(255,255,255,.62);
  font-size: .8rem;
  line-height: 1.4;
  transition: color .2s, transform .2s;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-column a:hover::after {
  content: "↗";
  margin-left: 7px;
  color: var(--aqua);
  font-size: .7rem;
}

.footer-column p { color: rgba(255,255,255,.35); }

.footer-bottom {
  position: relative;
  z-index: 1;
  min-height: 62px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.42);
  font-size: .68rem;
  letter-spacing: .01em;
}

.footer-bottom::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--aqua);
  vertical-align: middle;
  opacity: .8;
}

@media (max-width: 940px) {
  .footer-main { grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(130px, 1fr)); }
  .footer-brand { grid-column: 1 / -1; max-width: 600px; }
}

@media (max-width: 760px) {
  .site-footer { padding-top: 58px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; }
  .footer-brand { grid-column: 1 / -1; padding-right: 0; }
  .footer-column { padding-top: 0; }
  .footer-column a { min-height: 32px; margin-bottom: 5px; align-items: center; }
  .footer-bottom { min-height: 58px; padding: 17px 0; align-items: center; }
}

@media (max-width: 430px) {
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand > p { font-size: .84rem; }
  .footer-bottom { align-items: flex-start; }
}

.footer-credit {
  color: rgba(255,255,255,.5);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-credit strong {
  color: var(--aqua);
  font-weight: 800;
}
