:root {
  --green-950: #15392f;
  --green-900: #1d4b3e;
  --green-800: #275d4e;
  --green-700: #34705e;
  --green-100: #e7f0eb;
  --gold-700: #a9772c;
  --gold-600: #bd8e42;
  --gold-500: #cda55f;
  --gold-200: #edd9ad;
  --cream: #f6f2e9;
  --cream-light: #fcfaf5;
  --white: #ffffff;
  --ink: #24312d;
  --muted: #67726e;
  --line: #dfe6e2;
  --shadow: 0 24px 70px rgba(21, 57, 47, 0.12);
  --shadow-soft: 0 12px 36px rgba(21, 57, 47, 0.08);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--cream-light);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea {
  font-family: var(--sans);
}

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

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

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

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

.top-strip {
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.top-strip-inner {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-strip p {
  margin: 0;
}

.top-strip a {
  color: var(--gold-200);
  font-weight: 700;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(29, 75, 62, 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-950);
  text-decoration: none;
  white-space: nowrap;
}

.brand img,
.footer-brand img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
}

.brand small {
  color: var(--green-700);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-nav a {
  position: relative;
  color: #3f4c47;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--gold-500);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 9px;
  padding: 13px 22px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-header,
.button-primary {
  background: var(--gold-500);
  color: var(--green-950);
  box-shadow: 0 10px 24px rgba(169, 119, 44, 0.22);
}

.button-header:hover,
.button-primary:hover {
  background: var(--gold-200);
  box-shadow: 0 14px 30px rgba(169, 119, 44, 0.3);
}

.button-header {
  min-height: 45px;
  padding: 11px 17px;
  font-size: 13px;
}

.menu-button {
  width: 46px;
  height: 46px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.menu-button span {
  width: 21px;
  height: 2px;
  border-radius: 2px;
  background: var(--green-950);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.hero-pattern {
  position: absolute;
  top: -260px;
  left: -230px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(189, 142, 66, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(189, 142, 66, 0.035), 0 0 0 160px rgba(189, 142, 66, 0.025);
}

.hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
  padding-top: 64px;
  padding-bottom: 72px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section h2,
.contact h2,
.policy-hero h1 {
  margin: 0;
  color: var(--green-950);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(47px, 5.2vw, 74px);
}

.hero h1 em,
.section h2 em {
  color: var(--green-700);
  font-style: italic;
  font-weight: 500;
}

.hero-lead {
  max-width: 620px;
  margin: 27px 0 0;
  color: #56645f;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.7;
}

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

.text-link {
  color: var(--green-900);
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: var(--gold-500);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link:hover {
  color: var(--gold-700);
}

.trust-list {
  margin: 42px 0 0;
  padding: 25px 0 0;
  display: flex;
  gap: 28px;
  border-top: 1px solid rgba(29, 75, 62, 0.13);
  list-style: none;
}

.trust-list li {
  display: flex;
  flex-direction: column;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.trust-list span {
  color: var(--green-900);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.05 / 1;
  border-radius: 48% 48% 10px 10px;
  background: var(--green-100);
  box-shadow: var(--shadow);
}

.hero-photo-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(21, 57, 47, 0.24));
  content: "";
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  right: -24px;
  bottom: 31px;
  width: min(270px, 62%);
  display: flex;
  align-items: center;
  gap: 14px;
  border-left: 4px solid var(--gold-500);
  border-radius: 8px;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
}

.hero-note-mark {
  color: var(--gold-700);
  font-size: 31px;
  line-height: 1;
}

.hero-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-note strong {
  display: block;
  color: var(--green-950);
  font-size: 15px;
}

.gold-seal {
  position: absolute;
  top: 35px;
  left: -42px;
  width: 124px;
  height: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 7px solid var(--cream);
  border-radius: 50%;
  padding: 15px 9px;
  overflow: hidden;
  background: var(--gold-500);
  color: var(--green-950);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.gold-seal span {
  max-width: 100%;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gold-seal strong {
  max-width: 100%;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.promise-bar {
  background: var(--green-900);
  color: var(--white);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.promise-grid article {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 23px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.promise-grid article:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.promise-grid article > span {
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
}

.promise-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
}

.promise-grid p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.section {
  padding: 108px 0;
}

.about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: clamp(55px, 8vw, 105px);
}

.about-visual {
  position: relative;
}

.about-visual::before {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 42%;
  height: 42%;
  border-top: 2px solid var(--gold-500);
  border-left: 2px solid var(--gold-500);
  content: "";
}

.about-visual img {
  width: 100%;
  aspect-ratio: 0.88 / 1;
  border-radius: 8px 90px 8px 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-caption {
  position: absolute;
  right: -28px;
  bottom: 28px;
  width: 290px;
  padding: 22px 25px;
  border-radius: 8px;
  background: var(--green-950);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.about-caption strong {
  display: block;
  color: var(--gold-200);
  font-family: var(--serif);
  font-size: 19px;
}

.about-caption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.section-copy h2,
.section-heading h2,
.faq-intro h2 {
  font-size: clamp(37px, 4vw, 56px);
}

.section-copy .lead {
  margin: 26px 0 17px;
  color: #45534e;
  font-size: 18px;
  line-height: 1.75;
}

.section-copy > p:not(.eyebrow):not(.lead) {
  color: var(--muted);
}

.values-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 30px;
}

.values-grid div {
  padding-left: 16px;
  border-left: 2px solid var(--gold-500);
}

.values-grid strong,
.values-grid span {
  display: block;
}

.values-grid strong {
  color: var(--green-950);
  font-family: var(--serif);
  font-size: 18px;
}

.values-grid span {
  color: var(--muted);
  font-size: 12px;
}

.care {
  position: relative;
  overflow: hidden;
  background: var(--green-950);
  color: var(--white);
}

.care::before {
  position: absolute;
  right: -280px;
  bottom: -380px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(205, 165, 95, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 90px rgba(205, 165, 95, 0.025), 0 0 0 180px rgba(205, 165, 95, 0.02);
}

.split-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 70px;
}

.eyebrow.light {
  color: var(--gold-200);
}

.care h2,
.contact h2 {
  color: var(--white);
}

.split-heading > p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.68);
}

.services-grid {
  position: relative;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.service-card {
  min-height: 260px;
  padding: 33px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 180ms ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.05);
}

.service-number {
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
}

.service-card h3 {
  margin: 42px 0 12px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.25;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.structure {
  background: var(--cream);
}

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

.center-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-heading .eyebrow {
  justify-content: center;
}

.center-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 255px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  padding: 0;
  background: var(--green-100);
  cursor: zoom-in;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-item::after {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(21, 57, 47, 0.78));
  content: "";
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item span {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  z-index: 2;
  color: var(--white);
  font-family: var(--serif);
  font-size: 18px;
  text-align: left;
}

.testimonials {
  background: var(--white);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 33px;
  background: var(--cream-light);
}

.stars {
  color: var(--gold-600);
  font-size: 14px;
  letter-spacing: 0.15em;
}

.testimonial-card blockquote {
  flex: 1;
  margin: 24px 0 30px;
  color: #4d5a55;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.75;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card footer > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-900);
  color: var(--gold-200);
  font-family: var(--serif);
  font-size: 19px;
}

.testimonial-card footer strong,
.testimonial-card footer small {
  display: block;
}

.testimonial-card footer strong {
  color: var(--green-950);
  font-size: 13px;
}

.testimonial-card footer small {
  color: var(--muted);
  font-size: 11px;
}

.faq {
  background: var(--cream);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}

.faq-intro {
  align-self: start;
  position: sticky;
  top: 140px;
}

.faq-intro > p:not(.eyebrow) {
  margin: 23px 0;
  color: var(--muted);
}

.accordion {
  border-top: 1px solid #ccd7d1;
}

.faq-item {
  border-bottom: 1px solid #ccd7d1;
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 0;
  padding: 20px 0;
  background: transparent;
  color: var(--green-950);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  text-align: left;
}

.faq-item button b {
  width: 31px;
  height: 31px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--gold-500);
  border-radius: 50%;
  color: var(--gold-700);
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 400;
}

.faq-item > p {
  margin: -3px 48px 26px 0;
  color: var(--muted);
  animation: faq-in 180ms ease both;
}

@keyframes faq-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact {
  padding: 104px 0;
  background: var(--green-900);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: clamp(60px, 9vw, 120px);
}

.contact h2 {
  font-size: clamp(40px, 4.4vw, 61px);
}

.contact-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact address {
  margin-top: 42px;
  display: grid;
  gap: 27px;
  font-style: normal;
}

.contact address small,
.contact address a {
  display: block;
}

.contact address small {
  margin-bottom: 5px;
  color: var(--gold-200);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact address a {
  color: var(--white);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.45;
  text-decoration: none;
}

.contact address a:hover {
  color: var(--gold-200);
}

.contact-form {
  border-radius: 10px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(7, 29, 23, 0.24);
}

.form-heading {
  margin-bottom: 28px;
}

.form-heading span {
  color: var(--gold-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 3px 0 0;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: 29px;
}

.contact-form label {
  margin-bottom: 18px;
  display: block;
  color: var(--green-950);
  font-size: 12px;
  font-weight: 800;
}

.contact-form label small {
  color: var(--muted);
  font-weight: 500;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d4ddd8;
  border-radius: 6px;
  padding: 13px 14px;
  background: #fbfcfa;
  color: var(--ink);
  font-size: 14px;
  font-weight: 450;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold-600);
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 165, 95, 0.16);
}

.contact-form textarea {
  resize: vertical;
}

.button-full {
  width: 100%;
}

.form-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.contact-map {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(7, 29, 23, 0.22);
}

.contact-map-heading {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 23px clamp(24px, 4vw, 42px);
  color: var(--green-950);
}

.contact-map-heading span {
  color: var(--gold-700);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-map-heading h3 {
  margin: 2px 0 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1.2;
}

.contact-map-heading a {
  flex: 0 0 auto;
  color: var(--green-800);
  font-size: 13px;
  font-weight: 800;
  text-decoration-color: var(--gold-500);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.contact-map iframe {
  width: 100%;
  height: 430px;
  display: block;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--green-950);
  color: var(--white);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-200), var(--gold-500));
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(220, 177, 94, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 1.15fr) minmax(270px, 1fr) minmax(245px, 0.9fr);
  align-items: start;
  gap: clamp(34px, 5vw, 74px);
  padding-top: 70px;
  padding-bottom: 58px;
}

.footer-main section {
  min-width: 0;
}

.footer-brand {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  text-decoration: none;
}

.footer-brand img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 5px rgba(220, 177, 94, 0.16);
}

.footer-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.05;
}

.footer-brand small {
  display: block;
  margin-top: 4px;
  color: var(--gold-200);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-summary {
  max-width: 345px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.75;
}

.footer-main h2 {
  position: relative;
  margin: 6px 0 26px;
  padding-bottom: 13px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.2;
}

.footer-main h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold-500);
}

.footer-contact-list {
  display: grid;
  gap: 19px;
}

.footer-contact-list a {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: start;
  gap: 13px;
  color: var(--white);
  text-decoration: none;
}

.footer-contact-list svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid rgba(220, 177, 94, 0.3);
  border-radius: 12px;
  background: rgba(220, 177, 94, 0.08);
  fill: var(--gold-200);
}

.footer-contact-list span,
.footer-instagram span {
  min-width: 0;
}

.footer-contact-list small,
.footer-contact-list strong,
.footer-contact-list em {
  display: block;
}

.footer-contact-list small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-contact-list strong {
  font-size: 13px;
  line-height: 1.45;
}

.footer-contact-list em {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.footer-contact-list a:hover strong,
.footer-contact-list a:focus-visible strong {
  color: var(--gold-200);
}

.footer-navigation nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-navigation nav a {
  position: relative;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.footer-navigation nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-500);
}

.footer-navigation nav a:hover,
.footer-navigation nav a:focus-visible {
  color: var(--gold-200);
}

.footer-instagram {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
  border-radius: 15px;
  padding: 10px 13px;
  background: linear-gradient(135deg, #833ab4 0%, #d62976 45%, #f77737 75%, #fcaf45 100%);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer-instagram:hover,
.footer-instagram:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.footer-instagram svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.footer-instagram small,
.footer-instagram strong {
  display: block;
}

.footer-instagram small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-instagram strong {
  margin-top: 2px;
  font-size: 12px;
}

.footer-instagram b {
  font-size: 20px;
  font-weight: 400;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.08);
}

.footer-bottom .container {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.footer-bottom a {
  color: var(--gold-200);
  font-weight: 750;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 35;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 19px 10px 14px;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 12px 30px rgba(10, 91, 46, 0.3);
  font-size: 13px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #128c7e;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: block;
  color: var(--white);
}

.whatsapp-float b {
  font-size: 13px;
  letter-spacing: 0.01em;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 25px;
  background: rgba(7, 23, 18, 0.94);
  cursor: zoom-out;
  animation: fade-in 180ms ease both;
}

.lightbox.is-open {
  display: grid;
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox[aria-hidden="true"] {
  display: none !important;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox > button {
  position: absolute;
  top: max(20px, env(safe-area-inset-top));
  right: max(24px, env(safe-area-inset-right));
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(21, 57, 47, 0.72);
  color: var(--white);
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: auto !important;
  font-size: 30px;
  line-height: 1;
}

.lightbox > button:hover {
  border-color: var(--gold-200);
  background: var(--green-900);
  color: var(--gold-200);
}

.lightbox figure {
  max-width: min(1050px, 92vw);
  margin: 0;
  cursor: default;
}

.lightbox img {
  max-height: 82vh;
  border-radius: 7px;
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--serif);
  text-align: center;
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.policy-page {
  min-height: 70vh;
  padding: 72px 0 100px;
  background: var(--cream);
}

.policy-hero {
  max-width: 830px;
  margin-bottom: 38px;
}

.policy-hero h1 {
  font-size: clamp(45px, 6vw, 70px);
}

.policy-hero > p:not(.eyebrow) {
  margin: 17px 0 0;
  color: var(--muted);
}

.policy-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(27px, 5vw, 58px);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.policy-card > p {
  margin: 0 0 17px;
  color: #4c5954;
}

.policy-card section {
  padding-top: 13px;
}

.policy-card h2 {
  margin: 26px 0 10px;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: 24px;
}

.policy-card section p {
  margin: 0 0 13px;
  color: #56625e;
}

.policy-contact {
  margin-top: 17px;
  border-left: 3px solid var(--gold-500);
  padding: 19px 22px;
  background: var(--cream-light);
}

.policy-contact p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .button-header { display: none; }
  .main-nav { gap: 19px; }
  .hero-grid { grid-template-columns: 1fr 0.9fr; gap: 50px; }
  .gold-seal { left: -25px; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 78px; }
  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid var(--line);
    padding: 12px 20px 20px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .main-nav a::after { display: none; }
  .menu-button { display: flex; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(700px, 92%); margin: 0 auto; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(620px, 92%); }
  .about-visual img { aspect-ratio: 1.08 / 1; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-map { margin-top: 8px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px 55px; }
  .footer-navigation { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr minmax(250px, 0.8fr); gap: 20px 55px; align-items: end; }
  .footer-navigation h2 { grid-column: 1 / -1; margin-bottom: 0; }
  .footer-instagram { margin-top: 0; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, 1160px); }
  .top-strip-inner { min-height: 39px; justify-content: center; }
  .top-strip p { display: none; }
  .brand img { width: 55px; height: 55px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 10px; }
  .hero-grid { gap: 50px; padding-top: 48px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(43px, 12vw, 57px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .trust-list { justify-content: space-between; gap: 13px; }
  .hero-visual { width: 100%; }
  .hero-photo-frame { border-radius: 44% 44% 7px 7px; }
  .gold-seal { top: 17px; left: 7px; width: 100px; height: 100px; border-width: 5px; padding: 11px 6px; }
  .gold-seal span { font-size: 7px; letter-spacing: 0.08em; }
  .gold-seal strong { font-size: 11.5px; letter-spacing: -0.035em; }
  .hero-note { right: 8px; bottom: 17px; width: min(265px, 72%); padding: 13px 15px; }
  .promise-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .promise-grid article { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); padding: 20px 8px; }
  .promise-grid article:first-child { border-left: 0; }
  .promise-grid article:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .about-visual { width: 94%; }
  .about-caption { right: -15px; bottom: 16px; width: min(290px, 80%); }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-card h3 { margin-top: 27px; }
  .gallery-grid { grid-auto-rows: 220px; }
  .gallery-wide { grid-column: auto; }
  .faq-item button { font-size: 17px; }
  .contact { padding: 78px 0; }
  .contact-map-heading { min-height: 0; align-items: flex-start; flex-direction: column; gap: 13px; padding: 22px; }
  .contact-map-heading a { min-height: 44px; display: inline-flex; align-items: center; }
  .contact-map iframe { height: 340px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; padding-top: 52px; padding-bottom: 45px; }
  .footer-navigation { grid-column: auto; display: block; }
  .footer-navigation h2 { margin-bottom: 26px; }
  .footer-instagram { max-width: 360px; margin-top: 25px; }
  .footer-bottom .container { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0 26px; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { width: 60px; height: 60px; min-height: 60px; justify-content: center; padding: 0; }
  .whatsapp-icon { width: 32px; height: 32px; flex-basis: 32px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .hero-grid { gap: 38px; padding-top: 40px; }
  .hero h1 { font-size: clamp(36px, 10.8vw, 46px); }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { gap: 18px; margin-top: 27px; }
  .button { min-height: 50px; }
  .trust-list { margin-top: 32px; padding-top: 20px; }
  .trust-list span { font-size: 20px; }
  .trust-list li { font-size: 10px; }
  .gold-seal { top: 12px; left: 6px; width: 92px; height: 92px; }
  .gold-seal span { font-size: 6.5px; }
  .gold-seal strong { font-size: 10.5px; }
  .hero-note { right: 7px; width: min(245px, 73%); }
  .hero-note-mark { font-size: 25px; }
  .hero-note strong { font-size: 13px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 235px; }
  .about-caption { right: 8px; width: calc(100% - 16px); }
  .values-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .contact-form input { min-height: 50px; }
  .contact-map iframe { height: 300px; }
  .policy-card { padding: 24px 18px; }
}

@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; }
}
