/*
Theme Name: TSIOTAS ΤΕΧΝΙΚΗ — Kadence Child
Theme URI: https://itsiotas.gr
Description: Εντυπωσιακό, γρήγορο και πλήρως προσαρμοσμένο child theme για το τεχνικό γραφείο TSIOTAS ΤΕΧΝΙΚΗ.
Author: TSIOTAS ΤΕΧΝΙΚΗ
Template: kadence
Version: 1.3.3
Text Domain: tsiotas
*/

@font-face {
  font-family: "Tsiotas Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("assets/fonts/inter-greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Tsiotas Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("assets/fonts/inter-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191-2193, U+2212, U+2215;
}

@font-face {
  font-family: "Tsiotas Display";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("assets/fonts/commissioner-greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Tsiotas Display";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("assets/fonts/commissioner-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191-2193, U+2212, U+2215;
}

:root {
  --burgundy: #751218;
  --burgundy-bright: #921d25;
  --gold: #c99a25;
  --gold-light: #e1b94f;
  --ink: #121820;
  --ink-soft: #202731;
  --paper: #f5f1e9;
  --white: #fff;
  --muted: #68707a;
  --line: rgba(21, 25, 31, .13);
  --shell: min(1360px, calc(100% - 80px));
  --shadow: 0 34px 80px rgba(10, 13, 17, .17);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Tsiotas Sans", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body, button, input, textarea { font-family: inherit; }

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

svg { display: block; }

.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) auto minmax(225px, 1fr);
  align-items: center;
  min-height: 104px;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 15px;
}

.brand-mark {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(224, 189, 89, .48);
  border-radius: 50%;
}

.brand-mark svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-copy { display: grid; line-height: 1; }

.brand-copy > strong {
  font-size: 1.75rem;
  font-weight: 760;
  letter-spacing: .12em;
}

.brand-copy > span {
  display: flex;
  align-items: center;
  margin-top: 7px;
  gap: 10px;
}

.brand-copy b {
  color: var(--gold-light);
  font-size: .68rem;
  letter-spacing: .34em;
}

.brand-copy i {
  padding-left: 10px;
  font-size: .58rem;
  font-style: normal;
  font-weight: 450;
  letter-spacing: .075em;
  opacity: .67;
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: .91rem;
  font-weight: 620;
  white-space: nowrap;
}

.primary-nav a {
  position: relative;
  padding: 42px 0 38px;
  color: rgba(255, 255, 255, .76);
  transition: color .25s ease;
}

.primary-nav a::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 3px;
  content: "";
  background: var(--gold);
  transition: right .25s ease, left .25s ease;
}

.primary-nav a:hover,
.primary-nav a.active { color: var(--white); }

.primary-nav a:hover::after,
.primary-nav a.active::after { right: 0; left: 0; }

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.header-phone > svg {
  width: 25px;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-phone span { display: grid; gap: 3px; }
.header-phone small { color: rgba(255, 255, 255, .56); font-size: .64rem; letter-spacing: .08em; }
.header-phone b { font-size: .95rem; letter-spacing: .035em; }

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(107, 15, 20, .22), transparent 40%),
    linear-gradient(180deg, #11151a 0%, #1c2229 100%);
}

.hero::before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  content: "";
  background: linear-gradient(var(--gold), var(--burgundy));
}

.hero::after {
  position: absolute;
  z-index: 0;
  top: 104px;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  content: "";
  background: linear-gradient(rgba(255,255,255,.1), transparent 80%);
}

.topo-lines {
  position: absolute;
  z-index: 0;
  width: 720px;
  height: 450px;
  opacity: .18;
  filter: blur(.2px);
  background-image:
    radial-gradient(ellipse at 50% 50%, transparent 0 32%, rgba(224,189,89,.48) 32.2% 32.6%, transparent 32.9% 39%, rgba(224,189,89,.4) 39.2% 39.6%, transparent 39.9% 46%, rgba(224,189,89,.32) 46.2% 46.6%, transparent 46.9% 53%, rgba(224,189,89,.25) 53.2% 53.6%, transparent 53.9% 60%, rgba(224,189,89,.2) 60.2% 60.6%, transparent 60.9%);
}

.topo-lines--one { bottom: -45px; left: -170px; transform: rotate(11deg); }
.topo-lines--two { top: 120px; right: 18%; transform: rotate(-24deg) scale(.72); opacity: .09; }

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(470px, .91fr) minmax(590px, 1.09fr);
  align-items: center;
  min-height: 860px;
  padding-top: 104px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 72px 52px 68px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 740;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 36px;
  height: 1px;
  margin-right: 12px;
  background: currentColor;
}

.hero h1 {
  max-width: 770px;
  margin: 0;
  font-size: clamp(3.4rem, 4.25vw, 5.45rem);
  font-weight: 680;
  line-height: .99;
  letter-spacing: -.052em;
}

.hero h1 em { color: var(--gold-light); font-style: normal; }

.hero-lead {
  max-width: 670px;
  margin: 31px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 1.15rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  margin-top: 38px;
  gap: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  gap: 19px;
  font-size: .88rem;
  font-weight: 760;
  letter-spacing: .04em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--gold {
  color: var(--ink);
  background: var(--gold-light);
  box-shadow: 0 15px 32px rgba(200, 157, 39, .2);
}

.button--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(200, 157, 39, .31); }

.text-link {
  padding: 10px 0;
  color: rgba(255,255,255,.8);
  font-size: .86rem;
  font-weight: 680;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.text-link span { margin-left: 9px; color: var(--gold-light); }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 690px;
  margin-top: 70px;
  border-top: 1px solid rgba(255,255,255,.13);
}

.hero-facts div {
  display: grid;
  padding: 25px 22px 0 0;
  gap: 7px;
}

.hero-facts div + div { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-facts b { color: var(--gold-light); font-size: 1.25rem; letter-spacing: .05em; }
.hero-facts span { color: rgba(255,255,255,.58); font-size: .72rem; letter-spacing: .03em; }

.hero-visual {
  position: absolute;
  z-index: 1;
  top: 104px;
  right: calc((100vw - var(--shell)) / -2);
  bottom: 0;
  left: 48%;
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  background: #eee;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 49%;
  filter: saturate(.82) contrast(1.03);
  transform: scale(1.02);
}

.hero-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #1b2128 0%, rgba(27,33,40,.83) 8%, rgba(27,33,40,.05) 37%, transparent 60%),
    linear-gradient(0deg, rgba(16,19,23,.65), transparent 34%);
  mix-blend-mode: multiply;
}

.coordinate {
  position: absolute;
  color: rgba(21,25,31,.55);
  font-family: "Courier New", monospace;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.coordinate::before { display: inline-block; width: 19px; height: 1px; margin: 0 8px 3px 0; content: ""; background: var(--burgundy); }
.coordinate--a { top: 26%; right: 10%; }
.coordinate--b { top: 30%; right: 13%; }

.accuracy-card {
  position: absolute;
  right: 7.5%;
  bottom: 8%;
  display: flex;
  align-items: center;
  min-width: 270px;
  padding: 20px 24px;
  gap: 15px;
  color: var(--white);
  background: rgba(21,25,31,.91);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.accuracy-card .pulse { position: relative; width: 11px; height: 11px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 7px rgba(224,189,89,.12); }
.accuracy-card .pulse::after { position: absolute; inset: -8px; content: ""; border: 1px solid rgba(224,189,89,.26); border-radius: 50%; }
.accuracy-card div { display: grid; gap: 5px; }
.accuracy-card small { color: var(--gold-light); font-size: .58rem; letter-spacing: .15em; }
.accuracy-card strong { font-size: .88rem; }

.hero-index {
  position: absolute;
  z-index: 4;
  right: 30px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: .65rem;
}

.hero-index span { color: var(--burgundy); font-weight: 800; }
.hero-index i { display: block; width: 36px; height: 1px; background: rgba(21,25,31,.35); }

.trust-strip { color: var(--white); background: var(--burgundy); }

.trust-grid {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  align-items: center;
  min-height: 100px;
  gap: 38px;
}

.trust-grid > p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.trust-grid > div { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.trust-grid span { color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 760; letter-spacing: .08em; }

.section { padding: 130px 0; }

.services { background: var(--paper); }

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  margin-bottom: 68px;
  gap: 90px;
}

.eyebrow--dark { color: var(--burgundy); }

.section-heading h2,
.office-copy h2,
.offer h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4vw, 4.65rem);
  font-weight: 680;
  line-height: 1.03;
  letter-spacing: -.05em;
}

.section-heading > p {
  max-width: 570px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 42px 40px 37px;
  overflow: hidden;
  background: rgba(255,255,255,.42);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color .35s ease, background .35s ease, transform .35s ease;
}

.service-card::before {
  position: absolute;
  inset: auto -30% -72% 30%;
  height: 310px;
  content: "";
  opacity: 0;
  background: radial-gradient(ellipse, rgba(200,157,39,.22), transparent 67%);
  transition: opacity .35s ease, transform .5s ease;
}

.service-card:hover {
  z-index: 2;
  color: var(--white);
  background: var(--ink-soft);
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(17,21,26,.16);
}

.service-card:hover::before { opacity: 1; transform: translateY(-18px); }

.service-card--featured { color: var(--white); background: var(--burgundy); }

.card-no {
  position: absolute;
  top: 30px;
  right: 30px;
  color: rgba(21,25,31,.34);
  font-size: .65rem;
  font-weight: 760;
  letter-spacing: .12em;
}

.service-card--featured .card-no,
.service-card:hover .card-no { color: rgba(255,255,255,.48); }

.card-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 44px;
  place-items: center;
  color: var(--burgundy);
  border: 1px solid rgba(107,15,20,.25);
  border-radius: 50%;
}

.card-icon svg {
  width: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card--featured .card-icon,
.service-card:hover .card-icon { color: var(--gold-light); border-color: rgba(224,189,89,.42); }

.service-card h3 {
  max-width: 300px;
  margin: 0 0 17px;
  font-size: 1.45rem;
  font-weight: 720;
  letter-spacing: -.025em;
}

.service-card p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.75;
}

.service-card--featured p,
.service-card:hover p { color: rgba(255,255,255,.7); }

.service-card a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: auto;
  padding-top: 24px;
  gap: 10px;
  color: var(--burgundy);
  font-size: .74rem;
  font-weight: 760;
  border-top: 1px solid currentColor;
}

.service-card--featured a,
.service-card:hover a { color: var(--gold-light); }

.office {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 760px;
  padding: 0;
  color: var(--white);
  background: var(--ink-soft);
}

.office-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #fff;
}

.office-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 50%, rgba(34,40,49,.3)), linear-gradient(0deg, rgba(34,40,49,.45), transparent 55%);
}

.office-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 8% 50%;
}

.office-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(55px, 7vw, 140px) 90px clamp(50px, 6vw, 110px);
  overflow: hidden;
}

.office-copy::after {
  position: absolute;
  right: -190px;
  bottom: -190px;
  width: 470px;
  height: 470px;
  content: "";
  border: 1px solid rgba(224,189,89,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(224,189,89,.025), 0 0 0 90px rgba(224,189,89,.02);
}

.office-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 27px 0 0;
  color: rgba(255,255,255,.67);
  font-size: .98rem;
  line-height: 1.85;
}

.office-signature {
  display: grid;
  width: max-content;
  margin-top: 45px;
  padding: 19px 30px 19px 0;
  gap: 6px;
  border-top: 1px solid rgba(224,189,89,.5);
}

.office-signature b { font-size: .93rem; }
.office-signature span { color: var(--gold-light); font-size: .68rem; letter-spacing: .07em; }

.method { background: #fff; }
.section-heading--compact { grid-template-columns: 1fr; margin-bottom: 60px; }

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.method-grid article {
  position: relative;
  min-height: 260px;
  padding: 33px 31px 28px 0;
}

.method-grid article + article { padding-left: 31px; border-left: 1px solid var(--line); }
.method-grid b { color: var(--burgundy); font-size: .66rem; letter-spacing: .13em; }
.method-grid h3 { margin: 48px 0 14px; font-size: 1.2rem; }
.method-grid p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.72; }

.offer {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  color: var(--white);
  background: var(--burgundy);
}

.offer::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49%;
  width: 1px;
  content: "";
  background: rgba(255,255,255,.12);
}

.offer-lines {
  position: absolute;
  right: -120px;
  bottom: -230px;
  width: 700px;
  height: 480px;
  opacity: .25;
  transform: rotate(-12deg);
  background-image: radial-gradient(ellipse at center, transparent 0 25%, rgba(224,189,89,.5) 25.2% 25.5%, transparent 25.8% 33%, rgba(224,189,89,.42) 33.2% 33.5%, transparent 33.8% 41%, rgba(224,189,89,.35) 41.2% 41.5%, transparent 41.8% 49%, rgba(224,189,89,.28) 49.2% 49.5%, transparent 49.8% 57%, rgba(224,189,89,.2) 57.2% 57.5%, transparent 57.8%);
}

.offer-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 100px;
}

.offer-inner > div:last-child { padding-left: 35px; }
.offer-inner > div:last-child p { max-width: 520px; margin: 0 0 33px; color: rgba(255,255,255,.72); font-size: .98rem; line-height: 1.8; }

.site-footer { color: rgba(255,255,255,.72); background: #101318; }

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 220px;
  gap: 50px;
}

.brand--footer { color: var(--white); }

.footer-contact { display: grid; grid-template-columns: repeat(3, auto); gap: clamp(28px, 4vw, 70px); }
.footer-contact a { display: grid; gap: 9px; }
.footer-contact small { color: var(--gold-light); font-size: .56rem; letter-spacing: .13em; }
.footer-contact b { color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 620; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 32px;
  color: rgba(255,255,255,.42);
  font-size: .66rem;
  letter-spacing: .05em;
  border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width: 1280px) {
  :root { --shell: min(1160px, calc(100% - 54px)); }
  .header-inner { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .hero-inner { grid-template-columns: minmax(430px, .9fr) minmax(490px, 1.1fr); }
  .hero h1 { font-size: clamp(3.2rem, 5.1vw, 4.7rem); }
  .hero-visual { left: 49%; }
  .footer-main { align-items: flex-start; padding: 65px 0; }
  .footer-contact { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 780px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 88px; }
  .header-phone { display: none; }
  .brand-copy i { display: none; }
  .hero { min-height: 1050px; }
  .hero::after { display: none; }
  .hero-inner { display: block; min-height: 1050px; padding-top: 88px; }
  .hero-copy { padding: 74px 0 0; }
  .hero h1 { max-width: 720px; font-size: clamp(3.15rem, 9vw, 5.3rem); }
  .hero-lead { max-width: 650px; }
  .hero-facts { max-width: 610px; margin-top: 48px; }
  .hero-visual { top: auto; right: -20px; bottom: 0; left: 12%; height: 470px; clip-path: polygon(9% 0,100% 0,100% 100%,0 100%); }
  .hero-visual > img { object-position: 19% 51%; }
  .hero-index { display: none; }
  .trust-grid { grid-template-columns: 1fr; min-height: 125px; padding: 22px 0; gap: 17px; }
  .trust-grid > div { flex-wrap: wrap; justify-content: flex-start; gap: 20px 34px; }
  .section { padding: 95px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .section-heading h2, .office-copy h2, .offer h2 { font-size: clamp(2.65rem, 7.5vw, 4rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .office { grid-template-columns: 1fr; }
  .office-visual { min-height: 570px; }
  .office-copy { min-height: 640px; padding: 85px max(35px, 8vw); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .method-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .offer-inner { grid-template-columns: 1fr; gap: 45px; }
  .offer::before { display: none; }
  .offer-inner > div:last-child { padding-left: 0; }
  .footer-main { display: grid; }
  .footer-contact { grid-template-columns: repeat(3, 1fr); width: 100%; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  .header-inner { min-height: 76px; }
  .brand { gap: 10px; }
  .brand-mark { flex-basis: 42px; width: 42px; height: 42px; }
  .brand-mark svg { width: 27px; }
  .brand-copy > strong { font-size: 1.18rem; }
  .brand-copy b { font-size: .55rem; }
  .hero { min-height: 1040px; }
  .hero-inner { min-height: 1040px; padding-top: 76px; }
  .hero-copy { padding-top: 58px; }
  .eyebrow { margin-bottom: 18px; font-size: .62rem; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); line-height: 1.01; }
  .hero-lead { margin-top: 23px; font-size: .98rem; line-height: 1.66; }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-top: 29px; gap: 14px; }
  .button { width: 100%; }
  .text-link { margin-left: 2px; }
  .hero-facts { margin-top: 37px; }
  .hero-facts div { padding: 18px 7px 0 0; }
  .hero-facts div + div { padding-left: 10px; }
  .hero-facts b { font-size: .92rem; }
  .hero-facts span { font-size: .58rem; line-height: 1.35; }
  .hero-visual { right: -15px; left: -15px; height: 400px; clip-path: polygon(7% 0,100% 0,100% 100%,0 100%); }
  .hero-visual > img { object-position: 15% 50%; }
  .coordinate { display: none; }
  .accuracy-card { right: 20px; bottom: 25px; min-width: 230px; padding: 16px 18px; }
  .trust-grid > p { font-size: .62rem; }
  .trust-grid span { font-size: .65rem; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 43px; }
  .section-heading h2, .office-copy h2, .offer h2 { font-size: 2.65rem; }
  .section-heading > p { font-size: .9rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 355px; padding: 32px 27px; }
  .card-icon { margin-bottom: 34px; }
  .office-visual { min-height: 410px; }
  .office-visual img { object-position: 8% 50%; }
  .office-copy { min-height: 650px; padding: 70px 25px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article + article { min-height: 220px; padding: 29px 0; border-left: 0; border-top: 1px solid var(--line); }
  .method-grid article:first-child { border-top: 0; }
  .method-grid h3 { margin-top: 31px; }
  .offer { padding: 82px 0; }
  .footer-main { padding: 58px 0; }
  .footer-contact { grid-template-columns: 1fr; gap: 27px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* WordPress integration and inner pages. */
.tsiotas-site {
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
}

.tsiotas-site h1,
.tsiotas-site h2,
.tsiotas-site h3,
.tsiotas-site p { overflow-wrap: break-word; }

.tsiotas-site .site-header,
.tsiotas-site .site-footer { max-width: none; }

.header-inner { position: relative; }

.tsiotas-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 36px;
  list-style: none;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a { color: var(--white); }

.primary-nav .current-menu-item > a::after,
.primary-nav .current_page_item > a::after { right: 0; left: 0; }

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: var(--white);
  transition: transform .25s ease, opacity .25s ease;
}

.site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button--burgundy {
  color: var(--white);
  border: 0;
  background: var(--burgundy);
  box-shadow: 0 16px 34px rgba(107,15,20,.2);
}

.button--burgundy:hover {
  color: var(--white);
  background: var(--burgundy-bright);
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(107,15,20,.28);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.hero-visual > img {
  object-position: 19% 49%;
  transform: scale(1.18);
  transform-origin: left center;
}

.privacy-wrap { border-top: 1px solid rgba(255,255,255,.1); }

.privacy-note { padding: 24px 0; }

.privacy-note summary {
  width: max-content;
  cursor: pointer;
  color: rgba(255,255,255,.66);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .07em;
}

.privacy-note > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1000px;
  padding-top: 20px;
  gap: 42px;
}

.privacy-note p {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: .76rem;
  line-height: 1.75;
}

/* Shared inner-page hero. */
.inner-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(107,15,20,.34), transparent 45%),
    linear-gradient(180deg, #11151a 0%, #20262e 100%);
}

.inner-hero::before {
  position: absolute;
  top: 104px;
  right: 0;
  bottom: 0;
  width: 37%;
  content: "";
  opacity: .2;
  background:
    linear-gradient(90deg, transparent, rgba(224,189,89,.16)),
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255,255,255,.08) 79px 80px),
    repeating-linear-gradient(0deg, transparent 0 78px, rgba(255,255,255,.06) 79px 80px);
  clip-path: polygon(18% 0,100% 0,100% 100%,0 100%);
}

.inner-hero::after {
  position: absolute;
  top: 104px;
  bottom: 0;
  left: 8px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--gold-light), transparent 75%);
}

.inner-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
  padding-top: 144px;
  padding-bottom: 72px;
}

.inner-hero--compact,
.inner-hero--compact .inner-hero__content { min-height: 590px; }

.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0 0 34px;
  gap: 11px;
  color: rgba(255,255,255,.48);
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.breadcrumbs a { color: rgba(255,255,255,.75); }
.breadcrumbs a:hover { color: var(--gold-light); }
.breadcrumbs span { color: var(--gold-light); }

.inner-hero h1 {
  max-width: 990px;
  margin: 0;
  font-size: clamp(3.3rem, 5.2vw, 5.8rem);
  font-weight: 680;
  line-height: .99;
  letter-spacing: -.055em;
}

.inner-hero h1 em { color: var(--gold-light); font-style: normal; }

.inner-hero__content > p:last-child {
  max-width: 760px;
  margin: 31px 0 0;
  color: rgba(255,255,255,.69);
  font-size: 1.04rem;
  line-height: 1.8;
}

.topo-lines--inner {
  right: -110px;
  bottom: -150px;
  left: auto;
  width: 860px;
  height: 560px;
  opacity: .17;
  transform: rotate(-17deg);
}

/* Services page. */
.service-list { background: var(--paper); }

.service-detail {
  display: grid;
  grid-template-columns: 150px minmax(280px, .88fr) minmax(330px, 1.12fr);
  padding: 60px 0;
  gap: 48px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 35px;
}

.service-detail:last-child { border-bottom: 1px solid var(--line); }

.service-detail__index {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--burgundy);
}

.service-detail__index > span {
  padding-top: 5px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.service-detail__index svg {
  width: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-detail__intro h2 {
  margin: 0 0 19px;
  font-size: clamp(1.8rem, 2.3vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.service-detail__intro p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.78;
}

.service-detail ul {
  display: grid;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail li {
  position: relative;
  padding: 13px 0 13px 27px;
  color: #3f474f;
  font-size: .9rem;
  border-bottom: 1px solid var(--line);
}

.service-detail li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 11px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.page-cta {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  color: var(--white);
  background: var(--burgundy);
}

.page-cta::after {
  position: absolute;
  right: -180px;
  bottom: -330px;
  width: 700px;
  height: 700px;
  content: "";
  border: 1px solid rgba(224,189,89,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(224,189,89,.03), 0 0 0 110px rgba(224,189,89,.025);
}

.page-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 100px;
}

.page-cta h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.page-cta__inner > div:last-child p {
  max-width: 550px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.7);
  line-height: 1.8;
}

/* Request form. */
.request-section { background: #fff; }

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  align-items: start;
  gap: clamp(60px, 8vw, 125px);
}

.request-form-wrap > h2 {
  margin: 0 0 38px;
  font-size: clamp(2.2rem, 3.3vw, 3.7rem);
  letter-spacing: -.045em;
}

.request-form { position: relative; }

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 24px;
}

.request-form label { display: grid; gap: 10px; }

.request-form label > span {
  color: #424950;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .035em;
}

.request-form label > span b { color: var(--burgundy); }

.request-form input:not([type="checkbox"]),
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  color: var(--ink);
  border: 1px solid #d5d3ce;
  border-radius: 0;
  outline: 0;
  background: #faf9f6;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.request-form textarea {
  min-height: 165px;
  resize: vertical;
}

.request-form input:not([type="checkbox"]):focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--burgundy);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(107,15,20,.08);
}

.form-message { margin-top: 25px; }

.consent-field {
  grid-template-columns: 20px 1fr;
  align-items: start;
  margin: 25px 0 28px;
  gap: 12px !important;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--burgundy);
}

.consent-field span { font-weight: 500 !important; line-height: 1.6; }
.request-form .button { cursor: pointer; }

.request-form .button[disabled] {
  cursor: wait;
  opacity: .7;
  transform: none;
}

.form-required {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.55;
}

.form-notice {
  margin: 0 0 30px;
  padding: 17px 19px;
  font-size: .86rem;
  line-height: 1.55;
  border-left: 4px solid;
}

.form-notice--success { color: #174b30; border-color: #2e8a57; background: #eaf5ee; }
.form-notice--error { color: #69171c; border-color: var(--burgundy); background: #f8e9ea; }

.request-aside {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 30px;
}

.aside-card {
  position: relative;
  padding: 39px 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.aside-card--dark { color: var(--white); border: 0; background: var(--ink-soft); }

.aside-number {
  display: block;
  margin-bottom: 48px;
  color: var(--burgundy);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.aside-card--dark .aside-number { color: var(--gold-light); }

.aside-card h3 {
  max-width: 300px;
  margin: 0 0 25px;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.aside-card ul { margin: 0; padding: 0; list-style: none; }

.aside-card li {
  position: relative;
  padding: 10px 0 10px 21px;
  color: rgba(255,255,255,.65);
  font-size: .82rem;
  line-height: 1.55;
  border-top: 1px solid rgba(255,255,255,.1);
}

.aside-card li::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--gold-light);
}

.aside-contact {
  display: grid;
  padding: 17px 0;
  gap: 7px;
  border-top: 1px solid var(--line);
}

.aside-contact small { color: var(--burgundy); font-size: .58rem; letter-spacing: .12em; }
.aside-contact b { font-size: .84rem; }

/* Contact page. */
.contact-section { background: var(--paper); }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 80px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 35px 37px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.5);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.contact-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  box-shadow: 0 25px 58px rgba(18,22,27,.15);
}

.contact-card--dark { color: var(--white); border-color: var(--ink-soft); background: var(--ink-soft); }
.contact-card > span { align-self: flex-end; color: var(--burgundy); font-size: .65rem; font-weight: 800; letter-spacing: .13em; }
.contact-card--dark > span { color: var(--gold-light); }

.contact-card svg {
  width: 46px;
  margin: 35px 0 auto;
  fill: none;
  stroke: var(--burgundy);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card--dark svg { stroke: var(--gold-light); }
.contact-card small { margin-bottom: 8px; color: var(--burgundy); font-size: .57rem; font-weight: 750; letter-spacing: .13em; }
.contact-card--dark small { color: var(--gold-light); }
.contact-card strong { font-size: 1rem; letter-spacing: -.01em; }
.contact-card i { margin-top: 17px; color: var(--muted); font-size: .71rem; font-style: normal; }
.contact-card--dark i { color: rgba(255,255,255,.55); }

.contact-feature {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 560px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-feature__map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 38% 47%, rgba(107,15,20,.09), transparent 18%),
    linear-gradient(135deg, #e8e4db, #f8f6f1);
}

.map-grid {
  position: absolute;
  inset: -20%;
  opacity: .55;
  transform: rotate(-8deg);
  background:
    repeating-linear-gradient(75deg, transparent 0 78px, rgba(54,62,69,.13) 79px 81px),
    repeating-linear-gradient(-21deg, transparent 0 105px, rgba(54,62,69,.11) 106px 108px),
    repeating-radial-gradient(ellipse at 43% 48%, transparent 0 28px, rgba(107,15,20,.13) 29px 30px);
}

.map-marker {
  position: absolute;
  top: 44%;
  left: 43%;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translate(-50%, -50%);
}

.map-marker > span {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 6px solid var(--white);
  border-radius: 50%;
  background: var(--burgundy);
  box-shadow: 0 0 0 2px var(--burgundy), 0 12px 25px rgba(16,19,24,.22);
}

.map-marker > span::after {
  position: absolute;
  top: 15px;
  left: 2px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--burgundy);
  transform: rotate(45deg);
}

.map-marker b { color: var(--burgundy); font-size: .72rem; line-height: 1.25; letter-spacing: .06em; }

.map-coord {
  position: absolute;
  right: 28px;
  bottom: 25px;
  color: rgba(21,25,31,.5);
  font-family: "Courier New", monospace;
  font-size: .66rem;
  font-weight: 700;
  line-height: 1.7;
}

.contact-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(55px, 6vw, 95px);
}

.contact-feature__copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 3.6vw, 4rem);
  letter-spacing: -.05em;
}

.contact-feature__copy > p:not(.eyebrow) {
  margin: 27px 0 34px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.82;
}

.contact-feature__copy .button { align-self: flex-start; }

/* Generic WordPress content and 404. */
.standard-content { min-height: 380px; background: #fff; }

.prose { max-width: 900px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 2.1em 0 .6em; font-size: 2rem; letter-spacing: -.035em; }
.prose p,
.prose li { color: var(--muted); line-height: 1.82; }
.prose a { color: var(--burgundy); text-decoration: underline; text-underline-offset: 3px; }

.not-found {
  position: relative;
  min-height: 760px;
  color: var(--white);
  background: linear-gradient(135deg, #11151a, #242b33);
}

.not-found__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  padding-top: 104px;
}

.not-found__content > span {
  position: absolute;
  right: 0;
  color: rgba(224,189,89,.08);
  font-size: clamp(12rem, 28vw, 29rem);
  font-weight: 800;
  line-height: .8;
}

.not-found h1 {
  position: relative;
  max-width: 850px;
  margin: 0 0 42px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.not-found .button { position: relative; align-self: flex-start; }

@media (max-width: 1280px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: block; }
  .site-header.nav-open { background: rgba(16,19,24,.98); }
  .site-header.nav-open .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: min(420px, calc(100vw - 54px));
    padding: 18px 26px 24px;
    background: rgba(16,19,24,.98);
    border-top: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 25px 45px rgba(0,0,0,.28);
  }
  .site-header.nav-open .tsiotas-menu { display: grid; gap: 0; }
  .site-header.nav-open .primary-nav a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }
  .site-header.nav-open .primary-nav a::after { display: none; }
  .service-detail { grid-template-columns: 110px .9fr 1.1fr; gap: 35px; }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .inner-hero,
  .inner-hero__content { min-height: 620px; }
  .inner-hero--compact,
  .inner-hero--compact .inner-hero__content { min-height: 570px; }
  .inner-hero__content { padding-top: 125px; }
  .inner-hero h1 { font-size: clamp(3.1rem, 8.5vw, 5.2rem); }
  .inner-hero::before { width: 55%; }
  .service-detail {
    grid-template-columns: 92px 1fr;
    padding: 50px 0;
  }
  .service-detail ul { grid-column: 2; }
  .page-cta__inner { grid-template-columns: 1fr; gap: 42px; }
  .request-layout { grid-template-columns: 1fr; }
  .request-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card { min-height: 290px; }
  .contact-feature { grid-template-columns: 1fr; }
  .contact-feature__map { min-height: 470px; }
  .privacy-note > div { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 620px) {
  .site-header.nav-open .primary-nav { width: calc(100vw - 30px); padding-inline: 18px; }
  .nav-toggle { width: 43px; height: 43px; }
  .inner-hero,
  .inner-hero__content,
  .inner-hero--compact,
  .inner-hero--compact .inner-hero__content { min-height: 570px; }
  .inner-hero__content { padding-top: 115px; padding-bottom: 52px; }
  .breadcrumbs { margin-bottom: 26px; }
  .inner-hero h1 { font-size: clamp(2.65rem, 12.2vw, 4rem); }
  .inner-hero__content > p:last-child { margin-top: 24px; font-size: .92rem; line-height: 1.7; }
  .inner-hero::before { display: none; }
  .service-detail { grid-template-columns: 1fr; padding: 42px 0; gap: 25px; }
  .service-detail__index { justify-content: flex-start; gap: 30px; }
  .service-detail__index svg { width: 46px; }
  .service-detail ul { grid-column: auto; }
  .page-cta { padding: 78px 0; }
  .page-cta h2 { font-size: 2.7rem; }
  .form-grid { grid-template-columns: 1fr; }
  .request-form .button { width: 100%; }
  .request-aside { grid-template-columns: 1fr; }
  .aside-card { padding: 32px 27px; }
  .contact-card { min-height: 275px; padding: 30px 27px; }
  .contact-feature__map { min-height: 380px; }
  .contact-feature__copy { padding: 52px 27px; }
  .contact-feature__copy .button { align-self: stretch; }
  .privacy-note summary { width: auto; }
  .not-found,
  .not-found__content { min-height: 690px; }
  .not-found h1 { font-size: 2.85rem; }
}

/*
 * Kadence collision shield — v1.1
 * The parent theme can output Customizer styles after the child stylesheet.
 * These scoped rules preserve the intended typography and palette everywhere.
 */
body.tsiotas-site {
  --global-palette1: var(--burgundy);
  --global-palette2: var(--burgundy-bright);
  --global-palette3: var(--ink);
  --global-palette4: var(--ink-soft);
  --global-palette5: #46505b;
  --global-palette6: #6e7780;
  --global-palette7: #e9e5dc;
  --global-palette8: var(--paper);
  --global-palette9: var(--white);
  font-family: "Tsiotas Sans", "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}

.tsiotas-site :where(p, li, a, span, small, strong, b, i, label, input, select, textarea, button, summary) {
  font-family: "Tsiotas Sans", "Segoe UI", Arial, sans-serif;
}

.tsiotas-site h1,
.tsiotas-site h2,
.tsiotas-site h3,
.tsiotas-site h4,
.tsiotas-site h5,
.tsiotas-site h6 {
  color: var(--ink) !important;
  font-family: "Tsiotas Display", "Tsiotas Sans", "Segoe UI", Arial, sans-serif !important;
  font-style: normal !important;
  text-transform: none;
  text-rendering: geometricPrecision;
}

.tsiotas-site .hero h1,
.tsiotas-site .inner-hero h1,
.tsiotas-site .office-copy h2,
.tsiotas-site .offer h2,
.tsiotas-site .page-cta h2,
.tsiotas-site .not-found h1 {
  color: var(--white) !important;
}

.tsiotas-site .hero h1,
.tsiotas-site .inner-hero h1 {
  font-weight: 690 !important;
  letter-spacing: -.055em !important;
}

.tsiotas-site .hero h1 em,
.tsiotas-site .inner-hero h1 em {
  color: var(--gold-light) !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: inherit;
}

.tsiotas-site .section-heading h2,
.tsiotas-site .office-copy h2,
.tsiotas-site .offer h2,
.tsiotas-site .page-cta h2,
.tsiotas-site .contact-feature__copy h2,
.tsiotas-site .request-form-wrap > h2 {
  font-weight: 680 !important;
  letter-spacing: -.05em !important;
}

.tsiotas-site .service-card h3,
.tsiotas-site .service-detail h2,
.tsiotas-site .method-grid h3,
.tsiotas-site .aside-card h3,
.tsiotas-site .contact-card strong {
  font-family: "Tsiotas Display", "Tsiotas Sans", sans-serif !important;
  font-weight: 660 !important;
}

.tsiotas-site .service-card--featured h3,
.tsiotas-site .service-card:hover h3,
.tsiotas-site .aside-card--dark h3,
.tsiotas-site .contact-card--dark strong {
  color: var(--white) !important;
}

body.tsiotas-site .site-header {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--white) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(15,20,26,.97) !important;
  box-shadow: 0 10px 35px rgba(5,8,11,.12) !important;
  backdrop-filter: blur(14px);
}

.tsiotas-site .site-header .header-inner,
.tsiotas-site .site-header .shell,
.tsiotas-site .site-header nav,
.tsiotas-site .site-header ul,
.tsiotas-site .site-header li {
  color: inherit !important;
  background: transparent !important;
}

.tsiotas-site .site-header .brand-copy > strong,
.tsiotas-site .site-header .header-phone b {
  color: var(--white) !important;
}

.tsiotas-site .site-header .brand-copy b,
.tsiotas-site .site-header .header-phone svg,
.tsiotas-site .site-header .brand-mark {
  color: var(--gold-light) !important;
}

.tsiotas-site .site-header .brand-copy i,
.tsiotas-site .site-header .header-phone small {
  color: rgba(255,255,255,.58) !important;
}

.tsiotas-site .site-header .primary-nav a {
  color: rgba(255,255,255,.73) !important;
  font-family: "Tsiotas Sans", sans-serif !important;
  font-size: .9rem !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
}

.tsiotas-site .site-header .primary-nav a:hover,
.tsiotas-site .site-header .primary-nav .current-menu-item > a,
.tsiotas-site .site-header .primary-nav .current_page_item > a {
  color: var(--white) !important;
}

.tsiotas-site .site-header .primary-nav a::after {
  background: var(--gold-light) !important;
}

.tsiotas-site .site-header .nav-toggle {
  color: var(--white) !important;
  border-color: rgba(255,255,255,.28) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tsiotas-site .site-header .nav-toggle span { background: var(--white) !important; }

.tsiotas-site .hero {
  color: var(--white) !important;
  background:
    linear-gradient(110deg, rgba(117,18,24,.26), transparent 42%),
    linear-gradient(180deg, #10151b 0%, #1d242d 100%) !important;
}

.tsiotas-site .hero-lead,
.tsiotas-site .hero-facts span,
.tsiotas-site .office-copy > p:not(.eyebrow),
.tsiotas-site .offer-inner > div:last-child p,
.tsiotas-site .page-cta__inner > div:last-child p,
.tsiotas-site .inner-hero__content > p:last-child {
  color: rgba(255,255,255,.72) !important;
  font-family: "Tsiotas Sans", sans-serif !important;
}

.tsiotas-site .eyebrow {
  color: var(--gold-light) !important;
  font-family: "Tsiotas Sans", sans-serif !important;
  font-weight: 760 !important;
}

.tsiotas-site .eyebrow--dark { color: var(--burgundy) !important; }

.tsiotas-site .button,
.tsiotas-site a.button,
.tsiotas-site button.button {
  min-height: 58px !important;
  padding: 0 28px !important;
  color: var(--white) !important;
  font-family: "Tsiotas Sans", sans-serif !important;
  font-size: .86rem !important;
  font-weight: 760 !important;
  line-height: 1.15 !important;
  letter-spacing: .015em !important;
  text-decoration: none !important;
  text-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--burgundy) !important;
  box-shadow: 0 16px 34px rgba(107,15,20,.22) !important;
}

.tsiotas-site .button--gold,
.tsiotas-site a.button--gold,
.tsiotas-site button.button--gold {
  color: var(--ink) !important;
  background: var(--gold-light) !important;
  box-shadow: 0 16px 34px rgba(201,154,37,.24) !important;
}

.tsiotas-site .button--burgundy,
.tsiotas-site a.button--burgundy,
.tsiotas-site button.button--burgundy {
  color: var(--white) !important;
  background: var(--burgundy) !important;
}

.tsiotas-site .button:hover,
.tsiotas-site a.button:hover,
.tsiotas-site button.button:hover {
  color: var(--white) !important;
  background: var(--burgundy-bright) !important;
  transform: translateY(-3px);
}

.tsiotas-site .button--gold:hover,
.tsiotas-site a.button--gold:hover,
.tsiotas-site button.button--gold:hover {
  color: var(--ink) !important;
  background: #ebc862 !important;
}

.tsiotas-site .text-link {
  color: rgba(255,255,255,.86) !important;
  font-family: "Tsiotas Sans", sans-serif !important;
  font-weight: 680 !important;
}

.tsiotas-site .trust-strip,
.tsiotas-site .offer,
.tsiotas-site .page-cta { background-color: var(--burgundy) !important; }

.tsiotas-site .trust-strip,
.tsiotas-site .trust-strip *,
.tsiotas-site .offer,
.tsiotas-site .page-cta { color: var(--white) !important; }

.tsiotas-site .services,
.tsiotas-site .service-list,
.tsiotas-site .contact-section { background: var(--paper) !important; }

.tsiotas-site .service-card { color: var(--ink) !important; }
.tsiotas-site .service-card--featured { color: var(--white) !important; background: var(--burgundy) !important; }
.tsiotas-site .service-card:hover { color: var(--white) !important; background: var(--ink-soft) !important; }
.tsiotas-site .service-card p,
.tsiotas-site .service-detail__intro p,
.tsiotas-site .service-detail li,
.tsiotas-site .section-heading > p,
.tsiotas-site .contact-feature__copy > p:not(.eyebrow),
.tsiotas-site .prose p,
.tsiotas-site .prose li { color: var(--muted) !important; }
.tsiotas-site .service-card--featured p,
.tsiotas-site .service-card:hover p { color: rgba(255,255,255,.72) !important; }

.tsiotas-site .office { color: var(--white) !important; background: var(--ink-soft) !important; }
.tsiotas-site .method { background: var(--white) !important; }
.tsiotas-site .inner-hero { color: var(--white) !important; }
.tsiotas-site .site-footer { color: rgba(255,255,255,.72) !important; background: #0e1319 !important; }

.tsiotas-site .request-form input:not([type="checkbox"]),
.tsiotas-site .request-form select,
.tsiotas-site .request-form textarea {
  color: var(--ink) !important;
  font-family: "Tsiotas Sans", sans-serif !important;
  border-color: #d3d0c9 !important;
  border-radius: 0 !important;
  background: #faf9f6 !important;
}

.tsiotas-site .request-form input:not([type="checkbox"]):focus,
.tsiotas-site .request-form select:focus,
.tsiotas-site .request-form textarea:focus {
  border-color: var(--burgundy) !important;
  background: var(--white) !important;
}

@media (max-width: 1280px) {
  .tsiotas-site .site-header.nav-open .primary-nav {
    background: rgba(14,19,25,.99) !important;
  }
}

@media (max-width: 620px) {
  .tsiotas-site .button,
  .tsiotas-site a.button,
  .tsiotas-site button.button { padding-inline: 20px !important; }
}

/* Centered editorial layout — v1.2 */
.tsiotas-site main,
.tsiotas-site .site-footer { text-align: center; }

.tsiotas-site main .eyebrow,
.tsiotas-site .page-cta .eyebrow,
.tsiotas-site .site-footer .eyebrow { justify-content: center; }

.tsiotas-site .hero-copy,
.tsiotas-site .office-copy,
.tsiotas-site .inner-hero__content,
.tsiotas-site .contact-feature__copy,
.tsiotas-site .not-found__content {
  align-items: center;
  text-align: center;
}

.tsiotas-site .hero-lead,
.tsiotas-site .section-heading > p,
.tsiotas-site .office-copy > p:not(.eyebrow),
.tsiotas-site .offer-inner > div:last-child p,
.tsiotas-site .page-cta__inner > div:last-child p,
.tsiotas-site .inner-hero__content > p:last-child,
.tsiotas-site .contact-feature__copy > p:not(.eyebrow),
.tsiotas-site .prose {
  margin-right: auto;
  margin-left: auto;
}

.tsiotas-site .hero-actions,
.tsiotas-site .trust-grid > div { justify-content: center; }

.tsiotas-site .hero-facts div { justify-items: center; text-align: center; }

.tsiotas-site .section-heading {
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 28px;
  text-align: center;
}

.tsiotas-site .section-heading > div { width: 100%; }

.tsiotas-site .service-card {
  align-items: center;
  text-align: center;
}

.tsiotas-site .service-card h3,
.tsiotas-site .service-card p { margin-right: auto; margin-left: auto; }

.tsiotas-site .service-card a { justify-content: center; }

.tsiotas-site .office-signature {
  justify-items: center;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.tsiotas-site .method-grid article {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.tsiotas-site .offer-inner,
.tsiotas-site .page-cta__inner {
  align-items: center;
  text-align: center;
}

.tsiotas-site .offer-inner > div,
.tsiotas-site .page-cta__inner > div { width: 100%; }

.tsiotas-site .offer-inner .button,
.tsiotas-site .page-cta__inner .button { margin-inline: auto; }

.tsiotas-site .breadcrumbs { justify-content: center; }

.tsiotas-site .service-detail { text-align: center; }

.tsiotas-site .service-detail__index {
  justify-content: center;
  gap: 28px;
}

.tsiotas-site .service-detail__intro p { margin-inline: auto; }

.tsiotas-site .service-detail li {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.tsiotas-site .service-detail li::before { display: none; }

.tsiotas-site .request-form-wrap,
.tsiotas-site .request-aside,
.tsiotas-site .aside-card,
.tsiotas-site .aside-contact { text-align: center; }

.tsiotas-site .request-form label { text-align: center; }

.tsiotas-site .request-form input:not([type="checkbox"]),
.tsiotas-site .request-form select,
.tsiotas-site .request-form textarea { text-align: center; }

.tsiotas-site .consent-field {
  grid-template-columns: 20px minmax(0, 620px);
  justify-content: center;
  text-align: center !important;
}

.tsiotas-site .request-form .button { margin-inline: auto; }

.tsiotas-site .aside-card h3 { margin-right: auto; margin-left: auto; }

.tsiotas-site .aside-card li {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.tsiotas-site .aside-card li::before { display: none; }

.tsiotas-site .aside-contact { justify-items: center; }

.tsiotas-site .contact-card {
  align-items: center;
  text-align: center;
}

.tsiotas-site .contact-card > span { align-self: center; }

.tsiotas-site .contact-card svg { margin-right: auto; margin-left: auto; }

.tsiotas-site .contact-feature__copy .button { align-self: center; }

.tsiotas-site .map-marker { text-align: center; }

.tsiotas-site .prose ul,
.tsiotas-site .prose ol {
  padding-left: 0;
  list-style-position: inside;
}

.tsiotas-site .footer-main {
  justify-content: center;
  text-align: center;
}

.tsiotas-site .brand--footer { justify-content: center; }

.tsiotas-site .footer-contact a { justify-items: center; }

.tsiotas-site .privacy-note summary { margin-inline: auto; }

.tsiotas-site .privacy-note > div {
  margin-inline: auto;
  text-align: center;
}

.tsiotas-site .footer-bottom {
  justify-content: center;
  gap: 38px;
  text-align: center;
}

@media (max-width: 980px) {
  .tsiotas-site .footer-main { justify-items: center; }
  .tsiotas-site .footer-contact { justify-items: center; }
}

@media (max-width: 620px) {
  .tsiotas-site .method-grid article,
  .tsiotas-site .method-grid article + article { padding-inline: 12px; }
  .tsiotas-site .footer-bottom { align-items: center; gap: 10px; }
}

/* Desktop typography refinement — v1.3 */
@media (min-width: 981px) {
  .tsiotas-site .eyebrow { font-size: .76rem !important; }
  .tsiotas-site .breadcrumbs { font-size: .72rem; }

  .tsiotas-site .section-heading h2,
  .tsiotas-site .office-copy h2,
  .tsiotas-site .offer h2,
  .tsiotas-site .page-cta h2 {
    font-size: clamp(2.65rem, 3.7vw, 4.2rem) !important;
    line-height: 1.045 !important;
  }

  .tsiotas-site .hero-facts span { font-size: .76rem; }

  .tsiotas-site .service-card p {
    font-size: .96rem;
    line-height: 1.72;
  }

  .tsiotas-site .service-card a { font-size: .82rem; }

  .tsiotas-site .service-detail__intro p {
    font-size: .98rem;
    line-height: 1.78;
  }

  .tsiotas-site .service-detail li { font-size: .94rem; }

  .tsiotas-site .office-signature span { font-size: .75rem; }

  .tsiotas-site .method-grid h3 { font-size: 1.25rem; }

  .tsiotas-site .method-grid p {
    font-size: .95rem;
    line-height: 1.68;
  }

  .tsiotas-site .request-form label > span { font-size: .82rem; }
  .tsiotas-site .form-required { font-size: .76rem; }
  .tsiotas-site .aside-card li { font-size: .9rem; }
  .tsiotas-site .aside-contact small { font-size: .64rem; }
  .tsiotas-site .aside-contact b { font-size: .88rem; }

  .tsiotas-site .contact-card small { font-size: .64rem; }
  .tsiotas-site .contact-card strong { font-size: 1.06rem; }
  .tsiotas-site .contact-card i { font-size: .78rem; }

  .tsiotas-site .footer-contact small { font-size: .64rem; }
  .tsiotas-site .footer-contact b { font-size: .88rem; }
  .tsiotas-site .privacy-note summary { font-size: .76rem; }
  .tsiotas-site .privacy-note p { font-size: .8rem; }
  .tsiotas-site .footer-bottom { font-size: .72rem; }
}

@media (min-width: 1281px) {
  .tsiotas-site .hero-copy { padding-right: 24px; }

  .tsiotas-site .hero h1 {
    font-size: clamp(3.2rem, 4vw, 4.8rem) !important;
    line-height: 1.01 !important;
  }

  .tsiotas-site .inner-hero h1 {
    font-size: clamp(3.3rem, 4.85vw, 5.35rem) !important;
    line-height: 1.005 !important;
  }
}

/* Fully clickable service cards — v1.3.1 */
.tsiotas-site .service-card { cursor: pointer; }

.tsiotas-site .service-card > .card-link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  border: 0 !important;
}

.tsiotas-site .service-card > .card-link .card-link__label {
  position: absolute;
  bottom: 37px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding-top: 18px;
  gap: 10px;
  color: var(--burgundy);
  font-size: .74rem;
  font-weight: 780;
  line-height: 1.25;
  white-space: nowrap;
  border-top: 1px solid currentColor;
  transform: translateX(-50%);
}

.tsiotas-site .service-card--featured > .card-link .card-link__label,
.tsiotas-site .service-card:hover > .card-link .card-link__label {
  color: var(--gold-light);
}

.tsiotas-site .service-card > .card-link i {
  font-style: normal;
  transition: transform .25s ease;
}

.tsiotas-site .service-card:hover > .card-link i { transform: translate(2px, -2px); }

.tsiotas-site .service-card > .card-link:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: -6px;
}

@media (min-width: 981px) {
  .tsiotas-site .service-card > .card-link .card-link__label {
    min-width: 128px;
    font-size: .92rem;
  }
}

@media (max-width: 620px) {
  .tsiotas-site .service-card > .card-link .card-link__label { bottom: 32px; }
}
