@font-face { font-family: Meem; src: url('/Meem-SemiBold.woff2') format('woff2'); font-style: normal; font-weight: 400 800; font-display: swap; }

:root {
  --pine: #253b32;
  --moss: #606c38;
  --sage: #8b9d83;
  --sand: #e8dcc7;
  --oat: #d4b895;
  --clay: #b08b6e;
  --terra: #c66b3d;
  --ink: #29342e;
  --muted: #526056;
  --line: rgba(37, 59, 50, .22);
  --soft-line: rgba(37, 59, 50, .12);
  --max: 1180px;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 16px 40px rgba(37, 59, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--sand); color: var(--ink); font-family: Meem, Tahoma, Arial, sans-serif; font-size: 16px; line-height: 2; text-align: right; }
body::before { content: ''; position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--terra); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 99; top: -70px; right: 1rem; padding: .65rem 1rem; border-radius: 0 0 12px 12px; background: var(--pine); color: var(--sand); text-decoration: none; }
.skip-link:focus { top: 0; }

.site-header { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(232, 220, 199, .94); backdrop-filter: blur(10px); }
.header-row { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; flex: none; color: var(--pine); text-decoration: none; }
.brand-ring { display: grid; width: 51px; height: 51px; place-items: center; overflow: hidden; border: 2px solid var(--sage); border-radius: 50%; background: var(--sand); box-shadow: inset 0 0 0 5px rgba(96, 108, 56, .12); }
.brand-ring img { width: 38px; height: 38px; object-fit: contain; }
.brand-name { display: block; font-size: 1.25rem; line-height: 1.1; }
.brand-sub { display: block; margin-top: .34rem; color: var(--moss); font-family: Tahoma, Arial, sans-serif; font-size: .62rem; letter-spacing: .18em; line-height: 1; direction: ltr; text-align: right; }
.main-nav { display: flex; flex: 1; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .15rem 1.05rem; }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--pine); font-size: .88rem; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a[aria-current='page'] { color: var(--terra); }
.main-nav .top-call { padding: .05rem .8rem; border: 1px solid var(--pine); border-radius: 999px; color: var(--pine); font-family: Tahoma, Arial, sans-serif; font-size: .82rem; font-weight: 700; direction: ltr; }
.main-nav .top-call:hover { border-color: var(--terra); background: var(--terra); color: var(--sand); }

.hero { overflow: hidden; background: var(--pine); color: var(--sand); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: stretch; }
.hero-copy { min-width: 0; padding: clamp(3.4rem, 8vw, 7.4rem) clamp(1.5rem, 5vw, 5rem) clamp(3.4rem, 8vw, 6rem) 0; }
.eyebrow, .section-label { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.1rem; color: var(--oat); font-size: .78rem; font-weight: 700; line-height: 1.6; }
.eyebrow::before, .section-label::before { width: 28px; height: 1px; content: ''; background: currentColor; }
.hero h1 { max-width: 650px; margin: 0; color: var(--sand); font-size: clamp(2.5rem, 5vw, 5.1rem); line-height: 1.25; letter-spacing: -.055em; }
.hero h1 em { color: var(--oat); font-style: normal; }
.hero-lead { max-width: 620px; margin: 1.35rem 0 0; color: rgba(232, 220, 199, .88); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.hero-query { max-width: 630px; margin: 1.4rem 0 0; color: var(--oat); font-size: .88rem; }
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem 1.2rem; border: 1px solid var(--terra); border-radius: 999px; background: var(--terra); color: var(--sand); font-family: inherit; font-size: .9rem; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; touch-action: manipulation; }
.button:hover { background: #a94e2a; border-color: #a94e2a; transform: translateY(-2px); }
.button--outline { border-color: rgba(232, 220, 199, .65); background: transparent; color: var(--sand); }
.button--outline:hover { border-color: var(--sand); background: var(--sand); color: var(--pine); }
.hero-visual { position: relative; min-height: 100%; padding: 1.25rem 0 1.25rem 1.25rem; }
.hero-visual::before { position: absolute; z-index: 0; inset: 10% 0 10% 21%; border: 1px solid rgba(232, 220, 199, .32); border-radius: var(--radius-xl) 0 0 var(--radius-xl); content: ''; }
.hero-photo { position: relative; z-index: 1; height: 100%; min-height: 520px; overflow: hidden; border-radius: var(--radius-xl) 0 0 var(--radius-xl); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.73) sepia(.12); }
.hero-note { position: absolute; z-index: 2; right: -1rem; bottom: 2.6rem; max-width: 255px; padding: 1.05rem 1.2rem; border-radius: var(--radius-md); background: var(--sand); box-shadow: var(--shadow); color: var(--pine); font-size: .86rem; line-height: 1.8; }
.hero-note strong { display: block; margin-bottom: .15rem; color: var(--terra); }

.trust-strip { background: var(--oat); }
.trust-strip .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 118px; padding: 1.5rem 1.55rem; border-left: 1px solid rgba(37, 59, 50, .15); }
.trust-item:first-child { border-left: 0; }
.trust-item b { display: block; margin-bottom: .25rem; color: var(--pine); font-size: 1.02rem; }
.trust-item span { display: block; color: var(--muted); font-size: .84rem; line-height: 1.75; }

main section { padding: clamp(4.2rem, 8vw, 7.2rem) 0; }
.section-head { max-width: 820px; margin-bottom: 2.2rem; }
.section-label { color: var(--terra); }
.section-head h2 { max-width: 800px; margin: 0; color: var(--pine); font-size: clamp(1.9rem, 3.2vw, 3.45rem); line-height: 1.38; letter-spacing: -.045em; }
.section-head > p { max-width: 760px; margin: 1rem 0 0; color: var(--muted); }
.service-section { background: rgba(212, 184, 149, .42); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(37, 59, 50, .14); border-radius: var(--radius-lg); background: var(--sand); box-shadow: 0 8px 22px rgba(37, 59, 50, .06); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.77) sepia(.08); }
.service-card > div { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.service-card h2, .service-card h3 { margin: 0; color: var(--pine); font-size: 1.22rem; line-height: 1.55; }
.service-card p { margin: .55rem 0 1rem; color: var(--muted); font-size: .88rem; line-height: 1.95; }
.card-link { margin-top: auto; color: var(--terra); font-size: .82rem; }
.card-link::after { margin-right: .4rem; content: '←'; font-family: Arial, sans-serif; }

.care-map { background: var(--sand); }
.care-map-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 1.25rem; align-items: stretch; }
.care-map-aside { padding: 2rem; border-radius: var(--radius-xl); background: var(--moss); color: var(--sand); }
.care-map-aside h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.4; }
.care-map-aside p { margin: 1rem 0 0; color: rgba(232, 220, 199, .86); }
.care-map-steps { display: grid; gap: .75rem; }
.journey-step { display: grid; grid-template-columns: 67px 1fr; gap: 1.25rem; padding: 1.4rem; border: 1px solid rgba(37, 59, 50, .15); border-radius: var(--radius-lg); background: rgba(212, 184, 149, .33); }
.journey-no { color: var(--terra); font-family: Tahoma, Arial, sans-serif; font-size: 1.5rem; font-weight: 700; direction: ltr; }
.journey-step h3 { margin: 0; color: var(--pine); font-size: 1.12rem; }
.journey-step p { margin: .3rem 0 0; color: var(--muted); font-size: .9rem; }

.intent-section { background: var(--pine); color: var(--sand); }
.intent-section .section-label { color: var(--oat); }
.intent-section .section-head h2 { color: var(--sand); }
.intent-section .section-head > p { color: rgba(232, 220, 199, .8); }
.intent-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.intent-card { padding: 1.45rem; border: 1px solid rgba(232, 220, 199, .22); border-radius: var(--radius-lg); background: rgba(139, 157, 131, .12); }
.intent-card h3 { margin: 0; color: var(--oat); font-size: 1.1rem; }
.intent-card p { margin: .55rem 0 0; color: rgba(232, 220, 199, .82); font-size: .9rem; }
.intent-card a { color: inherit; text-decoration-color: var(--oat); text-underline-offset: 4px; }

.content-section { background: rgba(212, 184, 149, .32); }
.content-columns { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.25rem; }
.content-card { padding: clamp(1.4rem, 3vw, 2.3rem); border: 1px solid rgba(37, 59, 50, .13); border-radius: var(--radius-lg); background: var(--sand); }
.content-card h3 { margin: 0 0 .65rem; color: var(--pine); font-size: 1.22rem; }
.content-card p, .content-card li { color: var(--muted); }
.content-card ul { margin: .5rem 0 0; padding-right: 1.1rem; }
.content-card li + li { margin-top: .45rem; }
.link-list { list-style: none; padding: 0 !important; }
.link-list li { padding: .65rem 0; border-bottom: 1px solid var(--soft-line); }
.link-list li:last-child { border-bottom: 0; }
.link-list a { color: var(--pine); text-decoration-color: var(--terra); text-underline-offset: 4px; }

.posts-section { background: var(--sand); }
.posts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.post-card { min-height: 220px; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid rgba(37, 59, 50, .14); border-radius: var(--radius-lg); background: rgba(212, 184, 149, .27); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.post-card:hover { background: var(--oat); transform: translateY(-3px); }
.post-card time { color: var(--terra); font-family: Tahoma, Arial, sans-serif; font-size: .74rem; direction: rtl; }
.post-card h2, .post-card h3 { margin: .75rem 0 .45rem; color: var(--pine); font-size: 1.25rem; line-height: 1.6; }
.post-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.faq-section { background: var(--oat); }
.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 58px; cursor: pointer; display: flex; align-items: center; color: var(--pine); font-size: 1.03rem; }
details p { max-width: 820px; margin: 0; padding: 0 0 1.15rem; color: var(--muted); }

.callout { padding: 0 !important; background: var(--terra); color: var(--sand); }
.callout-row { min-height: 245px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.callout .section-label { color: var(--sand); }
.callout h2 { max-width: 700px; margin: 0; font-size: clamp(1.65rem, 3vw, 3rem); line-height: 1.4; }
.callout .button { flex: none; border-color: var(--sand); background: var(--sand); color: var(--pine); }
.callout .button:hover { border-color: var(--pine); background: var(--pine); color: var(--sand); }

.page-title { padding: clamp(3.3rem, 7vw, 6.3rem) 0 !important; background: var(--moss); color: var(--sand); }
.breadcrumb { margin: 0 0 1rem; color: rgba(232, 220, 199, .75); font-size: .82rem; }
.breadcrumb a { text-underline-offset: 3px; }
.page-title h1 { max-width: 880px; margin: 0; color: var(--sand); font-size: clamp(2.2rem, 4.5vw, 4.4rem); line-height: 1.32; letter-spacing: -.045em; }
.page-title p:last-child { max-width: 760px; margin: 1.15rem 0 0; color: rgba(232, 220, 199, .85); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: clamp(2rem, 6vw, 6rem); padding: clamp(3rem, 7vw, 6.5rem) 0; }
.article-main { min-width: 0; }
.article-main h2 { margin: 2.65rem 0 .85rem; color: var(--pine); font-size: clamp(1.45rem, 2.6vw, 2.2rem); line-height: 1.5; }
.article-main h2:first-child { margin-top: 0; }
.article-main h3 { margin: 1.9rem 0 .5rem; color: var(--pine); font-size: 1.24rem; }
.article-main p { max-width: 780px; margin: 0 0 1.15rem; color: var(--muted); }
.article-main ul, .article-main ol { max-width: 790px; padding-right: 1.25rem; color: var(--muted); }
.article-main li + li { margin-top: .5rem; }
.article-side { align-self: start; padding: 1.25rem; border: 1px solid rgba(37, 59, 50, .16); border-radius: var(--radius-md); background: rgba(212, 184, 149, .3); }
.article-side h2 { margin: 0 0 .55rem; color: var(--pine); font-size: 1.06rem; }
.article-side ul { margin: 0; padding: 0; list-style: none; }
.article-side li { border-top: 1px solid var(--soft-line); }
.article-side a { min-height: 42px; display: flex; align-items: center; color: var(--pine); font-size: .85rem; text-decoration: none; }
.article-side a:hover { color: var(--terra); }
.notice { padding: 1rem 1.15rem; border-right: 3px solid var(--terra); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: rgba(212, 184, 149, .33); color: var(--muted); font-size: .9rem; }
.contact-box { max-width: 900px; padding: clamp(1.5rem, 4vw, 3.3rem); border-radius: var(--radius-xl); background: var(--moss); color: var(--sand); box-shadow: var(--shadow); }
.contact-box .section-label { color: var(--oat); }
.contact-number { display: inline-block; margin: .35rem 0 1rem; color: var(--sand); font-family: Tahoma, Arial, sans-serif; font-size: clamp(1.9rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.2; direction: ltr; text-decoration-color: var(--oat); text-underline-offset: 8px; }
.contact-note { max-width: 720px; margin: 0; color: rgba(232, 220, 199, .84); }
.contact-box .button--outline { border-color: var(--oat); color: var(--sand); }

.site-footer { padding-top: 3.4rem; background: var(--pine); color: var(--sand); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .8fr; gap: 2rem; padding-bottom: 2.7rem; }
.footer-grid h2 { margin: 0 0 .8rem; color: var(--oat); font-size: 1.18rem; }
.footer-grid p, .footer-grid a { color: rgba(232, 220, 199, .82); font-size: .88rem; }
.footer-grid p { margin: 0; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li + li { margin-top: .3rem; }
.footer-grid a { text-underline-offset: 3px; }
.footer-grid a:hover { color: var(--sand); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgba(232, 220, 199, .2); color: rgba(232, 220, 199, .6); font-family: Tahoma, Arial, sans-serif; font-size: .72rem; }

@media (max-width: 900px) {
  .header-row { align-items: flex-start; flex-direction: column; padding: 1rem 0; }
  .main-nav { width: 100%; justify-content: flex-start; }
  .hero-grid, .care-map-grid, .content-columns, .article-layout { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 500px; padding: 0 0 1.25rem; }
  .hero-visual::before { inset: 10% 8% 2% 0; border-radius: 0 0 var(--radius-xl) var(--radius-xl); }
  .hero-photo { min-height: 475px; border-radius: 0 0 var(--radius-xl) var(--radius-xl); }
  .hero-note { right: 1.15rem; bottom: 2.25rem; }
  .article-side { display: none; }
}
@media (max-width: 680px) {
  .shell { width: min(calc(100% - 1.5rem), var(--max)); }
  .service-grid, .intent-grid, .posts-grid { grid-template-columns: 1fr; }
  .trust-strip .shell { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { min-height: auto; border-bottom: 1px solid rgba(37, 59, 50, .14); border-left: 0; }
  .trust-item:last-child { border-bottom: 0; }
  .callout-row, .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
  .callout-row { padding: 2.6rem 0; }
  .callout .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
}
@media (max-width: 480px) {
  body { font-size: 15px; }
  .main-nav { gap: .1rem .75rem; }
  .main-nav a { min-height: 40px; font-size: .77rem; }
  .main-nav .top-call { width: 100%; justify-content: center; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 3.3rem 0 2.4rem; }
  .hero h1 { font-size: clamp(2.3rem, 12vw, 3rem); }
  .hero-visual { min-height: 390px; }
  .hero-photo { min-height: 390px; }
  .hero-note { max-width: 220px; font-size: .8rem; }
  .actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .button { width: 100%; min-height: 52px; }
  .journey-step { grid-template-columns: 50px 1fr; gap: .75rem; padding: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
