:root{--ink:#071943;--muted:#617294;--blue:#1764f2;--line:#dbe6f5;--soft:#f4f8ff;--orange:#f97316}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f8fbff}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:68px;display:grid;grid-template-columns:270px 1fr auto;align-items:center;gap:20px;padding:0 max(24px,calc((100vw - 1420px)/2));border-bottom:1px solid var(--line);background:rgba(255,255,255,.96)}.brand img{display:block;width:210px;height:52px;object-fit:contain;object-position:left center}.nav{display:flex;justify-content:center;gap:30px;font-size:13px;font-weight:800}.nav a{padding:24px 0 20px}.nav a.active{color:var(--blue);border-bottom:3px solid var(--blue)}.lang{min-width:58px;height:36px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);font-weight:800}.main{width:min(1220px,calc(100% - 40px));margin:24px auto;flex:1}.eyebrow{color:#078899;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero{display:grid;grid-template-columns:minmax(0,.8fr) minmax(380px,1.2fr);align-items:center;min-height:260px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:white;box-shadow:0 18px 45px rgba(12,34,76,.07)}.hero-copy{padding:34px 42px}.hero h1{max-width:600px;margin:10px 0 15px;font-size:clamp(40px,5vw,68px);line-height:.95}.hero p{max-width:580px;margin:0;color:#344a70;font-size:16px;line-height:1.55}.hero-image{height:100%;min-height:260px;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.1) 28%),url("assets/coast-brittany.jpg") center/cover no-repeat}.story{display:grid;grid-template-columns:110px 1fr;gap:24px;align-items:center;margin-top:18px;padding:24px 30px;border:1px solid var(--line);border-radius:18px;background:white}.story img{width:105px;height:105px;border-radius:50%;object-fit:cover;background:var(--soft)}h2{margin:0 0 8px;font-size:21px}.story p{margin:6px 0;color:#344a70;line-height:1.5}.values{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden}.value{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:20px;border-right:1px solid var(--line)}.value:last-child{border:0}.value span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eaf2ff;color:var(--blue);font-size:22px}.value h3{margin:2px 0 5px;font-size:15px}.value p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.languages{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:20px 26px;border:1px solid var(--line);border-radius:18px;background:white}.language-list{display:flex;gap:34px}.language-item{display:flex;align-items:center;gap:10px;font-weight:850}.language-item img{width:48px;height:31px;object-fit:cover;border:1px solid #d5deec;border-radius:5px}.feedback-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,.7fr);gap:18px}.feedback-head{grid-column:1/-1;display:flex;align-items:center;gap:18px;padding:24px 28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(105deg,#fff 25%,rgba(255,255,255,.72)),url("assets/coast-brittany.jpg") center 48%/cover}.feedback-head .icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;border-radius:16px;background:#e6f7fa;color:#078899;font-size:30px}.feedback-head h1{margin:0 0 4px;font-size:34px}.feedback-head p{margin:0;color:#455a7d}.card{border:1px solid var(--line);border-radius:18px;padding:24px;background:white}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field.full{grid-column:1/-1}.field label{display:block;margin-bottom:7px;font-size:12px;font-weight:850}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd9eb;border-radius:10px;padding:12px 13px;background:#fbfdff;color:var(--ink);font:inherit}.field textarea{min-height:170px;resize:vertical}.type-row{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px}.type-row label{cursor:pointer}.type-row input{position:absolute;opacity:0}.type-row span{display:block;border:1px solid #ccd9eb;border-radius:9px;padding:9px 13px;font-size:12px;font-weight:800}.type-row input:checked+span{border-color:#078899;color:#057485;background:#eaf9fb}.form-note{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--muted);font-size:11px}.submit{border:0;border-radius:10px;padding:11px 19px;background:var(--blue);color:white;font-weight:850;cursor:pointer}.side-list{display:grid;gap:14px}.side-list div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start}.side-list span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eaf2ff;color:var(--blue)}.side-list strong{display:block;font-size:13px}.side-list small{color:var(--muted);line-height:1.4}.contact{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.contact a{color:var(--blue);font-weight:800}.footer{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;padding:15px 20px;color:#5e7091;font-size:11px;font-weight:750}.footer strong{color:var(--blue)}.footer .orange{color:var(--orange)}
@media(max-width:760px){.topbar{height:58px;grid-template-columns:1fr auto;padding:0 14px}.brand img{width:166px;height:43px}.nav{display:none}.lang{height:32px}.main{width:calc(100% - 24px);margin:12px auto}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:24px 22px}.hero h1{font-size:40px}.hero p{font-size:14px}.hero-image{min-height:140px}.story{grid-template-columns:68px 1fr;gap:14px;padding:17px}.story img{width:68px;height:68px}.story p{font-size:13px}.values{grid-template-columns:1fr 1fr}.value{padding:14px;border-bottom:1px solid var(--line)}.value:nth-child(2){border-right:0}.languages{display:block;padding:17px}.language-list{gap:12px;margin-top:14px;justify-content:space-between}.language-item{display:grid;justify-items:center;gap:5px;font-size:11px}.language-item img{width:44px;height:28px}.feedback-layout{grid-template-columns:1fr}.feedback-head{grid-column:1;padding:18px}.feedback-head h1{font-size:25px}.feedback-head .icon{width:46px;height:46px;flex-basis:46px}.card{padding:18px}.form-grid{grid-template-columns:1fr}.field.full,.type-row,.form-note{grid-column:1}.form-note{align-items:flex-start;flex-direction:column}.submit{width:100%}.footer{gap:8px 16px;padding:12px;font-size:9px}}
.nav a{font-size:inherit}
