:root{color-scheme:light dark;--bg:#fff8f1;--surface:#ffffff;--surface-soft:#fff1e2;--text:#1f2d33;--muted:#52646c;--brand:#ff7a1a;--brand-dark:#8f3a00;--brand-text:#1f2d33;--line:rgba(143,58,0,0.18);--shadow:0 18px 48px rgba(64,35,8,0.12);--radius:22px}html[data-theme="dark"]{color-scheme:dark;--bg:#101b20;--surface:#17262c;--surface-soft:#20333b;--text:#fff3e6;--muted:#d9cabc;--brand:#ff9a3d;--brand-dark:#ffb36b;--brand-text:#101b20;--line:rgba(255,154,61,0.28);--shadow:0 18px 48px rgba(0,0,0,0.35)}html[data-theme="light"]{color-scheme:light;--bg:#fff8f1;--surface:#ffffff;--surface-soft:#fff1e2;--text:#1f2d33;--muted:#52646c;--brand:#ff7a1a;--brand-dark:#8f3a00;--brand-text:#1f2d33;--line:rgba(143,58,0,0.18);--shadow:0 18px 48px rgba(64,35,8,0.12)}@media (prefers-color-scheme:dark){:root{--bg:#101b20;--surface:#17262c;--surface-soft:#20333b;--text:#fff3e6;--muted:#d9cabc;--brand:#ff9a3d;--brand-dark:#ffb36b;--brand-text:#101b20;--line:rgba(255,154,61,0.28);--shadow:0 18px 48px rgba(0,0,0,0.35)}}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:var(--brand-dark);text-decoration-thickness:0.12em;text-underline-offset:0.18em}a:hover{text-decoration-thickness:0.18em}a:focus-visible{outline:3px solid var(--brand);outline-offset:4px;border-radius:8px}.skip-link{position:absolute;inset-inline-start:1rem;top:0;z-index:20;transform:translateY(-140%);padding:0.75rem 1rem;border-radius:0 0 12px 12px;background:#101b20;color:#ffffff;transition:transform 0.16s ease}.skip-link:focus,.skip-link:focus-visible{transform:translateY(0)}.container{width:min(100% - 2rem,1080px);margin-inline:auto}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.header-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:84px}.brand{display:inline-flex;align-items:center;gap:0.75rem;color:var(--text);font-weight:850;font-size:clamp(1.1rem,2vw,1.35rem);text-decoration:none}.brand img{width:48px;height:48px}.site-nav{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap;justify-content:flex-end}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:0.75rem;flex-wrap:wrap}.site-nav a{display:inline-flex;align-items:center;min-height:44px;padding:0 0.9rem;border-radius:999px;color:var(--text);font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible{background:var(--surface-soft)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:6.8rem;min-height:44px;padding:0 0.95rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--text);font:inherit;font-weight:800;cursor:pointer}.theme-toggle:hover,.theme-toggle:focus-visible{background:var(--brand);color:var(--brand-text)}.theme-toggle:focus-visible{outline:3px solid var(--brand);outline-offset:4px}.hero{padding:clamp(3rem,8vw,6rem) 0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,0.75fr);align-items:center;gap:clamp(2rem,5vw,4rem)}.eyebrow{display:inline-flex;margin:0 0 1rem;padding:0.35rem 0.8rem;border-radius:999px;background:var(--surface-soft);color:var(--brand-dark);font-weight:850}h1,h2,h3,p{margin-top:0}h1{max-width:13ch;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,5rem);line-height:0.98;letter-spacing:0}h2{margin-bottom:1rem;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.15}h3{margin-bottom:0.5rem;font-size:1.2rem}.hero-text>p:not(.eyebrow),.notice p,.contact p{max-width:760px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem)}.actions{display:flex;gap:0.8rem;flex-wrap:wrap;margin-top:1.5rem;padding:0;list-style:none}.actions li{margin:0}.button,.mail-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.15rem;border-radius:999px;font-weight:850;text-decoration:none}.button.primary,.mail-link{background:var(--brand);color:var(--brand-text);box-shadow:0 12px 28px rgba(255,122,26,0.22)}.button.secondary{border:1px solid var(--line);color:var(--text);background:var(--surface)}.button:hover,.mail-link:hover{transform:translateY(-1px)}.hero-card{display:grid;place-items:center;min-height:280px;border-radius:var(--radius);background:var(--surface-soft);box-shadow:var(--shadow);border:1px solid var(--line)}.hero-card img{width:min(56%,210px);filter:drop-shadow(0 18px 22px rgba(0,0,0,0.18))}.notice,.content-section,.contact{padding:0 0 clamp(2.5rem,6vw,4rem)}.notice .container,.contact-panel,.cards article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.notice .container,.contact-panel{padding:clamp(1.4rem,3vw,2.2rem)}.notice .container{border-inline-start:8px solid var(--brand)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.cards article{padding:1.25rem}.cards p{color:var(--muted);margin-bottom:0}.contact-panel{text-align:center}.contact-panel p{margin-inline:auto}footer{border-top:1px solid var(--line);background:var(--surface)}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.3rem;color:var(--muted)}.footer-grid p{margin:0}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition:none !important;animation:none !important}}@media (max-width:760px){.header-grid,.footer-grid{flex-direction:column;align-items:stretch;text-align:center}.header-grid{padding-block:1rem}.brand,.site-nav,.header-actions{justify-content:center}.header-actions{flex-direction:column;width:100%}.theme-toggle{width:min(100%,11rem)}.hero{padding-top:2.2rem}.hero-grid,.cards{grid-template-columns:1fr}.hero-text{text-align:center}.hero-text>p:not(.eyebrow){margin-inline:auto}.actions{justify-content:center}h1{max-width:100%}}