/* The approved export's Tailwind-only imports/utilities are intentionally
   omitted: the WordPress theme carries the fully resolved site CSS below. */

:root {
  --background: #ffffff;
  --foreground: #171717;
  --card: #ffffff;
  --card-foreground: #171717;
  --popover: #ffffff;
  --popover-foreground: #171717;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e7000b;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #f54900;
  --chart-2: #009689;
  --chart-3: #104e64;
  --chart-4: #ffb900;
  --chart-5: #fe9a00;
  --radius: 0.625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #171717;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
    --card: #171717;
    --card-foreground: #ededed;
    --popover: #171717;
    --popover-foreground: #ededed;
    --primary: #ededed;
    --primary-foreground: #171717;
    --secondary: #262626;
    --secondary-foreground: #ededed;
    --muted: #262626;
    --muted-foreground: #a1a1a1;
    --accent: #262626;
    --accent-foreground: #ededed;
    --destructive: #ff6467;
    --border: #ffffff1a;
    --input: #ffffff26;
    --ring: #737373;
    --chart-1: #8e51ff;
    --chart-2: #00bc7d;
    --chart-3: #fe9a00;
    --chart-4: #ad46ff;
    --chart-5: #ff2056;
    --sidebar: #171717;
    --sidebar-foreground: #ededed;
    --sidebar-primary: #8e51ff;
    --sidebar-primary-foreground: #ededed;
    --sidebar-accent: #262626;
    --sidebar-accent-foreground: #ededed;
    --sidebar-border: #ffffff1a;
    --sidebar-ring: #737373;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

/* Bouchaib Palette design system */
:root{--ink:#142c24;--forest:#173d31;--deep:#0c2820;--sage:#dce7df;--cream:#f4f1e9;--paper:#fbfaf6;--wood:#b9793f;--muted:#617169;--line:#d8ded8;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);line-height:1.5}a{text-decoration:none;color:inherit}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.topbar{background:var(--deep);color:#dbe7df;font-size:12px}.topbar>.shell{height:34px;display:flex;justify-content:space-between;align-items:center}.topbar a{display:flex;gap:7px;align-items:center}.topbar svg,nav svg,.btn svg{width:16px}header{height:84px;background:rgba(251,250,246,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.navwrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center}.brand>b{width:43px;height:43px;display:grid;place-items:center;background:var(--forest);color:#fff;border-radius:50% 50% 48% 4%;letter-spacing:-.08em}.brand strong,.brand small{display:block;line-height:1}.brand strong{font-size:16px;letter-spacing:.14em}.brand small{font-size:10px;letter-spacing:.45em;margin-top:6px;color:var(--wood)}nav{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:700}nav>a:not(.navcta){height:84px;display:flex;align-items:center;border-bottom:2px solid transparent}nav>a.active{color:var(--wood);border-color:var(--wood)!important}.navcta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--forest);color:#fff;padding:0 22px;min-height:50px;font-weight:800;border:0;border-radius:3px;cursor:pointer;transition:.2s}.navcta{min-height:44px}.navcta:hover,.btn:hover{background:var(--wood);transform:translateY(-1px)}.menubtn{display:none;background:none;border:0;color:var(--ink)}
.hero{background:linear-gradient(90deg,var(--paper) 0 59%,var(--sage) 59%);overflow:hidden}.herogrid{min-height:680px;padding:60px 0;display:grid;grid-template-columns:53% 47%;gap:42px;align-items:center}.eyebrow,.index{font-size:11px;letter-spacing:.2em;font-weight:800;text-transform:uppercase;color:var(--wood)}.hero h1,.pagehero h1{font:500 clamp(50px,5.4vw,78px)/1.02 Georgia,serif;letter-spacing:-.045em;margin:23px 0 25px}.hero h1 em,.manifest em{color:var(--wood);font-weight:400}.hero p,.pagehero p{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px}.actions{display:flex;gap:28px;align-items:center;margin-top:34px}.textlink{font-weight:800;color:var(--forest)}.trust{display:flex;gap:25px;margin-top:44px;padding-top:22px;border-top:1px solid var(--line);font-size:12px;font-weight:700}.trust span{display:flex;gap:7px;align-items:center}.trust svg{width:17px;color:var(--wood)}.placeholder{min-height:480px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(23,61,49,.95),rgba(185,121,63,.48)),repeating-linear-gradient(0deg,transparent 0 49px,rgba(255,255,255,.2) 50px);color:#fff;border-radius:3px}.placeholder:after{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.4);background:linear-gradient(90deg,transparent 49.8%,rgba(255,255,255,.25) 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,rgba(255,255,255,.25) 50%,transparent 50.2%)}.placeholder i{position:absolute;z-index:2;left:42px;top:38px;background:var(--cream);color:var(--forest);padding:7px 10px;font-style:normal;font-size:9px;letter-spacing:.17em;font-weight:900}.placeholder p{position:absolute;z-index:2;left:42px;right:42px;bottom:30px;margin:0;font-size:11px;line-height:1.5}.heroimage{min-height:530px;box-shadow:28px 28px 0 rgba(12,40,32,.1)}
.intro{background:#fff;border-bottom:1px solid var(--line)}.twocol{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.intro .twocol{padding:74px 0}.intro h2,.sectionhead h2,.process h2,.cycle h2,.cta h2,.productrow h2,.contactinfo h2,.empty h2{font:500 clamp(33px,3.7vw,49px)/1.13 Georgia,serif;letter-spacing:-.03em;margin:15px 0}.intro p,.process>div>div>p,.productrow p,.empty p{color:var(--muted);font-size:16px;line-height:1.8}.section{padding:104px 0}.sectionhead{display:flex;align-items:end;justify-content:space-between;margin-bottom:42px}.servicegrid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-right:0}.service{min-height:320px;padding:30px;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:.25s}.service:hover{background:#fff;transform:translateY(-5px)}.service.featured{background:var(--forest);color:#fff}.service>svg{width:35px;height:35px;color:var(--wood);margin:43px 0 24px}.service h3{font:500 25px Georgia,serif}.service p{color:var(--muted);font-size:14px;line-height:1.7}.service.featured p{color:#ccdad3}.service b{margin-top:auto;font-size:12px}.process{background:#fff}.process .twocol{grid-template-columns:45% 1fr}.step{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:20px 0;border-top:1px solid var(--line)}.step>b{color:var(--wood);font-size:12px}.step h3{margin:0 0 4px}.step p{margin:0;color:var(--muted);font-size:14px}.cycle{background:var(--deep);color:#fff;padding:90px 0}.value{border-top:1px solid #ffffff30}.value span{display:flex;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #ffffff30;font-weight:700}.value svg{width:24px;height:24px;color:#d3a16d}.cta{background:var(--wood);color:#fff}.cta>.shell{min-height:170px;display:flex;justify-content:space-between;align-items:center;gap:35px}.cta h2{font-size:36px;max-width:700px}.cta small{font-weight:800;letter-spacing:.2em}.btn.white{background:#fff;color:var(--forest)}
.pagehero{background:var(--forest);color:#fff;min-height:435px;display:flex;align-items:center;overflow:hidden}.pagehero>.shell{display:grid;grid-template-columns:1fr auto;align-items:end}.pagehero h1{max-width:900px}.pagehero p{color:#d1ded7}.pagehero>.shell>b{font:500 110px Georgia,serif;color:#ffffff12}.pagecontent{background:var(--paper)}.productrow{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center;margin-bottom:100px}.productrow.reverse>div:first-child{order:2}.checks{list-style:none;padding:0;margin:28px 0}.checks li{display:flex;gap:10px;padding:14px 0;border-top:1px solid var(--line);font-size:14px}.checks svg{width:17px;color:var(--wood)}.note{background:var(--sage);padding:24px;border-left:3px solid var(--wood)}.cardgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cardgrid article{background:#fff;border:1px solid var(--line);padding:34px;min-height:230px}.cardgrid svg{width:35px;height:35px;color:var(--wood)}.cardgrid h3{font:500 25px Georgia,serif;margin:30px 0 12px}.cardgrid p{color:var(--muted);font-size:14px;line-height:1.7}.manifest{margin-top:70px;padding:65px;background:var(--deep);color:#fff}.manifest h2{font:500 56px/1.12 Georgia,serif;margin:15px 0}.manifest small,.empty small{color:#d3a16d;letter-spacing:.2em;font-weight:800}.notice{display:flex;gap:20px;background:var(--sage);padding:28px}.notice svg{color:var(--forest);flex:none}.notice p{margin:0;color:var(--muted)}.empty{background:#fff;padding:65px;display:grid;grid-template-columns:180px 1fr;gap:50px;align-items:center}.empty>b{font:500 110px Georgia,serif;color:var(--sage);border-right:1px solid var(--line)}
.contactgrid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.contactinfo>a,.contactinfo>div{display:flex;gap:17px;padding:19px 0;border-bottom:1px solid var(--line)}.contactinfo svg{width:20px;color:var(--wood)}.contactinfo small{display:block;color:var(--muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.contactgrid form,.success{background:#fff;border:1px solid var(--line);padding:42px}.contactgrid form>small{color:var(--wood);letter-spacing:.2em;font-weight:800}.contactgrid form h2,.success h2{font:500 36px Georgia,serif;margin:8px 0 28px}.contactgrid label{display:block;font-size:11px;font-weight:800;margin-bottom:17px}.contactgrid input,.contactgrid select,.contactgrid textarea{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid var(--line);background:var(--paper);outline:none}.contactgrid input:focus,.contactgrid select:focus,.contactgrid textarea:focus{border-color:var(--wood)}.fieldrow{display:grid;grid-template-columns:1fr 1fr;gap:15px}.success>svg{width:55px;height:55px;color:var(--forest)}.whatsapp{position:fixed;right:20px;bottom:20px;width:55px;height:55px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;z-index:20;box-shadow:0 12px 28px #0003}
footer{background:#091e18;color:#9db0a7;padding-top:75px}.footgrid{display:grid;grid-template-columns:1.4fr 1.2fr 1fr .7fr;gap:45px;padding-bottom:60px}.inverse strong{color:#fff}.footgrid p{max-width:330px;line-height:1.7;font-size:14px}.footgrid h3{color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.footgrid>div>a,.footgrid>div>span{display:flex;gap:9px;align-items:flex-start;font-size:13px;margin:13px 0}.footgrid svg{width:15px}.copyright{border-top:1px solid #ffffff18;padding:22px 0;display:flex;justify-content:space-between;font-size:11px;color:#6f877c}
@media(max-width:1050px){nav{gap:11px}nav>a:not(.navcta){font-size:11px}.servicegrid{grid-template-columns:repeat(2,1fr)}.footgrid{grid-template-columns:1fr 1fr}.herogrid{grid-template-columns:50% 50%}.hero h1{font-size:58px}}
@media(max-width:820px){.shell{width:min(100% - 36px,720px)}.topbar span{display:none}.topbar>.shell{justify-content:flex-end}header{height:72px}.menubtn{display:block}nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--paper);padding:14px 18px 24px;box-shadow:0 15px 30px #0002;flex-direction:column;align-items:stretch}nav.open{display:flex}nav>a:not(.navcta){height:auto;padding:12px 4px;border-bottom:1px solid var(--line)}.navcta{margin-top:10px}.hero{background:var(--paper)}.herogrid,.twocol,.productrow,.contactgrid{grid-template-columns:1fr}.herogrid{padding:70px 0;gap:45px}.heroimage{min-height:460px}.intro .twocol{gap:22px}.process .twocol{grid-template-columns:1fr;gap:50px}.pagehero>.shell{grid-template-columns:1fr}.pagehero>.shell>b{display:none}.productrow{gap:35px}.productrow.reverse>div:first-child{order:0}.contactgrid{gap:40px}.cta>.shell{align-items:flex-start;flex-direction:column;justify-content:center}.empty{grid-template-columns:1fr}.empty>b{border-right:0;border-bottom:1px solid var(--line)}.cardgrid{grid-template-columns:1fr}}
@media(max-width:560px){.shell{width:calc(100% - 28px)}.hero h1,.pagehero h1{font-size:45px}.hero p,.pagehero p{font-size:16px}.actions,.trust{align-items:flex-start;flex-direction:column}.heroimage{min-height:400px;box-shadow:14px 14px 0 #0c28201a}.placeholder{min-height:400px}.placeholder i,.placeholder p{left:24px}.placeholder p{right:24px;bottom:22px}.section{padding:72px 0}.sectionhead{align-items:flex-start;flex-direction:column;gap:20px}.servicegrid{grid-template-columns:1fr}.service{min-height:275px}.cycle{padding:70px 0}.pagehero{min-height:390px}.manifest{padding:38px 25px}.manifest h2{font-size:40px}.empty,.contactgrid form,.success{padding:28px 20px}.fieldrow{grid-template-columns:1fr}.footgrid{grid-template-columns:1fr}.copyright{flex-direction:column;gap:7px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Brand revision — colors sampled from the supplied Bouchaib Palette logo */
:root{--ink:#174b6b;--forest:#174b6b;--deep:#0f3953;--sage:#e5edf2;--cream:#faf7ef;--paper:#fcfbf7;--wood:#c28c28;--muted:#65737d;--line:#d9e0e4}
.topbar{background:var(--deep);color:#edf3f6}header{height:96px}.navwrap{height:96px}.logo{display:block;width:218px;height:82px;object-fit:contain;object-position:left center}.footerlogo{width:250px;height:114px;filter:drop-shadow(0 3px 10px #0004);margin-bottom:12px}.brand{flex:none}nav>a:not(.navcta){height:96px}.hero{background:linear-gradient(90deg,var(--paper) 0 59%,var(--sage) 59%)}.placeholder{background:linear-gradient(135deg,rgba(23,75,107,.96),rgba(194,140,40,.58)),repeating-linear-gradient(0deg,transparent 0 49px,rgba(255,255,255,.2) 50px)}.cycle,.manifest{background:var(--deep)}.service.featured{background:var(--forest)}footer{background:#0a2d43}.inverse strong{color:#fff}
.innersection{padding:86px 0;border-top:1px solid var(--line)}.innersection.first{padding-top:0;border-top:0}.innersection.tinted{background:var(--sage);padding:70px;margin:10px 0 90px;border:0}.contenthead{max-width:780px;margin-bottom:38px}.contenthead>span{display:block;font-size:10px;letter-spacing:.2em;color:var(--wood);font-weight:900}.contenthead h2{font:500 clamp(33px,3.7vw,49px)/1.13 Georgia,serif;letter-spacing:-.03em;margin:14px 0}.contenthead>p{color:var(--muted);font-size:16px;line-height:1.8}.formatgrid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #b9cbd5;border-right:0}.formatgrid article{padding:32px 24px;background:#ffffff80;border-right:1px solid #b9cbd5}.formatgrid b,.formatgrid span{display:block}.formatgrid b{font:500 28px Georgia,serif;color:var(--forest)}.formatgrid span{font-size:12px;color:var(--muted);margin-top:9px}.processcards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.processcards article{min-height:220px;padding:28px;background:#fff;border:1px solid var(--line);position:relative}.processcards article>b{display:block;color:var(--wood);font-size:11px;letter-spacing:.16em}.processcards h3{font:500 22px Georgia,serif;margin:42px 0 12px}.processcards p{font-size:14px;line-height:1.7;color:var(--muted)}.splitband{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:start}.splitband>div>p{color:var(--muted);font-size:16px;line-height:1.8}.splitband .checks{margin:52px 0 0}.splitband .notice{margin-top:52px}.floatingactions{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:25}.floatingactions>a{position:static;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 28px #0003;transition:.2s}.floatingactions svg{width:23px}.floatingactions span{position:absolute;right:68px;background:var(--deep);padding:7px 10px;border-radius:3px;font-size:11px;font-weight:800;opacity:0;pointer-events:none;transform:translateX(5px);transition:.2s}.floatingactions a:hover span{opacity:1;transform:none}.floatcall{background:var(--wood)}.floatingactions .whatsapp{background:#25d366}.pagehero{background:var(--forest)}
@media(max-width:1120px){.logo{width:175px}nav{gap:10px}.navcta{padding-inline:14px}.processcards{grid-template-columns:repeat(2,1fr)}.formatgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){header,.navwrap{height:78px}.logo{width:180px;height:70px}nav{top:78px}nav>a:not(.navcta){height:auto}.innersection.tinted{padding:45px 30px}.splitband{grid-template-columns:1fr}.splitband .checks,.splitband .notice{margin-top:0}.footerlogo{width:225px}}
@media(max-width:560px){.logo{width:155px;height:66px}.innersection{padding:60px 0}.innersection.tinted{padding:35px 22px;margin-bottom:60px}.formatgrid,.processcards{grid-template-columns:1fr}.formatgrid{border-bottom:0}.formatgrid article{border-bottom:1px solid #b9cbd5}.processcards article{min-height:190px}.floatingactions{right:14px;bottom:14px}.floatingactions>a{width:51px;height:51px}.footerlogo{width:220px;height:100px}}

.sitephoto{margin:0;min-height:480px;position:relative;overflow:hidden;border-radius:3px;background:var(--sage)}.sitephoto img{display:block;width:100%;height:100%;min-height:480px;position:absolute;inset:0;object-fit:cover;object-position:center}.sitephoto.heroimage{min-height:530px;box-shadow:28px 28px 0 rgba(15,57,83,.13)}.sitephoto.heroimage img{min-height:530px;object-position:center}.process .sitephoto{min-height:620px}.process .sitephoto img{min-height:620px;object-position:center}.productrow .sitephoto{min-height:480px}.productrow .sitephoto img{min-height:480px}.sitephoto:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff24}
@media(max-width:820px){.sitephoto.heroimage,.sitephoto.heroimage img{min-height:460px}.process .sitephoto,.process .sitephoto img{min-height:520px}}
@media(max-width:560px){.sitephoto,.sitephoto img,.productrow .sitephoto,.productrow .sitephoto img{min-height:390px}.sitephoto.heroimage,.sitephoto.heroimage img{min-height:410px}.sitephoto.heroimage{box-shadow:14px 14px 0 rgba(15,57,83,.13)}.process .sitephoto,.process .sitephoto img{min-height:450px}}

.pagehero.withimage{min-height:470px;background:linear-gradient(90deg,var(--forest) 0 58%,#0e334b 58%)}.pagehero.withimage>.shell{display:grid;grid-template-columns:52% 48%;align-items:stretch;min-height:470px}.pageherocopy{display:flex;flex-direction:column;justify-content:center;padding:58px 54px 58px 0;position:relative;z-index:2}.pageheroimage{margin:0;min-height:470px;position:relative;overflow:hidden}.pageheroimage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--forest) 0,transparent 24%)}.pageheroimage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.pagehero:not(.withimage)>.shell{grid-template-columns:1fr}.pagehero>.shell>b{display:none}
@media(max-width:820px){.pagehero.withimage{background:var(--forest)}.pagehero.withimage>.shell{width:100%;grid-template-columns:1fr;min-height:auto}.pageherocopy{padding:55px max(18px,calc((100vw - 720px)/2)) 44px}.pageheroimage{min-height:330px}.pageheroimage:after{background:linear-gradient(180deg,var(--forest) 0,transparent 28%)}}
@media(max-width:560px){.pageherocopy{padding:48px 14px 38px}.pageheroimage{min-height:280px}}

.faqgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.faqgrid article{background:#fff;border:1px solid var(--line);padding:30px}.faqgrid h3{font:500 21px/1.3 Georgia,serif;color:var(--forest);margin:0 0 12px}.faqgrid p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.faqgrid a{color:var(--wood);font-weight:800;text-decoration:underline;text-underline-offset:3px}.related{background:#edf2f5;border-top:1px solid var(--line);padding:44px 0}.related>.shell>span{display:block;font-size:10px;letter-spacing:.2em;color:var(--wood);font-weight:900;margin-bottom:18px}.related>.shell>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #cdd9df;border-right:0}.related a{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:20px;border-right:1px solid #cdd9df;font-size:13px;font-weight:800;color:var(--forest);background:#ffffff80}.related a:hover{background:#fff}.related svg{width:16px;flex:none;color:var(--wood)}
@media(max-width:820px){.related>.shell>div{grid-template-columns:1fr 1fr}.faqgrid{grid-template-columns:1fr}}
@media(max-width:560px){.related>.shell>div{grid-template-columns:1fr}.related a{border-bottom:1px solid #cdd9df}}
