/* Page-specific rules only. Shared styles: tn-base.css + tn-components.css */
/* thenet.ie — Web Design Swords (location page). Scoped under .tn-loc */

.tn-loc{
  color:var(--t-mid); font-size:17px; line-height:1.65; text-wrap:pretty;
}
.tn-loc h1,.tn-loc h2,.tn-loc h3{color:var(--t-hi); margin:0; letter-spacing:-.025em}
.tn-loc h1{font-weight:800; font-size:clamp(2.4rem,4.6vw,3.9rem); line-height:1.04}
.tn-loc h2{font-weight:800; font-size:clamp(1.9rem,3.3vw,2.7rem); line-height:1.1}
.tn-loc h3{font-weight:700; font-size:1.28rem; letter-spacing:-.02em; line-height:1.3}
.tn-loc p{margin:0}
.tn-loc a{color:var(--gold-bright); text-decoration:none}
.tn-loc a:hover{color:var(--gold); text-decoration:underline}
.tn-loc .wrap{width:100%; max-width:1200px; margin:0 auto; padding:0 32px}
.tn-loc .eyebrow{display:inline-flex; align-items:center; gap:9px; font-family:var(--font-mono); font-weight:700; font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; color:var(--gold)}
.tn-loc .eyebrow::before{content:""; width:22px; height:1.5px; background:currentColor}
.tn-loc .eyebrow.pin::before{width:6px; height:6px; border-radius:50%}
.tn-loc .btn{display:inline-flex; align-items:center; justify-content:center; gap:9px; font-family:var(--font-display); font-weight:700; font-size:1rem; border-radius:10px; padding:16px 28px; border:none; cursor:pointer; transition:transform .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease); text-decoration:none; white-space:nowrap; letter-spacing:-.01em}
.tn-loc .btn:hover{text-decoration:none}
.tn-loc .btn-primary{background:var(--grad-gold); color:var(--navy-900); box-shadow:0 2px 10px rgba(255,201,33,.18)}
.tn-loc .btn-primary:hover{color:var(--navy-900); transform:translateY(-1px); box-shadow:var(--shadow-gold)}
.tn-loc .btn-ghost{background:transparent; color:#fff; border:1.5px solid var(--hairline)}
.tn-loc .btn-ghost:hover{color:#fff; background:var(--surface-2); border-color:var(--hairline-2); transform:translateY(-1px)}
.tn-loc .btn svg{width:18px; height:18px; flex:none}

/* ---------- HERO ---------- */
.tn-loc .hero{position:relative; background:var(--grad-hero); overflow:hidden; padding:80px 0 92px}
.tn-loc .hero-grid-bg{position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:62px 62px; -webkit-mask-image:radial-gradient(ellipse 78% 75% at 74% 16%,#000,transparent 72%); mask-image:radial-gradient(ellipse 78% 75% at 74% 16%,#000,transparent 72%)}
.tn-loc .hero .wrap{position:relative; display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:start}
.tn-loc .hero h1{margin:20px 0 16px}
.tn-loc .hero .sub{font-family:var(--font-display); font-weight:600; font-size:clamp(1.12rem,1.6vw,1.4rem); line-height:1.42; color:var(--gold); margin-bottom:28px; max-width:32ch}
.tn-loc .hero .intro p{margin-bottom:18px; max-width:54ch; color:var(--t-mid)}
.tn-loc .hero .intro p:last-child{margin-bottom:0}
.tn-loc .hero-cta{display:flex; gap:13px; flex-wrap:wrap; margin-top:32px}
.tn-loc .cred{background:linear-gradient(180deg,var(--navy-850),var(--navy-870)); border:1px solid var(--hairline-2); border-radius:24px; box-shadow:var(--shadow-deep); padding:28px; position:sticky; top:28px}
.tn-loc .cred-map{height:150px; border-radius:14px; background:var(--surface-1); border:1px solid var(--hairline); position:relative; overflow:hidden; margin-bottom:22px}
.tn-loc .cred-map svg{position:absolute; inset:0; width:100%; height:100%}
.tn-loc .cred-list{display:flex; flex-direction:column; gap:16px}
.tn-loc .cred-item{display:flex; gap:13px; align-items:flex-start}
.tn-loc .cred-ico{width:38px; height:38px; flex:none; border-radius:11px; background:rgba(39,148,252,.12); border:1px solid var(--hairline); display:grid; place-items:center}
.tn-loc .cred-ico svg{width:19px; height:19px; stroke:var(--gold)}
.tn-loc .cred-k{font-family:var(--font-display); font-weight:700; font-size:.97rem; color:#fff; line-height:1.35}
.tn-loc .cred-v{font-size:.88rem; color:var(--t-mid); line-height:1.45}
.tn-loc .cred-phone{display:flex; align-items:center; gap:10px; margin-top:22px; padding-top:20px; border-top:1px solid var(--hairline); font-family:var(--font-display); font-weight:800; font-size:1.3rem; color:#fff}
.tn-loc .cred-phone svg{width:20px; height:20px; stroke:var(--gold)}

/* ---------- SERVICES ---------- */
.tn-loc .services{background:var(--navy-950); padding:96px 0}
.tn-loc .sec-head{max-width:640px; margin-bottom:46px}
.tn-loc .sec-head h2{margin:16px 0 0}
.tn-loc .svc-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.tn-loc .svc{background:var(--surface-1); border:1px solid var(--hairline); border-radius:20px; padding:30px; transition:transform .22s var(--ease),background .22s var(--ease),border-color .22s var(--ease),box-shadow .22s var(--ease)}
.tn-loc .svc:hover{transform:translateY(-4px); background:var(--surface-2); border-color:var(--hairline-2); box-shadow:var(--shadow-deep)}
.tn-loc .svc-ico{width:52px; height:52px; border-radius:14px; display:grid; place-items:center; margin-bottom:18px}
.tn-loc .svc-ico svg{width:25px; height:25px; stroke:#fff}
.tn-loc .svc h3{margin-bottom:9px}
.tn-loc .svc p{font-size:.98rem; line-height:1.6; color:var(--t-mid)}
.tn-loc .i-g{background:var(--grad-blue)}
.tn-loc .i-b{background:linear-gradient(135deg,#4fe0ab,#23b886)}
.tn-loc .i-y{background:var(--grad-gold)}
.tn-loc .i-y svg{stroke:var(--navy-900)}
.tn-loc .i-c{background:linear-gradient(135deg,#ff8a73,#ff6b52)}

/* ---------- LOCAL ---------- */
.tn-loc .local{padding:96px 0; background:var(--navy-900)}
.tn-loc .local .wrap{display:grid; grid-template-columns:1fr .85fr; gap:56px; align-items:center}
.tn-loc .local h2{margin:16px 0 22px}
.tn-loc .local p{font-size:1.08rem; max-width:52ch; color:var(--t-mid)}
.tn-loc .sectors{display:flex; flex-wrap:wrap; gap:9px; margin-top:26px}
.tn-loc .sector{font-family:var(--font-display); font-weight:600; font-size:.88rem; color:#fff; background:var(--surface-2); border:1px solid var(--hairline); border-radius:999px; padding:8px 16px}
.tn-loc .office{background:var(--grad-band); border:1px solid var(--hairline-2); color:#fff; border-radius:24px; padding:34px; position:relative; overflow:hidden; box-shadow:var(--shadow-deep)}
.tn-loc .office-lines{position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px); background-size:100% 42px}
.tn-loc .office>*{position:relative}
.tn-loc .office .lbl{font-family:var(--font-mono); font-weight:700; font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color:var(--gold)}
.tn-loc .office address{font-style:normal; font-family:var(--font-display); font-weight:700; font-size:1.32rem; line-height:1.4; color:#fff; margin:14px 0 20px}
.tn-loc .office .dist{display:flex; align-items:center; gap:11px; font-size:.95rem; color:var(--blue-soft); padding-top:20px; border-top:1px solid var(--hairline-2)}
.tn-loc .office .dist svg{width:19px; height:19px; stroke:var(--gold); flex:none}

/* ---------- CTA ---------- */
.tn-loc .cta{background:var(--navy-950); padding:0 0 100px}
.tn-loc .cta-inner{position:relative; overflow:hidden; border-radius:28px; background:var(--grad-band); border:1px solid var(--hairline-2); padding:64px 56px; box-shadow:var(--shadow-deep)}
.tn-loc .cta-glow{position:absolute; top:-120px; right:-60px; width:480px; height:480px; filter:blur(14px); background:radial-gradient(circle,rgba(255,201,33,.22),transparent 62%); pointer-events:none}
.tn-loc .cta-grid{position:relative; display:grid; grid-template-columns:1.25fr .75fr; gap:48px; align-items:center}
.tn-loc .cta h2{color:#fff; margin:16px 0}
.tn-loc .cta p{color:var(--blue-soft); font-size:1.1rem; max-width:50ch}
.tn-loc .cta-act{display:flex; flex-direction:column; gap:14px; align-items:stretch}
.tn-loc .cta-act .btn{font-size:1.05rem; padding:18px 28px}
.tn-loc .cta-note{display:flex; align-items:center; justify-content:center; font-family:var(--font-mono); font-weight:700; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:var(--blue-soft)}

@media (max-width:900px){
  .tn-loc .hero{padding:56px 0 64px}
  .tn-loc .hero .wrap,.tn-loc .local .wrap,.tn-loc .cta-grid{grid-template-columns:1fr; gap:38px}
  .tn-loc .cred{position:static}
  .tn-loc .svc-grid{grid-template-columns:1fr}
  .tn-loc .services,.tn-loc .local{padding:64px 0}
  .tn-loc .cta{padding:0 0 64px}
  .tn-loc .cta-inner{padding:40px 26px}
  .tn-loc{font-size:16px}
}
