:root { --ink:#24302b; --muted:#65716b; --line:#d8ded8; --paper:#f4f6f1; --white:#fff; --accent:#b95e3b; --olive:#dfe8dc; --blue:#dce7ee; --sand:#f0e7d7; --radius:18px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:'Avenir Next',Avenir,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; line-height:1.6; }
button, input, textarea { font:inherit; }
button { cursor:pointer; }
a { color:inherit; text-decoration:none; }
.section-wrap { width:min(1160px, calc(100% - 48px)); margin-inline:auto; }
.site-header { height:74px; width:min(1280px, calc(100% - 48px)); margin:auto; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; min-width:180px; }
.brand-mark { width:36px; height:36px; display:grid; place-items:center; background:var(--ink); color:var(--paper); border-radius:50%; font-family:Georgia,serif; font-size:22px; }
.brand strong { display:block; font-size:15px; letter-spacing:.08em; }
.brand small { display:block; color:var(--muted); font-size:10px; letter-spacing:.11em; text-transform:uppercase; }
.nav { display:flex; align-items:center; gap:28px; font-size:13px; color:var(--muted); }
.nav a:hover, .text-link:hover, .footer-links a:hover { color:var(--accent); }
.button { border:0; background:var(--accent); color:#fff; padding:14px 20px; border-radius:999px; font-size:14px; font-weight:600; letter-spacing:.01em; transition:transform .2s ease, background .2s ease; white-space:nowrap; }
.button:hover { transform:translateY(-2px); background:#a64e30; }
.button:active { transform:translateY(0) scale(.98); }
.button-small { padding:10px 17px; font-size:13px; }
.button-dark { background:var(--ink); }
.button-dark:hover { background:#35453d; }
.hero { display:grid; grid-template-columns: .92fr 1.08fr; gap:76px; align-items:center; padding:52px 0 84px; }
.hero-copy { padding-left:30px; }
.eyebrow { margin:0 0 16px; color:var(--accent); font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:Georgia,'Times New Roman',serif; font-weight:400; letter-spacing:-.035em; line-height:1.02; }
h1 { max-width:560px; margin-bottom:24px; font-size:clamp(48px, 6vw, 78px); }
h1 em { color:var(--accent); font-style:normal; }
.hero-lede { max-width:480px; margin-bottom:28px; color:var(--muted); font-size:16px; line-height:1.8; }
.hero-actions { display:flex; align-items:center; gap:22px; }
.text-link { color:var(--ink); font-size:13px; font-weight:600; }
.hero-note { display:flex; align-items:center; gap:9px; margin-top:34px; color:var(--muted); font-size:11px; }
.status-dot { width:7px; height:7px; border-radius:50%; background:#6b9562; }
.hero-visual { position:relative; }
.hero-visual img { display:block; width:100%; height:520px; object-fit:cover; border-radius:var(--radius); filter:saturate(.78); }
.visual-caption { position:absolute; bottom:16px; left:16px; right:16px; display:flex; justify-content:space-between; gap:16px; padding:12px 14px; border:1px solid rgba(255,255,255,.55); border-radius:11px; background:rgba(244,246,241,.86); backdrop-filter:blur(10px); color:var(--ink); font-size:11px; }
.visual-caption span:first-child { color:var(--accent); font-weight:700; }
.trust-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-inner { display:flex; align-items:center; gap:20px; padding:18px 0; color:var(--muted); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.trust-rule { width:46px; height:1px; background:var(--accent); }
.principles-section { padding:112px 0 124px; display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; }
h2 { font-size:clamp(38px, 5vw, 60px); margin-bottom:20px; }
.section-intro > p:last-child { max-width:330px; color:var(--muted); font-size:15px; }
.principles-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; align-self:end; }
.principle-card { min-height:280px; padding:24px; border-radius:var(--radius); display:flex; flex-direction:column; }
.card-olive { background:var(--olive); }
.card-blue { background:var(--blue); transform:translateY(28px); }
.card-sand { background:var(--sand); }
.card-index { color:var(--accent); font-size:12px; font-weight:700; }
.principle-card h3 { margin-top:auto; margin-bottom:10px; font-family:Georgia,'Times New Roman',serif; font-size:30px; font-weight:400; letter-spacing:-.02em; }
.principle-card p { margin:0; color:#5f6b63; font-size:13px; line-height:1.65; }
.process-section { display:grid; grid-template-columns:1.02fr .98fr; gap:86px; align-items:center; padding-bottom:132px; }
.process-visual { position:relative; }
.process-visual img { display:block; width:100%; height:500px; object-fit:cover; border-radius:var(--radius); filter:saturate(.72); }
.image-stamp { position:absolute; top:18px; right:18px; padding:10px 12px; background:var(--paper); border-radius:999px; color:var(--ink); font-size:11px; }
.steps { list-style:none; margin:34px 0 32px; padding:0; }
.steps li { display:grid; grid-template-columns:30px 1fr; gap:14px; padding:17px 0; border-top:1px solid var(--line); }
.steps li:last-child { border-bottom:1px solid var(--line); }
.steps li > span { color:var(--accent); font-size:12px; font-weight:700; }
.steps strong { display:block; margin-bottom:4px; font-size:14px; }
.steps p { margin:0; color:var(--muted); font-size:13px; }
.support-section { background:#e7ece6; }
.support-inner { display:grid; grid-template-columns:1fr 1fr; gap:100px; padding:102px 0 88px; }
.support-list { border-top:1px solid #b9c7ba; }
.support-list > div { display:grid; grid-template-columns:36px 1fr; gap:18px; padding:19px 0; border-bottom:1px solid #b9c7ba; }
.support-list span { color:var(--accent); font-size:12px; font-weight:700; }
.support-list p { margin:0; color:#526056; font-size:14px; }
.support-footnote { width:min(1160px, calc(100% - 48px)); margin:0 auto; padding:0 0 22px; color:#77857a; font-size:11px; }
.final-cta { display:flex; align-items:end; justify-content:space-between; gap:24px; padding:112px 0 120px; }
.final-cta h2 { margin-bottom:0; }
.site-footer { border-top:1px solid var(--line); }
.footer-inner { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:24px; padding:28px 0; }
.footer-brand { min-width:auto; }
.footer-links { display:flex; gap:18px; color:var(--muted); font-size:12px; }
.footer-inner > p { margin:0; justify-self:end; color:#8a948c; font-size:11px; }
.apply-dialog { width:min(620px, calc(100% - 32px)); max-height:calc(100dvh - 32px); overflow:auto; padding:28px; border:0; border-radius:20px; background:var(--paper); color:var(--ink); box-shadow:0 24px 80px rgba(36,48,43,.25); }
.apply-dialog::backdrop { background:rgba(36,48,43,.45); backdrop-filter:blur(4px); }
.dialog-head { display:flex; justify-content:space-between; align-items:start; gap:20px; }
.dialog-head h2 { margin-bottom:0; font-size:42px; }
.dialog-close { width:32px; height:32px; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--muted); font-size:22px; line-height:1; }
.dialog-intro { margin:18px 0 24px; color:var(--muted); font-size:13px; }
form { display:grid; gap:16px; }
label { display:grid; gap:7px; color:var(--ink); font-size:12px; font-weight:600; }
input, textarea { width:100%; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--ink); padding:12px 13px; outline:0; font-size:14px; font-weight:400; }
input:focus, textarea:focus { border-color:var(--accent); box-shadow:0 0 0 3px rgba(185,94,59,.15); }
textarea { resize:vertical; }
.form-grid { display:grid; grid-template-columns:1.3fr .7fr; gap:14px; }
.form-grid label:nth-child(3), .form-grid label:nth-child(4) { grid-column:span 1; }
.consent { display:flex; grid-template-columns:none; align-items:start; gap:9px; color:var(--muted); font-size:11px; font-weight:400; line-height:1.5; }
.consent input { width:16px; height:16px; margin-top:1px; flex:0 0 auto; }
.form-note { margin:-4px 0 0; color:#7e8a82; font-size:11px; }
.button-submit { width:100%; }
.form-status { min-height:20px; margin:0; color:#477548; font-size:12px; }
@media (max-width: 860px) { .nav { display:none; } .hero { grid-template-columns:1fr; gap:42px; padding-top:38px; } .hero-copy { padding-left:0; } .hero-visual img { height:420px; } .principles-section, .process-section, .support-inner { grid-template-columns:1fr; gap:48px; } .principles-section { padding-top:80px; } .principles-grid { max-width:720px; } .process-section { padding-bottom:88px; } .support-inner { padding-top:80px; } .footer-inner { grid-template-columns:1fr auto; } .footer-inner > p { grid-column:1 / -1; justify-self:start; } }
@media (max-width: 600px) { .section-wrap, .support-footnote { width:min(100% - 32px, 1160px); } .site-header { width:calc(100% - 32px); } .site-header .button { padding:9px 13px; } .hero { padding:28px 0 64px; } h1 { font-size:48px; } .hero-actions { align-items:start; flex-direction:column; gap:15px; } .hero-visual img { height:340px; } .trust-inner { align-items:start; flex-wrap:wrap; gap:10px 14px; font-size:10px; } .trust-rule { width:28px; } .principles-section { padding:76px 0 84px; } .principles-grid { grid-template-columns:1fr; } .principle-card { min-height:220px; } .card-blue { transform:none; } .process-visual img { height:320px; } .final-cta { align-items:start; flex-direction:column; padding:82px 0 92px; } .footer-inner { grid-template-columns:1fr; } .footer-links { order:3; } .footer-inner > p { grid-column:auto; } .dialog-head h2 { font-size:36px; } .apply-dialog { padding:22px; } .form-grid { grid-template-columns:1fr; } }
