/* ==========================================================================
   TempoCandy — İletişim sayfası
   Kaynak: TempoCandy-iletisim-Claude-kaynak-yeni.zip → app/globals.css
   Dosya BİREBİR alınmıştır. Tek değişiklik: markupta hiç kullanılmayan
   @import "tailwindcss"; satırı çıkarıldı. Ölçü, renk, boşluk, yuvarlaklık,
   gölge ve tipografi değerlerine dokunulmadı.

   Bu sayfa kendi header/footer'ını ve kendi reset'ini taşır; bu yüzden
   styles.css / tipografi.css YÜKLENMEZ. İkisi birlikte yüklenirse tasarım
   bozulur.
   ========================================================================== */
.il-sayfa {
  /* Eski surumde main'e verilen kural. Sayfanin dekoratif ogeleri (orbit
     egrileri, ucusan yaprak/fistik) tasarim geregi kenardan tasiyor;
     kirpilmazsa mobilde sayfa yana 30px kayiyor. Sadece bu sayfaya
     ozel: site genelindeki main'e dokunmuyor. */
  min-width: 0;
  overflow: hidden;
  /* --green, --ink ve --muted bilerek yok: styles.css'teki degerlerle
     neredeyse ayniydilar, tek kaynaktan gelsinler diye devredildi.
     Kalanlar bu sayfaya ozel tonlar. */
  --cream: #fbf7ef;
  --cream-deep: #f2e8da;
  --paper: #fffdf8;
  --green-2: #1c5742;
  --orange: #ec1c24;          /* amblemden ölçülen tam kırmızı */
  --orange-dark: #c4141b;
  --olive: #788748;
  --sand: #d2b384;
  --line: rgba(18, 63, 49, .14);
  --shadow: 0 22px 60px rgba(30, 56, 43, .11);
}
input, textarea, select { font: inherit; }
.primary-button, .submit-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; background: var(--orange); box-shadow: 0 9px 20px rgba(236, 28, 36, .2); color: white; cursor: pointer; font-size: 14px; font-weight: 800; transition: .25s ease; }
.primary-button:hover, .submit-button:hover { background: var(--orange-dark); box-shadow: 0 15px 28px rgba(236, 28, 36, .25); transform: translateY(-2px); }
.il-hero { position: relative; display: grid; grid-template-columns: minmax(390px, .9fr) minmax(560px, 1.1fr); align-items: center; min-height: 696px; max-width: 1500px; margin: 0 auto; padding: 52px clamp(42px, 6vw, 96px) 64px; }
.il-hero::before { position: absolute; z-index: -1; top: 5%; right: -8%; width: 65%; height: 84%; border-radius: 50%; background: radial-gradient(circle, rgba(236, 28, 36, .1), transparent 67%); content: ""; }
.il-hero-copy { position: relative; z-index: 3; max-width: 590px; }
.il-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--olive); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.il-eyebrow i { position: relative; display: inline-block; width: 15px; height: 15px; border-radius: 70% 20% 70% 20%; background: var(--olive); transform: rotate(-35deg); }
.il-eyebrow i::after { position: absolute; top: 7px; left: 2px; width: 11px; height: 1px; background: rgba(255, 255, 255, .75); content: ""; }
.il-hero h1, .section-intro h2, .quick-heading h2, .location-copy h2, .process-copy h2 { margin: 19px 0 0; color: var(--green); font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.il-hero h1 { font-size: clamp(60px, 6.4vw, 94px); }
.il-hero h1 em, .section-intro h2 em, .quick-heading h2 em, .location-copy h2 em, .process-copy h2 em { color: var(--orange); font-style: italic; font-weight: 500; }
.il-hero-copy > p { max-width: 560px; margin: 28px 0 0; color: #50645d; font-size: 18px; line-height: 1.72; }
.il-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.primary-button { min-height: 52px; padding: 0 25px; }
.phone-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 14px; font-weight: 800; transition: color .2s ease; }
.phone-link:hover { color: var(--orange); }
.trust-note { display: flex; align-items: center; gap: 13px; max-width: 440px; margin-top: 36px; padding-top: 25px; border-top: 1px solid var(--line); }
.trust-note > span { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(120, 135, 72, .3); border-radius: 50%; background: #eff2e5; color: var(--olive); }
.trust-note p { margin: 0; color: #6a7772; font-size: 12px; line-height: 1.55; }
.trust-note strong { color: var(--green); font-size: 13px; }
.contact-orbit { position: relative; width: min(100%, 650px); aspect-ratio: 620 / 520; margin-left: auto; }
.contact-orbit::before { position: absolute; z-index: -1; inset: 14% 10%; border: 1px solid rgba(18, 63, 49, .06); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.92), rgba(255,255,255,.08) 68%); content: ""; }
.orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.orbit-lines path { fill: none; stroke-dasharray: 4 10; stroke-linecap: round; stroke-width: 2; animation: route 20s linear infinite; }
.orbit-lines .green { stroke: rgba(18, 63, 49, .65); }
.orbit-lines .orange { stroke: rgba(236, 28, 36, .7); animation-direction: reverse; }
.orbit-lines .olive { stroke: rgba(120, 135, 72, .65); }
.orbit-lines .sand { stroke: rgba(174, 126, 72, .55); animation-direction: reverse; }
@keyframes route { to { stroke-dashoffset: -280; } }
.orbit-center { position: absolute; top: 45%; left: 53%; width: 184px; height: 184px; transform: translate(-50%, -50%); }
.ring { position: absolute; inset: 0; border: 1px solid rgba(18, 63, 49, .12); border-radius: 50%; }
.ring-one { animation: pulse 4.8s ease-in-out infinite; }
.ring-two { inset: -22px; border-style: dashed; border-color: rgba(236, 28, 36,.2); animation: spin 30s linear infinite; }
@keyframes pulse { 50% { opacity: .35; transform: scale(1.07); } }
@keyframes spin { to { transform: rotate(360deg); } }
.center-card { position: absolute; inset: 15px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(18,63,49,.09); border-radius: 50%; background: var(--paper); box-shadow: 0 28px 65px rgba(41,63,51,.16), inset 0 0 0 8px #f7efe2; text-align: center; }
.center-card > span { display: grid; width: 62px; height: 62px; margin-bottom: 10px; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 9px 20px rgba(18,63,49,.22); color: white; }
.center-card small { color: var(--olive); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.center-card strong { margin-top: 4px; color: var(--green); font-family: var(--serif); font-size: 17px; font-weight: 600; }
.orbit-node { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; border: 0; background: transparent; cursor: pointer; transition: transform .3s ease; }
.orbit-node:hover { transform: translateY(-4px); }
.orbit-node > span { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(18,63,49,.12); border-radius: 50%; background: rgba(255,253,248,.96); box-shadow: 0 18px 38px rgba(35,56,45,.13); color: var(--green); }
.orbit-node small { padding: 6px 9px; border-radius: 999px; background: rgba(255,253,248,.84); color: var(--green); font-size: 11px; font-weight: 800; }
.node-mail { top: 10%; left: 42%; }
.node-phone { top: 45%; left: 4%; }
.node-pin { top: 39%; right: 1%; }
.node-form { right: 25%; bottom: 6%; }
.route-note { position: absolute; z-index: 5; right: 1%; bottom: 1%; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border: 1px solid rgba(18,63,49,.09); border-radius: 15px; background: rgba(255,253,248,.95); box-shadow: var(--shadow); }
.route-note > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--orange); color: white; }
.route-note p { margin: 0; color: #68746e; font-size: 11px; line-height: 1.4; }
.route-note strong { color: var(--green); font-size: 12px; }
.nut, .leaf { position: absolute; z-index: 3; display: block; animation: float 7s ease-in-out infinite; }
.nut { width: 13px; height: 21px; border: 2px solid #a8703e; border-radius: 55% 45%; background: #d8af75; box-shadow: inset -3px -2px 0 rgba(94,55,20,.12); transform: rotate(28deg); }
.nut::after { position: absolute; top: 2px; left: 5px; width: 1px; height: 14px; background: rgba(91,53,26,.36); content: ""; }
.n1 { top: 18%; left: 18%; animation-delay: -1s; }
.n2 { top: 27%; right: 11%; width: 10px; height: 16px; animation-delay: -3.5s; }
.n3 { bottom: 12%; left: 17%; width: 11px; height: 18px; animation-delay: -5s; }
.leaf { width: 20px; height: 11px; border-radius: 100% 0; background: var(--olive); transform: rotate(-24deg); }
.leaf::after { position: absolute; top: 5px; left: 2px; width: 16px; height: 1px; background: rgba(255,255,255,.6); content: ""; }
.l1 { top: 17%; right: 4%; animation-delay: -2s; }
.l2 { bottom: 18%; left: 4%; animation-delay: -4.5s; transform: rotate(40deg); }
@keyframes float { 50% { translate: 0 -8px; } }
.contact-section { position: relative; padding: 105px clamp(28px, 6vw, 94px) 112px; background: var(--green); }
.contact-section::before { position: absolute; top: 0; right: 9%; width: 380px; height: 170px; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0 0 100% 0; content: ""; }
.section-intro, .contact-workspace { position: relative; z-index: 2; max-width: 1340px; margin-right: auto; margin-left: auto; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 44px; }
.section-intro .il-eyebrow { grid-column: 1/-1; margin-bottom: -50px; color: #b9ce96; }
.section-intro h2 { color: white; font-size: clamp(50px, 5.4vw, 78px); }
.section-intro > p { max-width: 480px; margin: 0 0 4px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.contact-workspace { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 16px; }
.intent-panel, .form-card { border: 1px solid rgba(255,255,255,.08); border-radius: 28px; }
.intent-panel { padding: 12px; background: rgba(255,255,255,.055); }
.intent { position: relative; display: grid; grid-template-columns: 27px 43px 1fr 22px; align-items: center; width: 100%; min-height: 76px; margin-bottom: 7px; padding: 9px 13px 9px 10px; overflow: hidden; border: 1px solid transparent; border-radius: 17px; background: transparent; color: rgba(255,255,255,.82); cursor: pointer; text-align: left; transition: .25s ease; }
.intent::before { position: absolute; top: 50%; left: 0; width: 3px; height: 30px; border-radius: 0 4px 4px 0; background: var(--orange); content: ""; opacity: 0; transform: translateY(-50%) scaleY(.2); transition: .25s ease; }
.intent:hover { background: rgba(255,255,255,.06); color: white; }
.intent.selected { border-color: rgba(255,255,255,.16); background: var(--paper); box-shadow: 0 16px 35px rgba(0,0,0,.15); color: var(--green); transform: translateX(6px); }
.intent.selected::before { opacity: 1; transform: translateY(-50%); }
.intent > small { color: rgba(255,255,255,.4); font-size: 10px; font-weight: 850; }
.intent.selected > small { color: var(--orange); }
.intent > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.intent.selected > span { background: #edf1e5; color: var(--olive); }
.intent > strong { padding-left: 4px; font-size: 14px; font-weight: 750; }
.intent > svg { opacity: 0; transform: translateX(-7px); transition: .25s ease; }
.intent.selected > svg { opacity: 1; transform: none; }
.panel-note { display: flex; align-items: flex-start; gap: 11px; margin: 20px 8px 8px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.panel-note > span { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #c9dab6; }
.panel-note p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.6; }
.form-card { min-height: 660px; padding: clamp(32px, 4vw, 56px); background: var(--paper); box-shadow: 0 30px 70px rgba(0,0,0,.15); }
.form-heading { max-width: 720px; min-height: 140px; }
.form-heading > span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: #edf1e5; color: var(--olive); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.form-heading h3, .success-state h3 { margin: 17px 0 7px; color: var(--green); font-family: var(--serif); font-size: clamp(31px, 3vw, 43px); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.form-heading p, .success-state p { margin: 0; color: #6b7973; font-size: 14px; line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label > span { color: #355148; font-size: 12px; font-weight: 750; }
.form-grid label > span small { margin-left: 3px; color: #96a09c; font-size: 11px; font-weight: 600; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; border: 1px solid #e2ded5; border-radius: 13px; outline: none; background: #fbfaf6; color: var(--ink); font-size: 14px; transition: .2s ease; }
.form-grid input, .form-grid select { height: 52px; padding: 0 15px; }
.form-grid textarea { min-height: 134px; padding: 14px 15px; resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #a7aeaa; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: rgba(18,63,49,.62); background: white; box-shadow: 0 0 0 4px rgba(18,63,49,.07); }
.form-grid .full { grid-column: 1/-1; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: #718079; font-size: 11px; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--green); }
.consent a { color: var(--green); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 23px; }
.form-actions > span { display: inline-flex; align-items: center; gap: 6px; color: #8a9691; font-size: 11px; }
.form-actions > span svg { color: var(--olive); }
.submit-button { min-width: 182px; min-height: 51px; padding: 0 22px; }
.success-state { display: flex; min-height: 550px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.success-icon { display: grid; width: 86px; height: 86px; margin-bottom: 24px; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 12px #ebf0e8, 0 20px 35px rgba(18,63,49,.19); color: white; animation: pop .55s cubic-bezier(.22,1,.36,1); }
.success-state p { max-width: 440px; margin-bottom: 25px; }
@keyframes pop { from { opacity: 0; transform: scale(.65) rotate(-14deg); } }
.secondary-button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid rgba(18,63,49,.25); border-radius: 999px; background: transparent; color: var(--green); cursor: pointer; font-size: 13px; font-weight: 800; transition: .25s ease; }
.secondary-button:hover { background: var(--green); color: white; transform: translateY(-2px); }
.quick-contact { max-width: 1460px; margin: 0 auto; padding: 112px clamp(28px, 6vw, 94px) 58px; }
.quick-heading h2, .location-copy h2, .process-copy h2 { font-size: clamp(47px, 4.9vw, 70px); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 42px; }
.quick-card { display: flex; min-height: 300px; justify-content: space-between; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); transition: .3s ease; }
.quick-card:hover { border-color: rgba(18,63,49,.25); box-shadow: 0 18px 38px rgba(35,56,45,.13); transform: translateY(-7px); }
.phone-card { background: #e8eee5; }
.mail-card { background: #f6e3d3; }
.address-card { background: #eee6d5; }
.shop-card { background: var(--orange); color: white; }
.quick-top, .quick-actions { display: flex; align-items: center; justify-content: space-between; }
.quick-top > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(18,63,49,.12); border-radius: 50%; background: rgba(255,255,255,.65); color: var(--green); }
.shop-card .quick-top > span { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.1); color: white; }
.quick-top small { color: rgba(18,63,49,.43); font-size: 10px; font-weight: 850; }
.shop-card .quick-top small { color: rgba(255,255,255,.62); }
.quick-card p { margin: 0 0 6px; color: var(--olive); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.shop-card p { color: white; }
.quick-card h3 { max-width: 100%; margin: 0; overflow-wrap: anywhere; color: var(--green); font-family: var(--serif); font-size: clamp(21px, 1.7vw, 27px); font-weight: 500; letter-spacing: -.03em; line-height: 1.12; }
.shop-card h3 { color: white; }
.quick-actions { min-height: 34px; padding-top: 16px; border-top: 1px solid rgba(18,63,49,.1); }
.shop-card .quick-actions { border-color: rgba(255,255,255,.13); }
.quick-actions a { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; font-weight: 800; }
.shop-card .quick-actions a { color: white; }
.quick-actions button { display: grid; width: 31px; height: 31px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.58); color: var(--green); cursor: pointer; }
.location-section { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(400px, .8fr); gap: clamp(42px, 6vw, 90px); max-width: 1340px; margin: 0 auto; padding: 72px 0 115px; }
.abstract-map { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(18,63,49,.1); border-radius: 30px; background: #efe5d6; box-shadow: var(--shadow); }
.abstract-map::before, .abstract-map::after { position: absolute; border: 1px solid rgba(120,135,72,.18); border-radius: 50%; content: ""; }
.abstract-map::before { top: -100px; left: -80px; width: 310px; height: 310px; }
.abstract-map::after { right: -120px; bottom: -90px; width: 360px; height: 360px; }
.abstract-map > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-line { fill: none; stroke: rgba(151,118,79,.28); stroke-width: 8; }
.map-line.thin { stroke-width: 3; }
.map-route { fill: none; stroke: var(--orange); stroke-dasharray: 5 10; stroke-linecap: round; stroke-width: 3; animation: route 18s linear infinite; }
.map-label { position: absolute; padding: 5px 8px; border-radius: 7px; background: rgba(255,253,248,.76); color: #88725b; font-size: 11px; font-weight: 750; }
.omerli { top: 48%; left: 38%; }
.hadimkoy { top: 69%; left: 14%; }
.arnavutkoy { top: 19%; right: 12%; }
.map-start { position: absolute; bottom: 18%; left: 12%; display: grid; width: 39px; height: 39px; place-items: center; border: 2px solid var(--paper); border-radius: 50%; background: var(--olive); box-shadow: 0 8px 18px rgba(18,63,49,.18); color: white; }
.map-pin { position: absolute; top: 34%; right: 17%; display: flex; align-items: center; flex-direction: column; color: var(--orange); animation: marker 3s ease-in-out infinite; }
.map-pin > span { display: grid; width: 58px; height: 58px; place-items: center; border: 4px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 13px 24px rgba(178, 21, 27,.25); color: white; }
.map-pin small { margin-top: 8px; padding: 5px 8px; border-radius: 7px; background: var(--paper); box-shadow: 0 6px 14px rgba(35,56,45,.1); color: var(--green); font-size: 10px; font-weight: 850; }
@keyframes marker { 50% { transform: translateY(-5px); } }
.map-card { position: absolute; bottom: 28px; left: 28px; padding: 17px 20px; border: 1px solid rgba(18,63,49,.1); border-radius: 15px; background: rgba(255,253,248,.93); box-shadow: 0 18px 38px rgba(35,56,45,.13); }
.map-card span { display: block; margin-bottom: 4px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.map-card strong { color: var(--green); font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.25; }
.location-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.location-copy > p { max-width: 470px; margin: 24px 0 0; color: #6a7771; font-size: 16px; line-height: 1.75; }
.address-block { display: flex; align-items: flex-start; gap: 16px; margin: 26px 0 25px; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.address-block > span { display: grid; flex: 0 0 auto; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: #e9eee4; color: var(--green); }
.address-block small { display: block; margin: 2px 0 5px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.address-block strong { color: var(--green); font-size: 13px; font-weight: 700; line-height: 1.65; }
.process-section { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 70px; max-width: 1340px; margin: 0 auto 105px; padding: 58px 64px; border: 1px solid rgba(236, 28, 36,.12); border-radius: 30px; background: #f7e7d7; }
.process-section ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.process-section li { display: flex; min-height: 145px; flex-direction: column; padding: 0 26px; border-left: 1px solid rgba(18,63,49,.12); }
.process-section li > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.process-section li div { margin-top: auto; }
.process-section li strong { display: block; margin-bottom: 8px; color: var(--green); font-family: var(--serif); font-size: 20px; font-weight: 600; }
.process-section li p { margin: 0; color: #727a76; font-size: 12px; line-height: 1.55; }
@media (max-width: 1180px) {
.il-hero { grid-template-columns: minmax(350px,.82fr) minmax(470px,1.18fr); padding-right: 35px; padding-left: 45px; }
.quick-grid { grid-template-columns: repeat(2, 1fr); }
.quick-card { min-height: 255px; }
.location-section, .process-section { margin-right: 38px; margin-left: 38px; }
}
@media (max-width: 960px) {
.il-hero { grid-template-columns: 1fr; gap: 28px; padding: 74px 45px 55px; }
.il-hero-copy { max-width: 660px; }
.contact-orbit { width: min(100%,650px); margin: 0 auto; }
.section-intro { grid-template-columns: 1fr; gap: 20px; }
.section-intro .il-eyebrow { grid-column: auto; margin-bottom: 0; }
.contact-workspace { grid-template-columns: 1fr; }
.intent-panel { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }
.intent { margin: 0; }
.intent.selected { transform: translateY(-2px); }
.panel-note { grid-column: 1/-1; }
.location-section { grid-template-columns: 1fr; }
.location-copy { max-width: 650px; }
.process-section { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
.il-hero { min-height: 0; padding: 54px 22px 40px; }
.il-hero h1 { font-size: clamp(53px,16vw,74px); }
.il-hero-copy > p { font-size: 16px; }
.il-hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
.contact-orbit { width: 112%; margin-left: -6%; }
.orbit-node > span { width: 48px; height: 48px; }
.orbit-node small { display: none; }
.orbit-center { width: 145px; height: 145px; }
.center-card strong { font-size: 14px; }
.center-card > span { width: 50px; height: 50px; }
.route-note { right: 3%; bottom: -2%; }
.contact-section { padding: 80px 17px; }
.section-intro { padding: 0 8px; }
.section-intro h2, .quick-heading h2, .location-copy h2, .process-copy h2 { font-size: 47px; }
.intent-panel { grid-template-columns: 1fr; }
.panel-note { grid-column: auto; }
.intent { min-height: 69px; }
.form-card { min-height: 0; padding: 28px 20px; border-radius: 23px; }
.form-heading { min-height: 0; }
.form-grid { grid-template-columns: 1fr; }
.form-grid .full { grid-column: auto; }
.form-actions { align-items: stretch; flex-direction: column; }
.submit-button { width: 100%; }
.success-state { min-height: 420px; }
.quick-contact { padding: 82px 18px 40px; }
.quick-grid { grid-template-columns: 1fr; }
.quick-card { min-height: 235px; }
.location-section { margin: 0; padding: 48px 18px 85px; }
.abstract-map { min-height: 430px; border-radius: 24px; }
.map-card { bottom: 18px; left: 18px; }
.process-section { gap: 35px; margin: 0 18px 80px; padding: 38px 24px; }
.process-section ol { grid-template-columns: 1fr; }
.process-section li { min-height: 0; flex-direction: row; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(18,63,49,.12); border-left: 0; }
.process-section li div { margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
*::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}