:root {
  --ink: #122326;
  --muted: #607174;
  --line: #dce6e5;
  --paper: #f7f4ed;
  --white: #ffffff;
  --teal: #167a79;
  --teal-dark: #0d5052;
  --red: #d64a4a;
  --sage: #7d986b;
  --gold: #c99a3d;
  --shadow: 0 20px 55px rgba(18, 35, 38, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 132px;
  padding: 14px clamp(16px, 4vw, 56px);
  background: rgba(247, 244, 237, 0.92);
  border-bottom: 1px solid rgba(220, 230, 229, 0.9);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(520px, 52vw, 920px);
  height: auto;
  max-height: 128px;
  object-fit: contain;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: min(52vw, 920px);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.5vw, 28px);
  color: #405154;
  font-size: 14px;
  font-weight: 800;
}

.main-nav a:hover {
  color: var(--teal);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--teal);
}

.header-cta:hover,
.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--teal-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.3;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding: clamp(40px, 7vw, 92px) clamp(18px, 5vw, 76px);
  background:
    linear-gradient(135deg, rgba(22, 122, 121, 0.11), rgba(214, 74, 74, 0.08)),
    var(--paper);
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.3vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.zh {
  padding-left: 16px;
  border-left: 4px solid var(--red);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-media {
  position: relative;
  min-height: 620px;
}

.hero-media figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo-main {
  right: 0;
  top: 0;
  width: min(69%, 520px);
  height: 600px;
}

.photo-main img,
.photo-side img,
.why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-main img {
  object-position: 58% center;
}

.photo-side {
  left: 0;
  bottom: 20px;
  width: min(51%, 430px);
  height: 330px;
}

.hero-card {
  position: absolute;
  right: 30px;
  bottom: 36px;
  width: 245px;
  padding: 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: var(--shadow);
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card strong {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.1;
}

.hero-card span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 82px;
  padding: 18px;
  background: var(--white);
  color: #34474a;
  font-weight: 900;
  text-align: center;
}

.trust-strip svg {
  color: var(--teal);
}

.section {
  padding: clamp(64px, 8vw, 106px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 1180px;
  margin: 0 auto 32px;
}

.section-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(31px, 4.3vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-grid article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(18, 35, 38, 0.06);
}

.service-grid svg {
  margin-bottom: 28px;
  color: var(--red);
}

.service-grid h3,
.why-list strong,
.steps h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.service-grid p,
.steps p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.62;
}

.service-grid span {
  display: block;
  margin-top: 16px;
  color: var(--teal-dark);
  font-weight: 900;
  line-height: 1.45;
}

.why-section {
  background: #eef3ef;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.why-photo {
  min-height: 630px;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.why-photo img {
  object-position: 50% 26%;
}

.why-list {
  display: grid;
  gap: 12px;
}

.why-list div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.why-list svg {
  color: var(--teal);
}

.why-list p {
  margin: 0;
}

.why-list span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.45;
}

.zh-panel {
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), #243f42);
}

.zh-panel h3 {
  margin-bottom: 10px;
}

.zh-panel p {
  margin-bottom: 0;
  line-height: 1.72;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #ccd8d7;
  border: 1px solid #ccd8d7;
  border-radius: 8px;
  overflow: hidden;
}

.steps li {
  min-height: 240px;
  padding: 26px;
  background: var(--white);
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-weight: 950;
}

.arrival-section {
  background: var(--white);
}

.arrival-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: 28px;
  align-items: end;
}

.arrival-section .section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.arrival-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.arrival-card {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe7e5;
  box-shadow: 0 14px 36px rgba(18, 35, 38, 0.1);
}

.arrival-card.large {
  min-height: 540px;
}

.arrival-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrival-card.large img {
  object-position: 50% 42%;
}

.arrival-card:not(.large) img {
  object-position: 50% 26%;
}

.arrival-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(18, 35, 38, 0.72), rgba(18, 35, 38, 0));
}

.arrival-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--white);
  font-weight: 900;
  line-height: 1.25;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
  margin: 0 clamp(18px, 4vw, 56px) 42px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), #17383a 58%, #6e3030);
}

.contact-section .eyebrow {
  color: #ffd78a;
}

.contact-section h2 {
  max-width: 640px;
  margin-bottom: 12px;
  font-size: clamp(31px, 4.3vw, 54px);
  line-height: 1.05;
}

.contact-copy p {
  max-width: 580px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-card {
  display: grid;
  gap: 10px;
}

.contact-line {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
}

.contact-line span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-line:hover {
  background: rgba(255, 255, 255, 0.17);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 25;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 16px 35px rgba(37, 211, 102, 0.34);
}

@media (max-width: 1040px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .why-layout,
  .arrival-section .section-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 570px;
  }

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

  .arrival-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .arrival-card.large {
    grid-column: 1 / -1;
  }

  .steps,
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 660px) {
  .site-header {
    min-height: 92px;
    gap: 10px;
    padding: 8px 12px;
  }

  .main-nav {
    display: none;
  }

  .brand img {
    width: min(310px, 78vw);
    height: auto;
    max-height: 86px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 56px);
  }

  .header-cta {
    width: 44px;
    min-height: 44px;
    padding-inline: 0;
    gap: 0;
    font-size: 14px;
  }

  .header-cta {
    font-size: 0;
  }

  .header-cta svg {
    width: 20px;
    height: 20px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(34px, 10.5vw, 42px);
    line-height: 1.02;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding: 28px 16px 42px;
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.52;
  }

  .zh {
    margin-top: 14px;
    padding-left: 12px;
    border-left-width: 3px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-media {
    min-height: auto;
    position: relative;
    display: block;
  }

  .hero-media figure,
  .hero-card {
    position: static;
    width: 100%;
    border-width: 6px;
  }

  .photo-main,
  .photo-side {
    height: auto;
  }

  .photo-main {
    aspect-ratio: 4 / 5;
  }

  .hero-media .photo-side {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 54%;
    aspect-ratio: 4 / 3;
    border-width: 5px;
  }

  .photo-main img {
    max-height: none;
    object-fit: cover;
    object-position: 58% 32%;
  }

  .photo-side img {
    max-height: none;
    object-fit: cover;
    object-position: 50% 45%;
  }

  .hero-card {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 42%;
    padding: 16px;
  }

  .hero-card strong {
    font-size: 16px;
    line-height: 1.12;
  }

  .hero-card span {
    margin-top: 4px;
    font-size: 12px;
  }

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

  .trust-strip div {
    min-height: 72px;
    padding: 14px 10px;
    font-size: 13px;
  }

  .service-grid,
  .arrival-gallery,
  .steps {
    grid-template-columns: 1fr;
  }

  .arrival-card,
  .arrival-card.large {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .arrival-card.large {
    grid-column: auto;
  }

  .arrival-card img,
  .arrival-card.large img,
  .arrival-card:not(.large) img {
    object-position: 50% 32%;
  }

  .arrival-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 14px;
  }

  .section {
    padding: 52px 16px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-heading h2,
  .contact-section h2 {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.08;
  }

  .service-grid {
    gap: 12px;
  }

  .service-grid article {
    padding: 22px;
  }

  .service-grid article,
  .steps li {
    min-height: auto;
  }

  .why-photo {
    min-height: 420px;
  }

  .why-list div {
    grid-template-columns: 34px 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
    margin-inline: 16px;
    margin-bottom: 28px;
    padding-inline: 22px;
  }

  .contact-line {
    grid-template-columns: 24px 1fr;
    padding: 14px;
    font-size: 14px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 380px) {
  .brand img {
    width: min(280px, 76vw);
  }

  .site-header {
    padding-inline: 10px;
  }

  h1 {
    font-size: 33px;
  }
}
