:root{--bg: #fafaf9;--bg-elevated: #ffffff;--text: #1c1917;--text-muted: #57534e;--border: #e7e5e4;--accent: #0c4a6e;--accent-hover: #075985;--accent-soft: #e0f2fe;--radius: 12px;--shadow: 0 1px 2px rgba(28, 25, 23, .06), 0 4px 12px rgba(28, 25, 23, .04);--font-sans: "DM Sans", system-ui, sans-serif;--font-serif: "Source Serif 4", Georgia, serif;--max: 1120px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--text);background-color:var(--bg);background-image:radial-gradient(ellipse 120% 80% at 100% -20%,rgba(12,74,110,.06),transparent 50%),radial-gradient(ellipse 80% 60% at 0% 100%,rgba(12,74,110,.04),transparent 45%);background-attachment:fixed;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.wrap{width:min(100% - 2rem,var(--max));margin-inline:auto}.site-header{padding:1.25rem 0;border-bottom:1px solid var(--border);background:#fafaf9eb;backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav a{font-size:.9375rem;font-weight:600;color:var(--text-muted);text-decoration:none}.header-nav a:hover{color:var(--accent)}.brand{font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.brand:hover{color:var(--accent)}.hero{padding:3rem 0 3.5rem;overflow:hidden}@media (min-width: 768px){.hero{padding:4rem 0 4.5rem}}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width: 900px){.hero-grid{grid-template-columns:1fr minmax(280px,440px);gap:3rem}}.hero-copy{min-width:0}.hero-visual{margin:0 -.5rem;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);background:var(--bg-elevated)}.hero-visual img{display:block;width:100%;height:auto;vertical-align:middle}.hero h1{font-family:var(--font-serif);font-weight:600;font-size:clamp(2.125rem,4vw,2.875rem);line-height:1.15;letter-spacing:-.03em;margin:0 0 1.25rem;max-width:18ch}.lede{font-size:1.1875rem;color:var(--text-muted);max-width:46ch;margin:0}.section{padding:3.5rem 0}.section--soft{background:linear-gradient(180deg,#ffffffa6,#fafaf9e6);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-title{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem}.section-intro{color:var(--text-muted);margin:0 0 2rem;max-width:52ch}.principles{display:grid;gap:1rem}@media (min-width: 640px){.principles{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.principle{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.35rem;box-shadow:var(--shadow)}.principle-icon{width:2.5rem;height:2.5rem;margin-bottom:1rem;color:var(--accent);opacity:.9}.principle-icon svg{width:100%;height:100%}.principle h3{font-size:1rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.01em}.principle p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.products{display:grid;gap:1.25rem}@media (min-width: 640px){.products{grid-template-columns:repeat(2,1fr)}}.card{display:flex;flex-direction:column;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.35rem;box-shadow:var(--shadow);height:100%}.card--product{padding-top:1.25rem}.card-media{border-radius:10px;overflow:hidden;margin-bottom:1.25rem;border:1px solid rgba(12,74,110,.08);background:linear-gradient(145deg,#f8fafc,#f0f9ff)}.card-media img{display:block;width:100%;height:auto}.card h3{font-size:1.1875rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.card-body{flex:1;margin:0 0 1.35rem;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;padding:.55rem 1rem;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease}.btn-primary{background:var(--accent);color:#fff;text-decoration:none}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;color:var(--accent);border:1px solid var(--border)}.btn-ghost:hover{background:var(--accent-soft);border-color:#bae6fd;color:var(--accent-hover)}.contact-section{display:grid;gap:1.5rem;align-items:start}@media (min-width: 768px){.contact-section{grid-template-columns:1fr minmax(200px,280px);grid-template-rows:auto auto;column-gap:2rem}.contact-copy{grid-column:1 / -1}.contact-box{grid-row:2;grid-column:1;align-self:center}.contact-visual{grid-row:2;grid-column:2;justify-self:end;align-self:center}}.contact-visual{max-width:280px}.contact-visual img{display:block;width:100%;height:auto;border-radius:16px;border:1px solid var(--border)}.contact-box{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:var(--shadow);max-width:420px;display:flex;align-items:center;min-height:4.5rem}.contact-email{font-weight:600;font-size:1.125rem;color:var(--accent);text-decoration:none;word-break:break-all}.contact-email:hover{text-decoration:underline}.site-footer{padding:2.5rem 0;margin-top:2rem;border-top:1px solid var(--border)}.footer-inner{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}@media (min-width: 640px){.footer-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer-copy{font-size:.875rem;color:var(--text-muted);margin:0}.footer-links{display:flex;gap:1.25rem;font-size:.875rem}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--accent)}
