:root {
  --ink: #18312a;
  --muted: #65756f;
  --green: #075334;
  --green-2: #0d7a49;
  --amber: #f3ab19;
  --amber-soft: #fff5d6;
  --line: #dfe8e3;
  --surface: #fff;
  --soft: #f6faf8;
  --shadow: 0 18px 50px rgba(24, 49, 42, 0.1);
  --shadow-hover: 0 24px 65px rgba(24, 49, 42, 0.16);
  --radius: 18px;
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--surface);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-140%);
}

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

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 232, 227, 0.78);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px rgba(24, 49, 42, 0.03);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  min-height: var(--header-height);
  gap: 28px;
  transition: min-height 220ms ease;
}

.site-header.is-scrolled .header-inner {
  min-height: 66px;
}

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

.site-header .brand {
  gap: 8px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  object-fit: contain;
  transition: width 220ms ease, height 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled .brand-mark {
  width: 40px;
  height: 40px;
}

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

.brand-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  transition: font-size 220ms ease;
}

.brand-subtitle {
  color: var(--green-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: font-size 220ms ease;
}

.site-header.is-scrolled .brand-title {
  font-size: 17px;
}

.site-header.is-scrolled .brand-subtitle {
  font-size: 9px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.nav-link {
  position: relative;
  padding: 12px 0;
  color: #52635d;
  font-size: 14px;
  font-weight: 750;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--amber);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.social-button,
.language-link,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--green);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.social-button svg,
.button svg,
.text-link svg,
.service-icon svg,
.proof-icon svg,
.contact-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.social-button.whatsapp {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.social-button.whatsapp-labeled {
  width: auto;
  gap: 8px;
  padding-inline: 15px;
  font-size: 13px;
  font-weight: 850;
}

.language-link {
  min-width: 38px;
  min-height: 38px;
  padding-inline: 9px;
  border-color: rgba(24, 49, 42, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  color: #73817c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.menu-toggle {
  display: none;
}

.mobile-panel {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(820px, calc(100svh - 66px));
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 35, 25, 0.82) 0%, rgba(5, 35, 25, 0.62) 47%, rgba(5, 35, 25, 0.16) 100%),
    url("./assets/dubai-burj-pineapple-table-hero-glowing-soft.png") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 76% 62%, rgba(255, 212, 99, 0.14), transparent 30%);
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 690px;
  padding-block: 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: var(--amber);
  content: "";
}

.hero .eyebrow {
  color: #ffd66e;
}

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

h1 {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(48px, 6.5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-copy {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.hero .hero-actions {
  align-items: stretch;
  flex-direction: column;
  width: min(360px, 100%);
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button.primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(7, 83, 52, 0.24);
}

.hero .button.primary {
  background: #fff;
  color: var(--green);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.hero .button.hero-primary {
  min-height: 60px;
  width: 100%;
  padding-inline: 30px;
  border-radius: 15px;
  font-size: 16px;
}

.hero-whatsapp {
  align-self: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: 4px;
  text-align: center;
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--green);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 14px;
  font-weight: 850;
}

.hero .text-link {
  color: #fff;
}

.text-link svg {
  transition: transform 180ms ease;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.proof-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.proof-icon {
  display: grid;
  place-items: center;
  color: #ffd66e;
}

.section {
  padding: 92px 0;
}

.section.soft {
  background: var(--soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: start;
  gap: 48px;
  margin-bottom: 34px;
}

.section-heading.compact {
  grid-template-columns: 1fr;
  max-width: 720px;
}

h2 {
  margin: 14px 0 0;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-heading > p,
.section-copy {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 245, 214, 0.88), transparent 42%);
  content: "";
}

.service-card > * {
  position: relative;
}

#faq .service-card {
  min-height: 300px;
  padding: 24px;
}

.service-icon,
.contact-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(7, 83, 52, 0.13);
  border-radius: 14px;
  background: #fff;
  color: var(--green);
  box-shadow: 0 8px 22px rgba(24, 49, 42, 0.08);
}

.service-card h3 {
  margin: 24px 0 0;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.service-card > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-list li::before {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border: 2px solid var(--green-2);
  border-radius: 50%;
  content: "";
}

.service-card .text-link {
  margin-top: auto;
}

.service-card [data-select-service] {
  color: var(--muted);
}

.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 0 17px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-cta.accent {
  background: #f3ab19;
  color: #18312a;
  box-shadow: 0 12px 24px rgba(243, 171, 25, 0.24);
}

.estimator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: start;
  gap: 20px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.estimator-form,
.estimate-summary {
  padding: 30px;
}

.estimate-summary {
  position: sticky;
  top: 86px;
  background: linear-gradient(145deg, var(--amber-soft), #fff 45%);
}

.form-section + .form-section {
  margin-top: 28px;
}

.form-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
  font-size: 14px;
  font-weight: 900;
}

.step-number {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 12px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.choice-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 128px;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fbfdfc;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.choice-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 1px;
  border: 1px solid var(--line);
  border-radius: 50% 50% 46% 46%;
  background: linear-gradient(145deg, #fffdf8, #f1f1f1);
  color: var(--green);
}

.choice-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.8;
}

.choice-card input,
.extra-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-card strong,
.extra-card strong {
  font-size: 14px;
}

.choice-card span,
.extra-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.choice-card:has(input:checked),
.extra-card:has(input:checked) {
  border-color: rgba(13, 122, 73, 0.72);
  background: linear-gradient(135deg, rgba(255, 232, 154, 0.42), #fff 58%);
  box-shadow: 0 0 0 3px rgba(13, 122, 73, 0.08);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.field-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.upload-label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  background: #fbfdfc;
  color: var(--ink);
  font-size: 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.extra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.extra-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon title"
    "icon copy";
  align-content: center;
  column-gap: 11px;
  row-gap: 3px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fbfdfc;
  cursor: pointer;
}

.extra-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(243, 171, 25, 0.38);
  border-radius: 50%;
  background: #fffaf0;
  color: #9b6500;
}

.extra-icon svg {
  width: 16px;
  height: 16px;
}

.extra-card strong {
  grid-area: title;
}

.extra-card > span:last-child {
  grid-area: copy;
}

[data-condition] {
  display: none;
}

[data-condition].is-visible {
  display: block;
}

.estimate-label {
  color: var(--green-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.estimate-summary h3 {
  margin: 12px 0 0;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.estimate-total {
  margin-top: 18px;
  color: var(--green);
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.estimate-meta {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.estimate-breakdown {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 760;
}

.estimate-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(7, 83, 52, 0.12);
}

.estimate-actions {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}

.estimate-actions .text-link {
  justify-content: center;
  text-align: center;
  color: var(--muted);
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 1.3fr);
  align-items: center;
  gap: 28px;
}

.team-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.team-copy .feature-list {
  margin-bottom: 0;
}

.team-media {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(2, 220px);
  gap: 14px;
}

.media-card,
.work-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.media-card.large {
  grid-row: 1 / 3;
}

.media-card img,
.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 300ms ease;
}

.media-card.cleaning-surface img {
  object-position: center;
}

.media-card::after {
  position: absolute;
  inset: 16px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 13px;
  content: "";
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.work-card {
  min-height: 330px;
}

.work-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(5, 38, 27, 0.78));
  content: "";
  transition: background 260ms ease;
}

.work-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 17px;
  font-weight: 850;
  transition: transform 220ms ease;
}

.work-label span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 650;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: stretch;
  gap: 20px;
}

.map-panel {
  overflow: hidden;
}

.map-frame {
  width: 100%;
  min-height: 330px;
  border: 0;
  background: var(--soft);
}

.map-copy,
.review-panel {
  padding: 30px;
}

.map-copy h3,
.review-panel h3 {
  margin: 12px 0 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.map-copy p,
.review-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.review-panel {
  display: flex;
  flex-direction: column;
}

.review-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.review-card {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber-soft), #fff 62%);
}

.review-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.review-head strong,
.review-head small {
  display: block;
}

.review-head strong {
  font-size: 13px;
}

.review-head small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.review-stars {
  color: var(--amber);
  font-size: 12px;
  letter-spacing: 1px;
}

.review-card blockquote {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.review-panel .button {
  width: fit-content;
  margin-top: auto;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  align-items: start;
  gap: 46px;
}

.contact-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 780;
}

.lead-panel {
  padding: 30px;
}

.lead-panel h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lead-panel > p {
  margin: 12px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.upload-box {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px dashed rgba(13, 122, 73, 0.45);
  border-radius: 13px;
  background: var(--soft);
}

.upload-box small,
.privacy-note,
.form-status {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.privacy-note a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form-actions.centered {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.form-actions.centered .button {
  width: 100%;
}

.form-whatsapp {
  justify-content: center;
  color: var(--muted);
}

.form-status {
  min-height: 20px;
  margin: 0;
}

.form-status.is-success {
  color: var(--green-2);
}

.form-status.is-error {
  color: #a52828;
}

.site-footer {
  padding: 64px 0 28px;
  background: #082e22;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) minmax(160px, 0.75fr) minmax(180px, 0.85fr);
  gap: 42px;
}

.footer-brand .brand-title,
.footer-brand .brand-subtitle {
  color: #fff;
}

.footer-brand p {
  max-width: 330px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.footer-column h3 {
  margin: 0 0 16px;
  color: #ffd66e;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 11px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-contact-links a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer-contact-links svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.mobile-cta {
  display: none;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mobile-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

:focus-visible {
  outline: 3px solid #f4b62b;
  outline-offset: 3px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green-2);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(13, 122, 73, 0.1);
}

@media (hover: hover) and (pointer: fine) {
  .site-header .brand:hover .brand-mark {
    transform: scale(1.05);
  }

  .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .social-button:hover,
  .language-link:hover,
  .menu-toggle:hover {
    border-color: rgba(7, 83, 52, 0.38);
    box-shadow: 0 10px 24px rgba(24, 49, 42, 0.1);
    transform: translateY(-2px);
  }

  .button:hover {
    box-shadow: 0 18px 34px rgba(7, 83, 52, 0.22);
    transform: translateY(-2px);
  }

  .service-cta:hover {
    box-shadow: 0 16px 30px rgba(243, 171, 25, 0.32);
    transform: translateY(-2px);
  }

  .text-link:hover svg {
    transform: translateX(4px);
  }

  .service-card:hover {
    border-color: rgba(13, 122, 73, 0.24);
    box-shadow: var(--shadow-hover);
    transform: translateY(-6px);
  }

  .media-card:hover img,
  .work-card:hover img {
    filter: saturate(1.05) contrast(1.03);
    transform: scale(1.055);
  }

  .work-card:hover .work-label {
    transform: translateY(-4px);
  }

  .footer-links a:hover {
    color: #fff;
  }
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .nav-actions {
    grid-column: 2;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-panel {
    position: fixed;
    inset: 66px 0 0;
    z-index: 45;
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 26px 20px max(30px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-panel .nav-link {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 10px;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
  }

  .mobile-socials {
    display: flex;
    gap: 10px;
    margin-top: 18px;
  }

  .mobile-socials .button {
    flex: 1;
  }

  .services-grid,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:last-child {
    grid-column: 1 / -1;
  }

  .estimator-layout,
  .team-layout,
  .trust-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .estimate-summary {
    position: static;
  }

  .team-copy {
    max-width: 680px;
  }

  .team-media {
    grid-template-rows: repeat(2, 230px);
  }

  .contact-copy {
    max-width: 700px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 70px;
  }

  html {
    scroll-padding-top: 76px;
  }

  .shell {
    width: min(100% - 32px, 600px);
  }

  .header-inner,
  .site-header.is-scrolled .header-inner {
    min-height: 70px;
    gap: 10px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark,
  .site-header.is-scrolled .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-title,
  .site-header.is-scrolled .brand-title {
    font-size: 15px;
  }

  .brand-subtitle,
  .site-header.is-scrolled .brand-subtitle {
    font-size: 8px;
  }

  .nav-actions > .social-button {
    display: none;
  }

  .language-link,
  .menu-toggle {
    min-width: 42px;
    min-height: 42px;
  }

  .mobile-panel {
    inset-block-start: 70px;
  }

  .hero {
    align-items: end;
    min-height: 760px;
    background:
      linear-gradient(180deg, rgba(5, 35, 25, 0.38) 0%, rgba(5, 35, 25, 0.78) 72%, rgba(5, 35, 25, 0.9) 100%),
      url("./assets/dubai-burj-pineapple-table-hero-glowing-soft.png") 62% center / cover no-repeat;
  }

  .hero-inner {
    padding: 88px 0 62px;
  }

  h1 {
    max-width: 540px;
    margin-top: 18px;
    font-size: clamp(43px, 12.5vw, 58px);
    line-height: 1;
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.52;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 26px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 28px;
  }

  .proof-item {
    width: fit-content;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 26px;
  }

  h2 {
    margin-top: 12px;
    font-size: clamp(32px, 9vw, 42px);
  }

  .section-heading > p,
  .section-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .services-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .service-card:last-child {
    grid-column: auto;
  }

  .service-card {
    min-height: auto;
    padding: 24px;
  }

  .choice-grid,
  .extra-grid,
  .field-grid,
  .field-grid.two {
    grid-template-columns: 1fr;
  }

  .estimator-form,
  .estimate-summary,
  .map-copy,
  .review-panel,
  .lead-panel {
    padding: 22px;
  }

  .choice-card {
    min-height: 82px;
  }

  .team-media {
    grid-template-columns: 1fr;
    grid-template-rows: 340px 220px 220px;
  }

  .media-card.large {
    grid-row: auto;
  }

  .work-card {
    min-height: 390px;
  }

  .map-frame {
    min-height: 260px;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 40;
    display: flex;
    box-shadow: 0 16px 38px rgba(7, 83, 52, 0.34);
  }

  .site-footer {
    padding-bottom: 92px;
  }
}

@media (max-width: 440px) {
  .brand-subtitle {
    letter-spacing: 0.1em;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
