:root {
  color: #103747;
  background: #fffdf8;
  font: 18px/1.55 Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #0b4052; outline-offset: 4px; }
.contact a:focus-visible { outline-color: #ffcb4d; }
.shell { width: min(100% - 40px, 1160px); margin-inline: auto; }
.skip-link {
  position: absolute;
  top: -80px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  background: #fff;
  color: #103747;
}
.skip-link:focus { top: 12px; }

.site-header { background: #fffdf8; border-bottom: 1px solid #e6e2d7; }
.header-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { display: block; width: 195px; height: auto; }
.header-nav { display: flex; align-items: center; gap: 28px; font-size: 16px; font-weight: 700; }
.header-nav a { text-decoration: none; padding-block: 8px; }
.header-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }

.hero { background: #fff8e9; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: 36px;
  padding-top: 32px;
}
.hero-copy { padding-block: 28px 42px; }
.eyebrow {
  margin-bottom: 18px;
  color: #165367;
  font-size: 16px;
  font-weight: 700;
}
.hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(42px, 4.5vw, 62px);
  letter-spacing: -.04em;
}
.hero h1 span {
  display: inline-block;
  padding: 0 .12em .04em;
  color: #103747;
  background: #ffd05b;
  border-radius: 5px;
}
.hero-description { max-width: 600px; margin-bottom: 26px; font-size: 21px; line-height: 1.5; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.button:hover { filter: brightness(.94); }
.button-call { background: #0b4052; color: #fff; }
.button-whatsapp { background: #ffca4d; color: #103747; }
.photo-note { margin: 15px 0 0; color: #335464; font-size: 18px; }
.hero-visual {
  align-self: end;
  background: #fff8e9;
}
.hero-visual img { display: block; width: 100%; height: auto; max-height: 550px; object-fit: contain; object-position: bottom; }

.section { padding-block: 70px; }
.section h2, .hospitality h2 { margin-bottom: 30px; font-size: clamp(32px, 3.2vw, 44px); letter-spacing: -.025em; }
.services { background: #fffdf8; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 0; list-style: none; }
.service-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e3e4dc;
  border-radius: 14px;
  box-shadow: 0 3px 14px #173c4a0b;
}
.service-check {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  background: #0b4052;
  color: #ffca4d;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}
.service-card h3 { margin: 0; font-size: 23px; }
.services-close {
  margin: 24px 0 0;
  padding: 19px 24px;
  background: #fff1ca;
  border-left: 6px solid #efac1b;
  border-radius: 0 10px 10px 0;
  font-size: 19px;
  font-weight: 700;
}

.steps-section { background: #edf4ef; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 0; list-style: none; }
.steps li { display: flex; align-items: flex-start; gap: 15px; }
.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: #0b4052;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.steps h3 { margin: 5px 0 10px; font-size: 22px; }
.steps p { margin: 0; font-size: 18px; }

.about { background: #fffdf8; }
.about-inner { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 40px; }
.section-label { margin-bottom: 10px; color: #165367; font-size: 17px; font-weight: 700; }
.about h2 { margin-bottom: 0; }
.about-inner > p { max-width: 650px; margin: 0; font-size: 21px; }
.hospitality { padding-block: 38px; background: #fff1c7; }
.hospitality-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hospitality h2 { margin-bottom: 12px; font-size: 32px; }
.hospitality p { max-width: 700px; margin: 0; font-size: 19px; }
.hospitality-link { flex: none; font-size: 18px; font-weight: 800; text-underline-offset: 5px; }

.contact { background: #0b4052; color: #fff; }
.contact-inner { max-width: 850px; }
.contact h2 { margin-bottom: 15px; }
.contact-inner > p { font-size: 20px; }
.contact-number { margin: 20px 0 4px; }
.phone-number { color: #ffcb4d; font-size: clamp(30px, 4vw, 42px); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.contact-email { margin: 0 0 24px; overflow-wrap: anywhere; }
.contact-email a { color: #fff; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.contact .button-call { background: #fff; color: #0b4052; }
.contact .service-area { margin: 28px 0 0; color: #e3f0ee; font-size: 18px; font-weight: 700; }
.site-footer { padding-block: 26px; background: #082d3b; color: #fff; }
.footer-inner { display: flex; justify-content: space-between; gap: 12px; font-size: 16px; }
.footer-inner span:first-child { font-weight: 800; }
.mobile-contact-bar { display: none; }

@media (max-width: 900px) {
  .hero-grid { gap: 22px; }
  .hero h1 { font-size: clamp(38px, 5vw, 52px); }
  .hero-description { font-size: 19px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .steps li { max-width: 680px; }
}
@media (max-width: 700px) {
  html { scroll-padding-bottom: calc(116px + env(safe-area-inset-bottom)); }
  body { padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
  .shell { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 0; flex-wrap: wrap; gap: 5px; padding-block: 12px 8px; }
  .brand img { width: 150px; }
  .header-nav { width: 100%; justify-content: space-between; gap: 14px; font-size: 16px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .hero-copy { padding-block: 32px 25px; }
  .eyebrow { margin-bottom: 15px; }
  .hero h1 { font-size: clamp(36px, 9vw, 47px); }
  .hero-description { font-size: 19px; }
  .hero .contact-buttons { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 58px; }
  .hero-visual { max-width: 500px; width: 100%; margin-inline: auto; }
  .hero-visual img { max-height: 400px; }
  .section { padding-block: 48px; }
  .section h2 { margin-bottom: 25px; font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 90px; padding: 18px; }
  .services-close { padding: 18px; }
  .about-inner { grid-template-columns: 1fr; gap: 16px; }
  .about-inner > p { font-size: 19px; }
  .hospitality { padding-block: 32px; }
  .hospitality-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hospitality h2 { font-size: 30px; }
  .contact-inner > p { font-size: 19px; }
  .contact .contact-buttons { display: grid; grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
  .mobile-contact-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #cbd6d3;
    box-shadow: 0 -4px 18px #0b405223;
  }
  .mobile-contact-bar a {
    display: grid;
    place-items: center;
    min-height: 56px;
    padding: 8px;
    border-radius: 8px;
    background: #0b4052;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }
  .mobile-contact-bar a:last-child { background: #ffca4d; color: #103747; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
