@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap");

:root { --bg:#fff; --surface-soft:#f7f5fb; --border:rgba(92,43,130,.14); --text:#1f2544; --muted:#4f5878; --primary:#5c2b82; --primary-dark:#3f1c62; --teal:#138b98; --blue:#2f4aa0; --accent:#d7a441; --shadow:0 18px 44px rgba(31,37,68,.09); --container:1280px; --gutter:48px; --heading:"Manrope","Avenir Next",sans-serif; --body:"Inter","Segoe UI",sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:28px; }
body { margin:0; color:var(--text); background:var(--bg); font-family:var(--body); -webkit-font-smoothing:antialiased; }
h1,h2,h3,.eyebrow,.nav-links,.button,.form-step,.address-label { font-family:var(--heading); }
h1,h2,h3,p { margin-top:0; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button,input,select,textarea { font:inherit; }
.container { width:min(calc(100% - var(--gutter)),var(--container)); margin:0 auto; }
.site-shell { overflow:hidden; }
.topbar,.site-header { position:relative; z-index:20; padding:30px 0 18px; background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.46) 72%,rgba(255,255,255,0)); backdrop-filter:blur(8px); }
.nav { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:inline-flex; align-items:center; }
.brand img { width:90px; height:auto; }
.nav-links { display:flex; align-items:center; gap:30px; color:var(--text); font-size:.96rem; font-weight:600; letter-spacing:-.02em; }
.nav-actions { display:flex; align-items:center; gap:14px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:0 22px; border:1px solid transparent; border-radius:12px; font-weight:700; letter-spacing:-.02em; cursor:pointer; transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }
.button:hover { transform:translateY(-2px); box-shadow:0 10px 24px rgba(31,37,68,.14); }
.button-primary { color:#fff; background:var(--primary); }
.button-primary:hover { background:var(--primary-dark); }
.eyebrow { display:inline-block; margin-bottom:15px; color:var(--primary); font-size:.78rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }

.contact-hero { position:relative; min-height:610px; display:grid; align-items:center; overflow:hidden; background:#0d7181; }
.contact-hero::before { content:""; position:absolute; inset:0; background:url("../images/contact-hero.png") center/cover no-repeat; transform:scale(1.01); }
.contact-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 34%,rgba(255,255,255,.72) 49%,rgba(255,255,255,.06) 72%),linear-gradient(0deg,rgba(38,18,75,.12),transparent 46%); }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.04fr .96fr; padding:68px 0 86px; }
.hero-copy { max-width:675px; }
.breadcrumb { display:flex; align-items:center; gap:10px; margin-bottom:28px; color:var(--muted); font-size:.9rem; }
.breadcrumb a { color:var(--primary); font-weight:700; }
h1 { margin-bottom:25px; color:var(--primary); font-size:clamp(3.7rem,6vw,5.35rem); line-height:.97; letter-spacing:-.068em; }
.hero-copy>p { max-width:610px; margin-bottom:30px; color:var(--muted); font-size:1.12rem; line-height:1.78; }

.contact-section { position:relative; padding:105px 0 112px; }
.contact-section::before { content:""; position:absolute; top:90px; left:-180px; width:480px; height:480px; border-radius:50%; background:radial-gradient(circle,rgba(19,139,152,.1),transparent 68%); pointer-events:none; }
.contact-layout { position:relative; display:grid; grid-template-columns:.86fr 1.14fr; gap:82px; align-items:start; }
.contact-intro { padding-top:12px; }
.contact-intro>h2,.visit-heading h2,.form-heading h2 { color:var(--primary); font-size:clamp(2.3rem,4vw,3.5rem); line-height:1.04; letter-spacing:-.055em; }
.contact-intro>p { max-width:540px; margin-bottom:34px; color:var(--muted); font-size:1.02rem; line-height:1.8; }
.contact-cards { display:grid; gap:12px; }
.contact-card { display:flex; align-items:center; gap:16px; min-height:78px; padding:15px 18px; border:1px solid var(--border); border-radius:16px; background:#fff; transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
a.contact-card:hover { transform:translateX(4px); border-color:rgba(92,43,130,.35); box-shadow:0 12px 28px rgba(31,37,68,.07); }
.contact-icon { width:44px; height:44px; flex:0 0 auto; display:grid; place-items:center; border-radius:13px; color:#fff; background:linear-gradient(135deg,var(--primary),var(--blue)); font:800 1rem var(--heading); }
.contact-card small { display:block; margin-bottom:5px; color:var(--muted); font-size:.73rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.contact-card strong { color:var(--text); font-size:.96rem; overflow-wrap:anywhere; }
.hours-card { margin-top:20px; padding:25px 26px; border-radius:18px; color:#fff; background:linear-gradient(135deg,#2d174d,#263967 65%,#175767); box-shadow:var(--shadow); }
.hours-heading { display:flex; align-items:center; gap:14px; margin-bottom:20px; }
.hours-heading .contact-icon { width:38px; height:38px; color:var(--primary); background:#fff; }
.hours-heading h3 { margin:0; font-size:1.15rem; }
.hours-card dl { display:grid; gap:13px; margin:0; }
.hours-card dl div { display:grid; grid-template-columns:1fr auto; gap:18px; padding-bottom:13px; border-bottom:1px solid rgba(255,255,255,.13); }
.hours-card dt { color:rgba(255,255,255,.72); font-size:.83rem; line-height:1.5; }
.hours-card dd { margin:0; font-weight:700; font-size:.85rem; white-space:nowrap; }
.hours-card>p { margin:15px 0 0; color:rgba(255,255,255,.63); font-size:.78rem; }

.form-card { padding:42px; border:1px solid var(--border); border-radius:26px; background:linear-gradient(145deg,#fff,#faf8fd); box-shadow:var(--shadow); }
.form-heading { margin-bottom:30px; }
.form-step { display:inline-block; margin-bottom:12px; color:var(--teal); font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.form-heading h2 { margin-bottom:10px; font-size:clamp(2rem,3.4vw,2.8rem); }
.form-heading p { margin:0; color:var(--muted); font-size:.88rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:8px; margin-bottom:19px; }
.field label { color:var(--text); font-size:.82rem; font-weight:800; }
.field label span,.consent span span { color:#9b326b; }
.field input,.field select,.field textarea { width:100%; border:1px solid rgba(31,37,68,.17); border-radius:11px; outline:0; color:var(--text); background:#fff; transition:border-color .18s ease,box-shadow .18s ease; }
.field input,.field select { height:50px; padding:0 14px; }
.field textarea { min-height:145px; padding:13px 14px; resize:vertical; line-height:1.6; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--primary); box-shadow:0 0 0 4px rgba(92,43,130,.1); }
.field input::placeholder,.field textarea::placeholder { color:#8b91a8; }
.consent { display:flex; align-items:flex-start; gap:11px; margin:2px 0 22px; color:var(--muted); font-size:.8rem; line-height:1.55; cursor:pointer; }
.consent input { width:17px; height:17px; margin:2px 0 0; accent-color:var(--primary); }
.submit-button { width:100%; }
.form-note { margin:13px 0 0; color:var(--muted); font-size:.74rem; line-height:1.55; text-align:center; }
.form-status { min-height:1.4em; margin:10px 0 0; color:var(--teal); font-size:.78rem; font-weight:700; text-align:center; }

.visit-section { padding:102px 0 110px; background:linear-gradient(180deg,#f8f7fb 0%,#fff 92%); }
.visit-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:40px; }
.visit-heading h2 { max-width:720px; margin-bottom:0; }
.visit-heading>p { max-width:390px; margin-bottom:7px; color:var(--muted); line-height:1.7; }
.map-card { position:relative; min-height:470px; overflow:hidden; border:1px solid var(--border); border-radius:26px; background:#ddd; box-shadow:var(--shadow); }
.map-card iframe { width:100%; height:470px; display:block; border:0; filter:saturate(.78) contrast(.96); }
.address-panel { position:absolute; right:25px; bottom:25px; width:min(340px,calc(100% - 50px)); padding:27px 28px; border:1px solid rgba(255,255,255,.3); border-radius:18px; background:rgba(45,23,77,.94); color:#fff; box-shadow:0 18px 38px rgba(31,37,68,.22); backdrop-filter:blur(10px); }
.address-label { display:block; margin-bottom:13px; color:#8de0df; font-size:.68rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.address-panel h3 { margin-bottom:8px; font-size:1.35rem; }
.address-panel p { margin-bottom:18px; color:rgba(255,255,255,.75); line-height:1.6; }
.address-panel a { color:#fff; font-size:.84rem; font-weight:800; }
.delivery-note { display:grid; grid-template-columns:auto 1fr; gap:21px; margin-top:28px; padding:31px 34px; border:1px solid rgba(215,164,65,.34); border-radius:20px; background:#fffaf0; }
.notice-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; color:#fff; background:linear-gradient(135deg,#9c671b,var(--accent)); font:800 1.1rem var(--heading); }
.delivery-note .eyebrow { margin-bottom:8px; color:#90611b; }
.delivery-note h3 { margin-bottom:8px; font-size:1.26rem; }
.delivery-note p { margin:0; color:var(--muted); line-height:1.7; }
.court-note { margin:25px 0 0; color:var(--muted); font-size:.85rem; line-height:1.65; }
.court-note a { color:var(--primary); font-weight:800; }

.site-footer { width:100%; padding:46px max(32px,calc((100vw - var(--container))/2)) 28px; color:rgba(255,255,255,.88); background:linear-gradient(90deg,#26124b 0%,#2e1960 45%,#341f72 100%); }
.footer-grid { display:grid; grid-template-columns:1.45fr 1fr 1fr 1fr 1.12fr; gap:28px; }
.footer-column { display:flex; flex-direction:column; gap:11px; }
.footer-brand img { width:122px; margin-bottom:13px; }
.footer-brand-copy { max-width:245px; color:rgba(255,255,255,.72); font-size:.9rem; line-height:1.65; }
.footer-title { margin-bottom:4px; color:#fff; font-size:.95rem; font-weight:800; }
.footer-links { display:grid; gap:9px; color:rgba(255,255,255,.77); font-size:.88rem; }
.footer-links a:hover { color:#fff; }
.footer-meta { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-top:34px; padding-top:24px; border-top:1px solid rgba(255,255,255,.13); color:rgba(255,255,255,.62); font-size:.84rem; }
.footer-meta-links { display:flex; flex-wrap:wrap; gap:14px; }
.reveal { opacity:0; transform:translateY(20px); transition:opacity .55s ease,transform .55s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }
@media (max-width:1100px) { .contact-layout { gap:45px; } .footer-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:900px) { .nav { flex-wrap:wrap; gap:18px; } .nav-links { order:3; width:100%; } .nav-actions { margin-left:auto; } .hero-grid { grid-template-columns:1fr; } .contact-layout { grid-template-columns:1fr; } .contact-intro { max-width:700px; } .contact-cards { grid-template-columns:repeat(3,1fr); } .contact-card { align-items:flex-start; flex-direction:column; } .visit-heading { align-items:flex-start; flex-direction:column; gap:14px; } }
@media (max-width:680px) { :root { --gutter:28px; } .topbar { padding-top:16px; padding-bottom:12px; } .brand { width:100%; justify-content:center; } .brand img { width:82px; } .nav-actions { width:100%; margin-left:0; } .nav-actions .button { width:100%; } .contact-hero { min-height:665px; } .contact-hero::before { background-position:63% center; } .contact-hero::after { background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 59%,rgba(255,255,255,.56) 100%); } .hero-grid { padding:50px 0 72px; } .hero-copy>p { font-size:1rem; } .contact-section,.visit-section { padding:76px 0 82px; } .contact-cards { grid-template-columns:1fr; } .contact-card { align-items:center; flex-direction:row; } .form-card { padding:30px 22px; border-radius:21px; } .form-row { grid-template-columns:1fr; gap:0; } .hours-card dl div { grid-template-columns:1fr; gap:5px; } .hours-card dd { white-space:normal; } .map-card,.map-card iframe { height:540px; } .map-card { min-height:540px; } .address-panel { right:15px; bottom:15px; width:calc(100% - 30px); } .delivery-note { grid-template-columns:1fr; padding:27px 24px; } .footer-grid { grid-template-columns:1fr; } .site-footer { padding-right:22px; padding-left:22px; } .footer-meta { align-items:flex-start; flex-direction:column; } }
