html { scroll-behavior:smooth; }
.ch { scroll-behavior:smooth; background:#FFFFFF; color:#0B0C0E; font-family:'DM Sans',sans-serif; -webkit-font-smoothing:antialiased; margin:0; padding:0; overflow-x:hidden; width:100%; }
.ch * { box-sizing:border-box; }
.ch a { color:#9a7b3c; text-decoration:none; }
.ch a:hover { color:#7a5f2f; }
.ch > div { margin:0; }

.ch-gold-text { background:linear-gradient(90deg, #b8863c 0%, #d4af6a 45%, #9a7b3c 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }

@keyframes chKenBurns { 0%{ transform:scale(1); } 100%{ transform:scale(1.14); } }

/* ═══ INTRO — unchanged ═══ */
.ch-intro { position:relative; height:100vh; width:100%; overflow:hidden; background:#1a1814; }
.ch-intro-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; animation:chKenBurns 26s ease-in-out infinite alternate; display:block; }
.ch-intro-overlay { position:absolute; inset:0; background:linear-gradient(180deg, rgba(11,12,14,.45) 0%, rgba(11,12,14,.25) 40%, rgba(11,12,14,.7) 100%); }
.ch-intro-route { position:absolute; inset:0; width:100%; height:100%; opacity:.65; }
.ch-intro-route path { fill:none; stroke:#c6a45b; stroke-width:2; stroke-dasharray:1500; stroke-dashoffset:1500; animation:chDrawRoute 12s ease-in-out infinite; }
@keyframes chDrawRoute { 0%{stroke-dashoffset:1500;} 30%{stroke-dashoffset:0;} 85%{stroke-dashoffset:0;} 100%{stroke-dashoffset:-1500;} }
@keyframes chPhaseFade { 0%{opacity:0;} 4%{opacity:1;} 30%{opacity:1;} 36%{opacity:0;} 100%{opacity:0;} }

.ch-c1, .ch-c2, .ch-c3 { position:absolute; inset:0; opacity:0; }
.ch-c1 { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:0 6vw; animation:chPhaseFade 12s ease-in-out infinite; animation-delay:0s; }
.ch-c1 h1 { font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2.4rem,8vw,7.4rem); line-height:1.04; color:#fff; margin:0; letter-spacing:-0.01em; text-shadow:0 4px 30px rgba(0,0,0,.4); }
.ch-c1 p { font-size:clamp(.95rem,1.5vw,1.2rem); color:rgba(255,255,255,.85); margin:20px 0 0; max-width:36ch; text-shadow:0 2px 12px rgba(0,0,0,.4); }

.ch-c2 { display:flex; align-items:flex-end; animation:chPhaseFade 12s ease-in-out infinite; animation-delay:4s; }
.ch-c2-bar { width:100%; background:rgba(255,255,255,.12); backdrop-filter:blur(18px); border-top:1px solid rgba(255,255,255,.2); padding:28px 6vw; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.ch-c2-bar p { font-size:.92rem; line-height:1.6; color:rgba(255,255,255,.85); margin:0; max-width:36ch; }
.ch-c2-stats { display:flex; gap:28px; flex-wrap:wrap; }
.ch-c2-stats span:first-child { font-family:'Cormorant Garamond',serif; font-size:1.7rem; background:linear-gradient(90deg, #e8c98a 0%, #f4dba3 50%, #d4af6a 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.ch-c2-stats span:last-child { font-size:.68rem; letter-spacing:.06em; text-transform:uppercase; color:rgba(255,255,255,.65); margin-left:6px; }

.ch-c3 { display:flex; align-items:flex-start; justify-content:flex-end; padding:14vh 5vw 0; animation:chPhaseFade 12s ease-in-out infinite; animation-delay:8s; }
.ch-c3-card { width:min(340px,86vw); background:rgba(255,255,255,.97); border-radius:2px; padding:32px; box-shadow:0 20px 60px rgba(0,0,0,.35); }
.ch-c3-card h3 { font-family:'Cormorant Garamond',serif; font-weight:500; font-size:1.4rem; color:#0B0C0E; margin:0 0 18px; }
.ch-c3-list { display:flex; flex-direction:column; gap:10px; margin-bottom:22px; }
.ch-c3-list div { display:flex; gap:10px; align-items:baseline; }
.ch-c3-check { color:#9a7b3c; font-size:.9rem; }
.ch-c3-list span:last-child { color:rgba(11,12,14,.72); font-size:.86rem; }

.ch-intro-dots { position:absolute; bottom:24px; left:50%; transform:translateX(-50%); z-index:4; display:flex; gap:8px; }
.ch-intro-dots span { width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.3); animation:chDotPulse 12s ease-in-out infinite; }
.ch-intro-dots span:nth-child(1) { animation-delay:0s; }
.ch-intro-dots span:nth-child(2) { animation-delay:4s; }
.ch-intro-dots span:nth-child(3) { animation-delay:8s; }
@keyframes chDotPulse { 0%{background:rgba(255,255,255,.3);transform:scale(1);} 4%{background:rgba(255,255,255,.95);transform:scale(1.3);} 30%{background:rgba(255,255,255,.95);transform:scale(1.3);} 36%{background:rgba(255,255,255,.3);transform:scale(1);} 100%{background:rgba(255,255,255,.3);transform:scale(1);} }

@media (max-width:760px) {
  .ch-c2-bar { flex-direction:column; align-items:flex-start; padding:22px 6vw; }
  .ch-c2-stats { gap:20px; }
  .ch-c3 { justify-content:center; padding:10vh 6vw 0; }
  .ch-c3-card { padding:26px 22px; }
}

.ch-btn { display:inline-flex; align-items:center; justify-content:center; background:#0B0C0E; color:#fff; border:none; padding:13px 30px; font-size:.82rem; font-family:'DM Sans',sans-serif; font-weight:600; letter-spacing:.03em; border-radius:999px; cursor:pointer; text-decoration:none; text-align:center; transition:transform .15s ease, box-shadow .15s ease; }
.ch-btn:hover { background:#0B0C0E; color:#fff; transform:translateY(-1px); box-shadow:0 10px 24px rgba(11,12,14,.22); }
.ch-btn-wrap { display:flex; justify-content:center; margin-top:18px; }
.ch-btn--lg { padding:15px 36px; font-size:.9rem; }

html.js-ready [data-reveal] { opacity:0; transform:translateY(28px); transition:opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
html.js-ready [data-reveal].is-on { opacity:1; transform:translateY(0); }
html.js-ready [data-reveal-stagger] { opacity:0; transform:translateY(20px); transition:opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
html.js-ready [data-reveal-stagger].is-on { opacity:1; transform:translateY(0); }
html.js-ready [data-reveal-scale] { opacity:0; transform:scale(.96); transition:opacity .7s ease, transform .7s ease; }
html.js-ready [data-reveal-scale].is-on { opacity:1; transform:scale(1); }
html.js-ready [data-reveal-fade] { opacity:0; transition:opacity .8s ease; }
html.js-ready [data-reveal-fade].is-on { opacity:1; }

/* ═══ $0 — unchanged ═══ */
.ch-zero { min-height:60vh; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:#FFFFFF; padding:8vh 24px; }
.ch-zero-num { font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(5rem,20vw,14rem); line-height:.9; color:#0B0C0E; margin:0; }
.ch-zero p { font-size:clamp(.85rem,1.4vw,1.15rem); letter-spacing:.02em; color:rgba(11,12,14,.6); margin:12px 0 0; text-transform:uppercase; }

/* ═══════════════════════════════════════════════════
   NEW — PORTAL SHOWCASE, 3D perspective tilt
   ═══════════════════════════════════════════════════ */
.cp3 { background:#FFFFFF; padding:clamp(72px,8vw,120px) clamp(24px,5vw,88px) 0; overflow:hidden; }
.cp3__inner { max-width:1500px; margin:0 auto; }

.cp3__head { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1fr); gap:clamp(28px,4vw,64px); align-items:end; }
@media (max-width:860px) { .cp3__head { grid-template-columns:1fr; } }
.cp3__eyebrow { display:flex; align-items:center; gap:14px; margin-bottom:22px; }
.cp3__eyebrow span:first-child { width:30px; height:1px; background:rgba(154,123,60,.5); }
.cp3__eyebrow-text { font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.24em; text-transform:uppercase; color:#6b7078; }
.ch-split-text .cp3__eyebrow span:first-child, .ch-enquiry-faq .cp3__eyebrow span:first-child { background:rgba(212,175,106,.6); }
.ch-split-text .cp3__eyebrow-text, .ch-enquiry-faq .cp3__eyebrow-text { color:rgba(255,255,255,.55); }
.cp3__title { font-family:'Cormorant Garamond',serif; font-weight:300; font-size:clamp(2.4rem,5.4vw,5.4rem); line-height:.98; letter-spacing:-.02em; margin:0; color:#0B0C0E; }
.cp3__lead { font-size:clamp(14.5px,1.15vw,17px); line-height:1.8; color:#4d5158; margin:0; max-width:44ch; padding-bottom:10px; }

.cp3__stage { margin:clamp(48px,6vw,88px) auto 0; max-width:860px; perspective:2000px; padding-bottom:clamp(100px,9vw,150px); }
.cp3__tilt { position:relative; transform:rotateY(-16deg) rotateX(6deg); transform-style:preserve-3d; transition:transform .9s cubic-bezier(.2,.8,.2,1); }
.cp3__tilt:hover { transform:rotateY(-4deg) rotateX(1deg); }

.cp3-frame { border-radius:16px; overflow:hidden; background:#0E1420; border:1px solid rgba(11,12,14,.1); box-shadow:0 60px 120px -46px rgba(11,12,14,.45), 0 2px 6px rgba(11,12,14,.06); }
.cp3-frame__bar { display:flex; align-items:center; gap:14px; padding:14px 18px; border-bottom:1px solid rgba(255,255,255,.08); }
.cp3-frame__dots { display:flex; gap:7px; flex:none; }
.cp3-frame__dots i { width:10px; height:10px; border-radius:50%; background:#39424f; }
.cp3-frame__url { flex:1; min-width:0; height:28px; border-radius:8px; background:rgba(255,255,255,.06); display:flex; align-items:center; gap:9px; padding:0 12px; }
.cp3-frame__url span { font-family:'IBM Plex Mono',monospace; font-size:10.5px; color:#9aa5b5; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.cp3-frame img { display:block; width:100%; height:auto; }

.cp3__float { position:absolute; right:0; bottom:clamp(-110px,-10vw,-60px); width:52%; border-radius:14px; overflow:hidden; background:#0E1420; border:1px solid rgba(11,12,14,.12); box-shadow:0 50px 100px -34px rgba(11,12,14,.5), 0 2px 6px rgba(11,12,14,.06); transform:translateZ(90px); }
.cp3__float .cp3-frame__bar { gap:11px; padding:11px 13px; }
.cp3__float .cp3-frame__dots { gap:5px; }
.cp3__float .cp3-frame__dots i { width:8px; height:8px; }
.cp3__float .cp3-frame__url { height:23px; border-radius:6px; padding:0 10px; }
.cp3__float .cp3-frame__url span { font-size:9.5px; }
@media (max-width:760px) { .cp3__float { position:static; width:70%; margin:16px auto 0; transform:none; } .cp3__stage { padding-bottom:0; } }

.cp3__foot { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(20px,3vw,48px); padding:clamp(28px,3vw,44px) 0 clamp(56px,6vw,88px); border-top:1px solid rgba(11,12,14,.12); }
@media (max-width:700px) { .cp3__foot { grid-template-columns:1fr; } }
.cp3__foot-label { font-family:'IBM Plex Mono',monospace; font-size:10px; letter-spacing:.2em; text-transform:uppercase; color:#9a7b3c; }
.cp3__foot p { font-size:14px; line-height:1.75; color:#4d5158; margin:12px 0 0; }

.cp3__cta { display:flex; margin-top:30px; }

/* ═══════════════════════════════════════════════════
   Shared editorial index system — carries the "02 The portal"
   numbering language through the rest of the page
   ═══════════════════════════════════════════════════ */
.ch-idx { display:flex; align-items:center; gap:14px; margin-bottom:22px; }
.ch-idx-num { font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.26em; color:#9a7b3c; }
.ch-idx-line { width:30px; height:1px; background:rgba(154,123,60,.5); }
.ch-idx-label { font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.26em; text-transform:uppercase; color:#6b7078; }
.ch-serif-title { font-family:'Cormorant Garamond',serif; font-weight:300; letter-spacing:-.02em; color:#0B0C0E; margin:0; }

/* Seam — a thin gold chapter-break marker used between white sections instead of a color block */
.ch-seam-wrap { display:flex; justify-content:center; padding:0 24px; }
.ch-seam { width:100%; max-width:220px; height:1px; background:linear-gradient(90deg, transparent, rgba(154,123,60,.5) 50%, transparent); }
.ch-seam-wrap::before, .ch-seam-wrap::after { content:''; }

/* ═══ 03 — BENEFITS: numbered editorial list ═══ */
.ch-benefits { background:#FFFFFF; padding:clamp(72px,8vw,120px) clamp(24px,5vw,88px); }
.ch-benefits__inner { max-width:1500px; margin:0 auto; }
.ch-benefits__head { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1fr); gap:clamp(28px,4vw,64px); align-items:end; margin-bottom:clamp(48px,6vw,84px); }
@media (max-width:860px) { .ch-benefits__head { grid-template-columns:1fr; } }
.ch-benefits__head h2 { font-size:clamp(2.2rem,5vw,4.6rem); line-height:1; }
.ch-benefits__lead { font-size:clamp(14.5px,1.15vw,17px); line-height:1.8; color:#4d5158; margin:0; max-width:44ch; padding-bottom:8px; }

.ch-blist-row { display:grid; grid-template-columns:64px minmax(0,1fr) minmax(0,1.3fr); gap:clamp(16px,3vw,40px); align-items:start; padding:clamp(26px,3vw,38px) 0; border-top:1px solid rgba(11,12,14,.1); transition:background .3s ease; }
.ch-blist-row:last-child { border-bottom:1px solid rgba(11,12,14,.1); }
.ch-blist-row:hover { background:rgba(154,123,60,.045); }
.ch-blist-n { font-family:'IBM Plex Mono',monospace; font-size:12px; color:#9a7b3c; padding-top:6px; }
.ch-blist-h { font-family:'Cormorant Garamond',serif; font-weight:400; font-size:clamp(1.5rem,2.4vw,2.1rem); color:#0B0C0E; margin:0; }
.ch-blist-p { font-size:14.5px; line-height:1.8; color:#4d5158; margin:0; padding-top:8px; }
@media (max-width:760px) { .ch-blist-row { grid-template-columns:40px 1fr; } .ch-blist-p { grid-column:1/-1; padding-left:0; } }

/* ═══ 04 — STANDARD: photo split, editorial index ═══ */
.ch-split { background:#0E1420; display:grid; grid-template-columns:1fr 1fr; min-height:70vh; }
.ch-split-text { display:flex; align-items:center; padding:clamp(40px,6vw,88px); }
.ch-split-text .ch-idx-label, .ch-split-text .ch-idx-num { color:rgba(255,255,255,.5); }
.ch-split-text .ch-idx-num { color:#d4af6a; }
.ch-split-text h2 { font-size:clamp(1.9rem,3.6vw,3rem); color:#fff; max-width:16ch; margin:0 0 22px; }
.ch-split-text p { font-size:15px; line-height:1.85; color:rgba(255,255,255,.55); margin:0; max-width:38ch; }
.ch-split-photo { position:relative; overflow:hidden; min-height:44vh; }
.ch-split-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:grayscale(15%); transform:scale(1.04); transition:transform .8s ease; }
.ch-split:hover .ch-split-photo img { transform:scale(1.1); }
@media (max-width:860px) { .ch-split { grid-template-columns:1fr; } }

/* ═══ 05 — COVERAGE: route line, editorial ═══ */
.ch-cities { background:#FFFFFF; padding:clamp(72px,8vw,120px) clamp(24px,5vw,88px); }
.ch-cities__inner { max-width:1500px; margin:0 auto; }
.ch-cities__head { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1fr); gap:clamp(28px,4vw,64px); align-items:end; margin-bottom:clamp(56px,7vw,100px); }
@media (max-width:860px) { .ch-cities__head { grid-template-columns:1fr; } }
.ch-cities__head h2 { font-size:clamp(2.2rem,5vw,4.6rem); line-height:1; }
.ch-cities__lead { font-size:clamp(14.5px,1.15vw,17px); line-height:1.8; color:#4d5158; margin:0; max-width:44ch; padding-bottom:8px; }
.ch-route { position:relative; display:flex; justify-content:space-between; }
.ch-route::before { content:''; position:absolute; top:5px; left:0; right:0; height:1px; background:rgba(11,12,14,.12); }
.ch-route-node { position:relative; display:flex; flex-direction:column; align-items:flex-start; gap:16px; }
.ch-route-dot { width:11px; height:11px; border-radius:50%; background:#fff; border:1.5px solid #9a7b3c; transition:background .2s, transform .2s; }
.ch-route-node:hover .ch-route-dot { background:#9a7b3c; transform:scale(1.25); }
.ch-route-code { font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.1em; color:#0B0C0E; font-weight:500; }
.ch-route-city { font-family:'Cormorant Garamond',serif; font-weight:300; font-size:1.6rem; color:#0B0C0E; white-space:nowrap; }
@media (max-width:900px) { .ch-route { flex-wrap:wrap; gap:32px 6vw; } .ch-route::before { display:none; } .ch-route-city { font-size:1.2rem; } }

/* ═══ 06 — FAQ + APPLICATION FORM — matches c2-enquiry-shell pattern ═══ */
.ch-form-sec { background:#FFFFFF; padding:clamp(64px,8vw,110px) clamp(24px,5vw,88px) clamp(72px,8vw,120px); }
.ch-form-sec__inner { max-width:1500px; margin:0 auto; }

.ch-form-layout { display:grid; grid-template-columns:.95fr 1.05fr; gap:0; border-radius:28px; overflow:hidden; border:1px solid rgba(11,12,14,.1); box-shadow:0 40px 90px -44px rgba(11,12,14,.35); }
@media (max-width:940px) { .ch-form-layout { grid-template-columns:1fr; } }

/* LEFT — dark glass FAQ column */
.ch-enquiry-faq { background:#0E1420; padding:clamp(30px,3.4vw,48px); position:relative; color:#fff; }
.ch-enquiry-faq::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 18% 10%, rgba(198,154,75,.2), transparent 55%), radial-gradient(circle at 95% 85%, rgba(169,205,255,.1), transparent 60%); }
.ch-enquiry-faq > * { position:relative; z-index:1; }
.ch-enquiry-faq .ch-idx-label { color:rgba(255,255,255,.55); }
.ch-enquiry-faq .ch-idx-num { color:#d4af6a; }
.ch-form-sec h2 { font-size:clamp(1.7rem,2.6vw,2.3rem); margin:0 0 12px; max-width:16ch; color:#fff; }
.ch-form-sec__lead { font-size:14px; line-height:1.8; color:rgba(255,255,255,.65); margin:0 0 28px; max-width:42ch; }

.ch-faq-item { border-radius:16px; padding:0 18px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.14); margin-bottom:10px; }
.ch-faq-item:first-child { border-top:1px solid rgba(255,255,255,.14); }
.ch-faq-q { width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 0; font-family:'Cormorant Garamond',serif; font-weight:400; font-size:1.12rem; color:#fff; cursor:pointer; list-style:none; }
.ch-faq-q::-webkit-details-marker { display:none; }
.ch-faq-q svg { flex:0 0 auto; width:15px; height:15px; color:#d4af6a; transition:transform .25s ease; }
.ch-faq-item[open] .ch-faq-q svg { transform:rotate(45deg); }
.ch-faq-a { padding-bottom:20px; }
.ch-faq-a p { color:#fff; font-size:14px; line-height:1.75; margin:0; }

.ch-login-simple-wrap { margin-top:24px; text-align:center; }
.ch-login-simple { display:inline-flex; align-items:center; justify-content:center; background:#fff; color:#0B0C0E; padding:13px 32px; border-radius:999px; font-size:.85rem; font-weight:600; letter-spacing:.02em; text-decoration:none; border:1.5px solid #fff; transition:background .18s ease, color .18s ease, border-color .18s ease; }
.ch-login-simple:hover { background:transparent; color:#fff; border-color:#fff; }

/* RIGHT — white form column with divider */
.ch-contact-form { background:#FFFFFF; padding:clamp(30px,3.4vw,48px); position:relative; }
.ch-contact-form--panel { border:none; border-radius:0; box-shadow:none; }
.ch-contact-form h3 { font-family:'Cormorant Garamond',serif; font-weight:400; font-size:1.4rem; color:#0B0C0E; margin:0 0 6px; }
.ch-contact-form > p { font-size:13px; color:#6b7078; margin:0 0 22px; max-width:46ch; }

/* ═══ 06 — CONTACT/APPLICATION — homepage aus-contact structure, themed ═══ */
.ch-contact-shell { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:0; border-radius:20px; overflow:hidden; box-shadow:0 30px 70px -34px rgba(11,12,14,.28); }
@media (max-width:900px) { .ch-contact-shell { grid-template-columns:1fr; } }

.ch-contact-visual { position:relative; min-height:420px; background-size:cover; background-position:center; }
.ch-contact-visual::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(14,20,32,.15), rgba(14,20,32,.8)); }
.ch-contact-visual-copy { position:absolute; left:0; right:0; bottom:0; padding:clamp(28px,3vw,44px); z-index:1; }
.ch-contact-visual-copy .ch-idx-label, .ch-contact-visual-copy .ch-idx-num { color:rgba(255,255,255,.55); }
.ch-contact-visual-copy .ch-idx-num { color:#d4af6a; }
.ch-contact-visual-copy h2 { font-family:'Cormorant Garamond',serif; font-weight:300; font-size:clamp(1.7rem,2.6vw,2.4rem); color:#fff; margin:0; max-width:14ch; }

.ch-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.ch-contact-field { display:flex; flex-direction:column; gap:6px; }
.ch-contact-field--full { grid-column:1/-1; }
.ch-contact-field label { font-size:.72rem; letter-spacing:.03em; color:#6b7078; }
.ch-contact-field input, .ch-contact-field textarea { padding:12px 13px; border:1px solid rgba(11,12,14,.16); border-radius:8px; font-size:.88rem; font-family:'DM Sans',sans-serif; background:#FFFFFF; color:#0B0C0E; width:100%; }
.ch-contact-field input:focus, .ch-contact-field textarea:focus { outline:none; border-color:#9a7b3c; box-shadow:0 0 0 3px rgba(154,123,60,.1); }
.ch-contact-field textarea { resize:vertical; }
.ch-contact-field.is-invalid input, .ch-contact-field.is-invalid textarea { border-color:#c0392b; background:#fdf3f2; }
.ch-field-error { display:block; font-size:.74rem; color:#c0392b; }
@media (max-width:520px) { .ch-contact-grid { grid-template-columns:1fr; } .ch-contact-field--full, .ch-contact-field { grid-column:1/-1; } }

.ch-contact-submit-row { margin-top:20px; }
.ch-recaptcha-note { font-size:.72rem; color:#8a8f96; margin-top:12px; }
.ch-recaptcha-note a { color:#8a8f96; text-decoration:underline; }
.ch-contact-small-note { font-size:.74rem; color:#8a8f96; margin:14px 0 0; }
