:root {
  --ink: #403733;
  --muted: #726762;
  --rose: #b57284;
  --rose-dark: #934d64;
  --blue: #4d86af;
  --cream: #faf6f2;
  --sand: #eaded5;
  --white: #fff;
  --shadow: 0 18px 48px rgba(64, 55, 51, .12);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--muted);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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

a {
  color: var(--rose-dark);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 .6em;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

h1 { font-size: clamp(2.35rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }

p {
  margin: 0 0 1.15em;
}

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

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

.skip-link:focus {
  transform: none;
}

.topbar {
  border-bottom: 1px solid #eee7e2;
  background: #fff;
  color: #547493;
  font-size: 14px;
}

.topbar .container {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 28px;
}

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

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(103, 80, 71, .1);
  background: rgba(255, 255, 255, .97);
}

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

.brand {
  flex: 0 1 280px;
}

.brand img {
  width: min(280px, 100%);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.desktop-nav > a,
.desktop-nav summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .035em;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav summary::-webkit-details-marker,
.mobile-toggle summary::-webkit-details-marker {
  display: none;
}

.desktop-nav > a:hover,
.desktop-nav summary:hover,
.desktop-nav > a.active {
  background: var(--cream);
  color: var(--rose-dark);
}

.services-menu {
  position: relative;
}

.services-menu summary::after {
  margin-left: 7px;
  content: "⌄";
}

.submenu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 290px;
  padding: 10px;
  border: 1px solid #eee5df;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.submenu a:hover {
  background: var(--cream);
  color: var(--rose-dark);
}

.mobile-toggle {
  display: none;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(181,114,132,.12), transparent 27%),
    linear-gradient(135deg, #fff 0%, #fcfaf8 52%, #f4f8fb 100%);
}

.hero-grid {
  display: grid;
  min-height: 510px;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: clamp(38px, 7vw, 84px);
  padding-block: 65px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 em {
  display: block;
  color: #42a5d8;
  font-weight: 400;
}

.hero-lead {
  max-width: 610px;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.inner-hero {
  padding: clamp(62px, 8vw, 105px) 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(181,114,132,.16), transparent 28%),
    linear-gradient(135deg, var(--cream), #fff);
  text-align: center;
}

.inner-hero h1 {
  max-width: 900px;
  margin-inline: auto;
}

.inner-hero p {
  max-width: 690px;
  margin: 0 auto;
  font-size: 18px;
}

.section {
  padding: clamp(55px, 8vw, 95px) 0;
}

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

.intro-card {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #ede4de;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
}

.content-copy {
  font-size: 17px;
}

.media-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

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

.image-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.image-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.image-grid .rotate-left {
  transform: rotate(-90deg);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  padding: 28px;
  border: 1px solid #ede4de;
  border-radius: 18px;
  background: #fff;
}

.product-card h3 {
  color: var(--rose-dark);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(30px, 6vw, 70px);
}

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

.contact-item {
  padding: 19px 21px;
  border: 1px solid #ede4de;
  border-radius: 14px;
  background: #fff;
}

.contact-item small {
  display: block;
  color: var(--rose-dark);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-item a,
.contact-item address {
  color: var(--ink);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.contact-cta {
  padding: clamp(30px, 5vw, 50px);
  border-radius: var(--radius);
  background: var(--ink);
  color: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}

.contact-cta h2 {
  color: #fff;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 5px 8px 5px 0;
  padding: 12px 20px;
  border: 1px solid #deb7c2;
  border-radius: 999px;
  background: #deb7c2;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  color: #fff;
}

.legal {
  max-width: 900px;
}

.legal h2 {
  margin-top: 1.6em;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.legal h3 {
  margin-top: 1.45em;
}

.legal p,
.legal li {
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 36px 0;
  border-top: 1px solid #ede5df;
  background: var(--cream);
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

.site-footer nav {
  margin-top: 8px;
}

.site-footer a {
  margin-inline: 7px;
  color: var(--ink);
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .mobile-toggle {
    position: relative;
    display: block;
  }

  .mobile-toggle > summary {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid #eadfd8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 25px rgba(64,55,51,.12);
    cursor: pointer;
    list-style: none;
  }

  .hamburger,
  .hamburger::before,
  .hamburger::after {
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: var(--ink);
    content: "";
  }

  .hamburger {
    position: relative;
  }

  .hamburger::before,
  .hamburger::after {
    position: absolute;
    left: 0;
  }

  .hamburger::before { top: -7px; }
  .hamburger::after { top: 7px; }

  .mobile-panel {
    position: absolute;
    top: 60px;
    right: 0;
    width: min(340px, calc(100vw - 28px));
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid #eadfd8;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .mobile-panel a,
  .mobile-panel summary {
    display: block;
    padding: 11px 12px;
    border-radius: 9px;
    color: var(--ink);
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    text-decoration: none;
  }

  .mobile-panel a:hover,
  .mobile-panel summary:hover {
    background: var(--cream);
  }

  .mobile-services .submenu {
    position: static;
    width: auto;
    margin: 3px 0 8px;
    padding: 4px 8px 4px 15px;
    border: 0;
    border-left: 2px solid var(--sand);
    border-radius: 0;
    box-shadow: none;
  }

  .hero-grid,
  .content-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
    padding-block: 55px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-media {
    max-width: 650px;
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .topbar .container {
    min-height: 36px;
    justify-content: center;
    gap: 15px;
    font-size: 12px;
  }

  .topbar .address {
    display: none;
  }

  .header-inner {
    min-height: 84px;
  }

  .brand {
    flex-basis: 220px;
  }

  .hero-grid {
    gap: 35px;
    padding-block: 42px 52px;
  }

  .hero-media img {
    border-width: 3px;
  }

  .inner-hero {
    padding: 54px 0;
  }

  .image-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    margin-right: 0;
  }
}
