@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700&family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

/*
Theme Name: Arunodayam
Theme URI: https://arunodayam.com
Author: Arunodayam
Description: A warm, editorial WordPress theme for a service-led practice.
Version: 1.0.0
Text Domain: arunodayam
*/

:root {
  --ink: #171412;
  --muted: #766e67;
  --paper: #f2eee8;
  --cream: #fffdf9;
  --sun: #ff5a0a;
  --leaf: #e9a227;
  --cyan: #ffd979;
  --line: rgba(23, 20, 18, .15);
  --display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --mono: "DM Mono", Consolas, monospace;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { animation: page-enter .32s ease-out both; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@keyframes page-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  body { animation: none; }
}
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-text-size-adjust: 100%; }
section[id], [id] { scroll-margin-top: 80px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; color: var(--cream); }
.navbar { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(36, 29, 26, .96); backdrop-filter: blur(10px); box-shadow: 0 8px 20px rgba(18, 16, 15, .18); }
.navbar-inner { width: min(1180px, calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.menu-toggle { display: none !important; flex-direction: column; justify-content: center; align-items: center; width: 44px; height: 44px; background: none; border: none; cursor: pointer; gap: 5px; padding: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: .03em; }
.brand-logo { width: 220px; height: auto; }
.brand-logo--footer { width: 250px; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--ink); background: var(--sun); border-radius: 2px; font-family: var(--mono); font-size: 17px; font-weight: 600; }
.header-phone { display: inline-flex; align-items: center; gap: 6px; color: var(--cream); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .04em; opacity: .94; text-decoration: none; white-space: nowrap; background: rgba(255,255,255,.08); padding: 6px 12px; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.header-phone:hover { color: var(--sun); background: rgba(255,255,255,.14); box-shadow: 0 0 14px rgba(255,90,10,.6); }
.header-phone-icon { display: block; width: 22px; height: 22px; object-fit: contain; }
.header-phone-text { display: inline-block; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu { display: flex; align-items: center; gap: 26px; font-family: var(--display); font-size: 14px; font-weight: 500; letter-spacing: .02em; }
.menu-inner { display: flex; align-items: center; gap: 26px; }
.menu a { opacity: .9; }
.menu a:hover { opacity: 1; color: var(--sun); }
.home-link { display: inline-flex; align-items: center; gap: 6px; opacity: .9; }
.home-link:hover { opacity: 1; color: var(--sun); }
.social-links { display: inline-flex; align-items: center; gap: 15px; margin-left: 4px; }
.social-link { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.06); overflow: hidden; transition: transform .2s ease, filter .2s ease, background .2s ease, box-shadow .2s ease; }
.social-link:hover { background: rgba(255,255,255,.18); transform: translateY(-2px) scale(1.08); filter: drop-shadow(0 3px 6px rgba(0,0,0,.5)); box-shadow: 0 0 14px rgba(255,90,10,.6); }
.social-icon-img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 50%; transition: transform .2s ease, filter .2s ease; }
.social-link:hover .social-icon-img { transform: translateY(-2px) scale(1.08); }
.button { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.button:hover { background: var(--sun); border-color: var(--sun); color: var(--cream); }
.button--light { border-color: var(--cream); background: transparent; }
.site-footer .button--light { font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.hero { min-height: 720px; display: flex; align-items: center; position: relative; overflow: hidden; color: var(--cream); background: linear-gradient(115deg, rgba(23, 20, 18, .98) 0%, rgba(45, 31, 24, .92) 56%, rgba(163, 64, 14, .63) 100%), url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=85') center/cover; }
.standalone-hero { min-height: 780px; }
.hero:after { content: ""; position: absolute; width: 520px; height: 520px; right: 4%; top: 13%; border: 1px solid rgba(255,217,121,.55); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,217,121,.14), 0 0 0 70px rgba(255,217,121,.07), 0 0 0 140px rgba(255,217,121,.035); }
.hero-content { position: relative; z-index: 1; width: min(710px, 100%); padding: 120px 0 90px; }
.kicker { margin: 0 0 18px; color: var(--sun); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.06; }
h1 { max-width: 700px; font-size: clamp(52px, 7vw, 90px); letter-spacing: -.025em; }
.hero-copy { max-width: 510px; margin: 26px 0 34px; color: rgba(255,253,247,.8); font-size: clamp(16px, 2.5vw, 18px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { padding: 14px 20px; font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .01em; text-transform: none; }
.hero-actions .button--light { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.hero-actions .button--light:hover { border-color: var(--sun); background: var(--sun); }
.hero-note { position: absolute; z-index: 1; right: 8%; bottom: 58px; display: grid; gap: 2px; color: rgba(255,253,247,.7); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.hero-note strong { color: var(--cyan); font-family: var(--display); font-size: 58px; font-weight: 600; letter-spacing: -.08em; line-height: 1; }
.trust-strip { color: var(--cream); background: #171412; }
.trust-heading { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: rgba(255,253,247,.52); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 14px; padding: 18px 0 24px; }
.partner-logo { display: flex; align-items: center; justify-content: center; height: 62px; padding: 8px 12px; border-radius: 8px; background: #fff; }
.partner-logo img { width: 100%; max-width: 140px; height: 100%; object-fit: contain; }
.intro { padding: 110px 0 90px; background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; align-items: start; }
.intro h2 { max-width: 600px; font-size: clamp(38px, 5vw, 62px); }
.intro p { max-width: 550px; margin: 10px 0 0; color: var(--muted); font-size: 18px; }
.text-link, .phone-link { display: inline-block; margin-top: 26px; color: var(--leaf); font-family: var(--mono); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.services { padding: 40px 0 120px; background: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.section-head h2 { font-size: clamp(40px, 5vw, 62px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 414px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-top: 4px solid var(--sun); background: var(--cream); box-shadow: 0 12px 28px rgba(23,20,18,.05); }
.service-card::before { content: ""; display: block; width: calc(100% + 54px); height: 132px; margin: -27px -27px 22px; border-bottom: 1px solid var(--line); background-position: center; background-size: cover; }
.service-card:has(.service-card-image)::before { display: none; }
.service-card:nth-child(1)::before { background-image: url("images/Broadband.png"); }
.service-card:nth-child(2)::before { background-image: url("images/DigitalTV.png"); }
.service-card:nth-child(3)::before { background-image: url("images/IPTV.png"); }
.service-card:nth-child(4)::before { background-image: url("images/KEEOTT.png"); background-repeat: no-repeat; background-size: contain; background-color: #fff; }
.service-card:nth-child(5)::before { background-image: url("images/Networking%20Solutions.png"); background-repeat: no-repeat; background-size: contain; background-color: #fff; }
.service-card:nth-child(6)::before { background-image: url("images/Voip.png"); }
.service-card-image { width: calc(100% + 54px); height: 132px; margin: -27px -27px 22px; object-fit: cover; border-bottom: 1px solid var(--line); }
.service-card h3 { margin-top: 18px; font-size: clamp(20px, 3vw, 29px); letter-spacing: -.03em; }
.service-card p { margin: 14px 0 0; color: var(--muted); }
.service-link { margin-top: auto; padding-top: 25px; color: var(--leaf); font-family: var(--mono); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.statement { padding: 108px 0; color: var(--cream); background: #171412; }
.statement-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.statement h2 { max-width: 800px; font-size: clamp(42px, 6vw, 76px); }
.contact-band { padding: 84px 0; background: #efefe9; }
.contact-intro { margin-bottom: 30px; }
.contact-intro .kicker { margin-bottom: 10px; }
.contact-intro h2 { font-size: clamp(40px, 5vw, 62px); letter-spacing: -.04em; }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.contact-card { padding: 25px 28px; border: 1px solid var(--line); background: var(--cream); }
.contact-card h3 { margin: 0 0 12px; font-size: clamp(25px, 2.5vw, 32px); letter-spacing: -.035em; }
.contact-card p { display: block; margin: 0 0 4px; color: var(--muted); font-size: 16px; font-weight: 500; line-height: 1.65; }
.contact-card a:hover { color: var(--sun); }
.contact-map { display: block; width: 100%; height: 320px; border: 1px solid var(--line); background: #e8e6e1; }
.site-footer { padding: 42px 0 30px; color: var(--cream); background: var(--ink); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 65px; }
.footer-top p { max-width: 330px; margin: 12px 0 0; color: rgba(255,253,247,.88); font-size: 15px; line-height: 1.7; }
.footer-meta { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,253,247,.75); font-size: 12px; }
.archive-hero { padding: 175px 0 90px; color: var(--cream); background: #0b2238; }
.archive-hero h1 { font-size: clamp(52px, 7vw, 86px); }
.archive-content { padding: 85px 0; }
.entry-card { padding: 28px 0; border-top: 1px solid var(--line); }
.entry-card h2 { font-size: 38px; }
.entry-card p { max-width: 650px; color: var(--muted); }
.updates-page .site-header { color: var(--cream); }
.updates-page .menu a:hover { color: var(--sun); }
.updates-hero { position: relative; overflow: hidden; padding: 175px 0 105px; color: var(--cream); background: linear-gradient(110deg, rgba(23,20,18,.94), rgba(104,39,13,.72)), url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=85') center/cover; }
.updates-hero::after { content: ""; position: absolute; width: 280px; height: 280px; right: 10%; bottom: -155px; border: 1px solid rgba(255,217,121,.55); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,217,121,.08), 0 0 0 70px rgba(255,217,121,.04); }
.updates-hero h1 { max-width: 760px; font-size: clamp(46px, 6vw, 76px); }
.update-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.filter-button { padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 13px; cursor: pointer; box-shadow: 0 2px 5px rgba(23,20,18,.06); min-height: 44px; }
.filter-button:hover, .filter-button.is-active { border-color: var(--sun); background: var(--sun); }
.updates-intro { max-width: 630px; margin: 0 0 54px; color: var(--muted); font-size: 18px; }
.updates-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.update-card { min-height: 440px; display: flex; flex-direction: column; padding: 0 24px 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); overflow: hidden; }
.update-card--offer { min-height: 440px; }
.update-image { width: calc(100% + 50px); height: 180px; margin: 0 -25px 22px; object-fit: cover; object-position: center center; filter: saturate(.85) contrast(1.05); }

.update-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--leaf); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.update-card h2 { margin-top: 58px; font-size: 34px; }

.update-card p { margin: 15px 0 0; color: rgba(23,35,31,.68); }

.update-card .service-link { color: var(--ink); }

.update-card { transition: transform .25s ease, box-shadow .25s ease; }
.update-card:not(.update-card--offer):hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(23,20,18,.1); }
.update-card.is-filtered-out { display: none; }
.update-card[data-detail] { cursor: pointer; }
.update-card[data-detail]:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(23,20,18,.1); }
.update-detail { max-width: 720px; }
.update-detail h2 { margin-top: 42px; font-size: 26px; }
.update-detail ul { margin: 18px 0 0; padding-left: 22px; color: rgba(23,35,31,.75); }
.update-detail li { margin-bottom: 8px; }
.update-detail .service-link { display: inline-block; margin-top: 28px; }

/* Update detail page redesign */
.update-content {
  padding: 100px 0 80px;
}

.update-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: relative;
  z-index: 31;
}

.update-back:hover {
  color: var(--sun);
}

.update-detail-layout {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 48px;
  align-items: start;
}

.update-detail-layout .update-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  filter: saturate(.9) contrast(1.02);
}

.update-detail-main {
  min-width: 0;
}

.update-detail-main .update-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.update-detail-main .update-meta span {
  color: var(--sun);
}

.update-detail-main .update-meta time {
  color: var(--muted);
}

.update-detail-main h2 {
  margin-top: 44px;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.update-detail-main h2:first-of-type {
  margin-top: 0;
}

.update-detail-main p {
  margin: 0 0 20px;
  color: rgba(23,35,31,.78);
  font-size: 17px;
  line-height: 1.75;
}

.update-detail-main ul {
  margin: 0 0 24px;
  padding-left: 22px;
  color: rgba(23,35,31,.78);
}

.update-detail-main li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.update-detail-main li::marker {
  color: var(--sun);
  font-weight: 600;
}

.update-detail-main .service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.update-detail-main .service-link:hover {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--cream);
}

@media (max-width: 900px) {
.update-detail-layout {
  grid-template-columns: 300px 1fr;
  gap: 32px;
}

  .update-detail-layout .update-image {
    aspect-ratio: 3 / 4;
  }

  .update-detail-main h2 {
    font-size: 22px;
  }
}

@media (max-width: 720px) {
  .update-detail-layout .update-image {
    aspect-ratio: 3 / 4;
  }
}
.updates-cta { margin-top: 1px; padding: 70px 0; color: var(--cream); background: #171412; }
.updates-cta h2 { max-width: 700px; font-size: clamp(38px, 5vw, 60px); }
@media (max-width: 720px) {
  .updates-list { grid-template-columns: 1fr; }
  .update-card--offer { grid-column: auto; }
  .update-card { min-height: 420px; }
  .update-image { height: 150px; }
  .update-card h2 { margin-top: 42px; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 32px, 560px); }
  .navbar { padding: 12px 0; }
  .navbar-inner { width: 100%; padding: 0 16px; }
  .brand { flex: 0 0 auto; }
  .brand-logo { width: 150px; }
  .menu-toggle { display: flex !important; position: relative; z-index: 32; }
  .menu-inner { flex-direction: column; gap: 0; }
  .menu { position: fixed; top: 0; right: -100%; width: 280px; max-width: 80vw; height: 100vh; height: 100svh; flex-direction: column; align-items: stretch; gap: 0; padding: 80px 24px 24px; background: rgba(36, 29, 26, .98); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: right .25s ease; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 31; }
  .menu.is-open { right: 0; }
  .menu a { display: block; padding: 14px 0; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .menu a:not(.button):not(.header-phone) { display: block; }
  .menu .header-phone { display: inline-flex; align-items: center; justify-content: center; width: auto; margin: 8px auto; padding: 10px 18px; border-radius: 999px; border-bottom: none; background: rgba(255,255,255,.08); color: var(--cream); font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
  .social-links { flex-direction: column; align-items: flex-start; gap: 16px; margin-left: 0; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
  .social-link { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; transition: transform .2s ease, filter .2s ease, background .2s ease, box-shadow .2s ease; overflow: hidden; }
  .social-icon-img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; display: block; }
  .header-phone { justify-content: center; margin: 8px auto; padding: 10px 18px; font-size: 13px; }
  .header-phone-icon { width: 24px; height: 24px; filter: none; }
  .hero { min-height: 100vh; min-height: 100svh; }
  .standalone-hero { min-height: 100vh; min-height: 100svh; }
  .hero:after { width: 200px; height: 200px; right: -50px; top: 20%; }
  .hero-note { right: 16px; bottom: 30px; }
  .trust-heading { padding-top: 22px; justify-content: flex-start; }
  .trust-heading span:last-child { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 14px 0 22px; }
  .partner-logo { height: 58px; }
  .partner-logo:last-child { grid-column: auto; }
  .intro-grid, .service-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 28px; }
  .statement-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-band { padding: 72px 0; }
  .contact-cards { grid-template-columns: 1fr; gap: 12px; margin-bottom: 18px; }
  .contact-card { padding: 22px; }
  .contact-map { height: 280px; }
  .section-head, .footer-top, .footer-meta { align-items: start; flex-direction: column; }
  .section-head { display: flex; }
  .section-head .button { display: none; }
}

body.menu-is-open::after {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 29;
  pointer-events: auto;
}

@media (min-width: 721px) and (max-width: 920px) {
  .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .updates-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .statement-grid { grid-template-columns: 1fr; gap: 28px; }
  .brand-logo { width: 180px; }
  .navbar-inner { padding: 0 24px; }
  .menu { gap: 14px; }
  .menu-inner { gap: 14px; }
  .menu a { font-size: 13px; letter-spacing: .01em; }
  .header-phone { font-size: 11px; padding: 5px 10px; gap: 4px; }
  .header-phone-icon { width: 20px; height: 20px; }
  .header-phone-text { font-size: 11px; }
  .social-links { gap: 10px; margin-left: 2px; }
  .social-link { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; transition: transform .2s ease, filter .2s ease, background .2s ease, box-shadow .2s ease; overflow: hidden; }
  .social-icon-img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; display: block; }
}

@media (min-width: 1025px) {
  .container { width: min(1200px, calc(100% - 48px)); }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .updates-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .trust-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
  .navbar { padding: 18px 48px; }
  .hero-content { padding: 140px 0 100px; }
  .service-card { padding: 32px; }
  .contact-card { padding: 28px 32px; }
}

@media (max-width: 480px) {
  .hero { min-height: 100vh; min-height: 100svh; }
  .standalone-hero { min-height: 100vh; min-height: 100svh; }
  .hero-content { padding: 80px 0 40px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; justify-content: center; padding: 12px 16px; font-size: 13px; }
  .hero-note { position: relative; right: auto; bottom: auto; margin-top: 20px; font-size: 10px; gap: 2px; }
  .hero-note strong { font-size: 42px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 12px 0 18px; }
  .partner-logo { height: 48px; padding: 6px 8px; }
  .partner-logo img { max-width: 100px; }
  .intro { padding: 70px 0 50px; }
  .services { padding: 30px 0 80px; }
  .service-card { padding: 18px; min-height: auto; }
  .service-card-image { width: calc(100% + 36px); height: 100px; margin: -18px -18px 14px; }
  .service-card h3 { margin-top: 14px; font-size: clamp(18px, 4vw, 22px); }
  .statement { padding: 70px 0; }
  .contact-band { padding: 60px 0; }
  .contact-card { padding: 16px; }
  .contact-map { height: 220px; }
  .updates-list { grid-template-columns: 1fr; gap: 16px; }
  .update-card { min-height: auto; }
  .update-image { height: 120px; }
  .update-card h2 { margin-top: 32px; font-size: 22px; }
  .filter-button { padding: 6px 12px; font-size: 12px; }
  .footer-top { flex-direction: column; gap: 20px; padding-bottom: 30px; }
  .footer-meta { flex-direction: column; gap: 6px; text-align: center; font-size: 11px; }
  .brand-logo { width: 120px; }
  .brand-logo--footer { width: 160px; }
  .container { width: min(100% - 24px, 480px); }
}
