/* Standalone Mira Mesa Tailoring stylesheet. No frameworks or external fonts. */
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;tab-size:4}button,input{font:inherit}button{border-radius:0}svg{display:block;vertical-align:middle}dialog{color:inherit}h1,h2,h3,p,figure,dl,dd{margin:0}
:root {
  --background: #fcfaf7;
  --foreground: #202d38;
  --primary: #243947;
  --primary-foreground: #fcfaf7;
  --secondary: #eee9e1;
  --secondary-foreground: #202d38;
  --muted: #f0ede7;
  --muted-foreground: #626867;
  --accent: #a58a61;
  --accent-foreground: #172b38;
  --border: #dcded9;
  --input: #dcded9;
  --ring: #a58a61;
  --popover: #fcfaf7;
  --popover-foreground: #202d38;
  --radius: 0;
  --navy: #182e3c;
  --gold: #cfb78c;
  --ink: #202d38;
  --copy: #5d666a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}
h1,
h2 {
  line-height: 1.13;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(2.35rem, 3.55vw, 3.5rem);
}
h2 em {
  color: #77715f;
}
em {
  font-weight: 400;
}
address {
  font-style: normal;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #ae8147;
  outline-offset: 6px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  padding: 12px 20px;
  background: white;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  background: #fcfaf7f5;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #e4e3dd;
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: 1440px;
  margin: auto;
  min-height: 96px;
  padding: 14px 5.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.wordmark > svg {
  width: 32px;
  height: 39px;
  stroke-width: 1.2;
  border-right: 1px solid #bdc2bf;
  padding-right: 10px;
  box-sizing: content-box;
}
.wordmark > span {
  font-family: Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.095em;
  line-height: 1.25;
}
.wordmark small {
  display: block;
  font:
    10px Arial,
    sans-serif;
  letter-spacing: 0.39em;
  margin-top: 6px;
}
.desktop-nav {
  display: flex;
  gap: 35px;
}
.desktop-nav a {
  font-size: 14px;
  padding: 12px 0;
  position: relative;
}
.desktop-nav a:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--navy);
  transition: width 0.2s;
}
.desktop-nav a:hover:after {
  width: 100%;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  border: 1px solid #cbd0cf;
  padding: 11px 18px;
  transition: background 0.2s;
}
.header-cta:hover {
  background: #eeeee7;
}
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  background: #102633;
  color: white;
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 76%;
  height: 100%;
  object-position: 30% center;
  z-index: -3;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #132b39 7%,
      #142c39f5 27%,
      #142c39b0 45%,
      #142c3910 78%
    ),
    linear-gradient(0deg, #0b1d2b88, transparent 30%);
  z-index: -2;
}
.hero-inner {
  max-width: 1440px;
  margin: auto;
  padding: 66px 5.6% 112px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.65;
  margin-bottom: 23px;
  color: #657075;
}
.eyebrow.light {
  color: #d7c5a7;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero .eyebrow > span {
  width: 25px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  font-size: clamp(4rem, 6.3vw, 6.2rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  max-width: 700px;
}
.hero h1 em {
  color: #dcc7a3;
}
.hero-description {
  margin-top: 28px;
  color: #d1dadc;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-top: 33px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 54px;
  padding: 14px 24px;
  background: var(--navy);
  color: white;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #314e60;
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(0);
}
.button-cream {
  background: #f3ece0;
  color: #213342;
}
.button-cream:hover {
  background: #fffdf8;
}
.light-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  min-height: 44px;
  border-bottom: 1px solid #a9b1ad;
}
.light-link:hover {
  color: var(--gold);
}
.hero-foot {
  position: absolute;
  bottom: 0;
  left: 5.6%;
  right: 5.6%;
  border-top: 1px solid #ffffff2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  font-size: 10px;
  letter-spacing: 0.17em;
  color: #d3d9d7;
}
.hero-foot a {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
}
.section {
  max-width: 1440px;
  margin: auto;
  padding: 88px 5.6%;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #626d71;
  margin-bottom: 42px;
}
.section-label > span:first-child {
  white-space: nowrap;
}
.fine-line {
  height: 1px;
  flex: 1;
  background: #d9ddda;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 12%;
  align-items: start;
}
.intro-grid h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.27;
}
.intro-grid p {
  font-size: 16px;
  color: #455259;
}
.intro-grid p + p {
  margin-top: 15px;
}
.intro-grid .muted {
  color: #626d71;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  margin-top: 42px;
  padding-top: 27px;
  gap: 25px;
}
.values > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
}
.values > span + span {
  border-left: 1px solid var(--border);
}
.values svg {
  color: #91836a;
  stroke-width: 1.25;
}
.services {
  padding-top: 30px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 43px;
}
.section-heading > p {
  font-size: 16px;
  color: var(--copy);
  padding-bottom: 5px;
}
.services-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 60px;
}
.service-photo {
  position: relative;
  min-height: 500px;
  isolation: isolate;
  overflow: hidden;
}
.service-photo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-position: 45% center;
  z-index: -2;
}
.service-photo:after {
  content: '';
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, #102531d9);
  z-index: -1;
}
.service-photo > div {
  position: absolute;
  bottom: 35px;
  left: 35px;
  color: white;
}
.service-photo > div > span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #e0d2b9;
}
.service-photo > div > p {
  font:
    italic 42px/1.15 Georgia,
    serif;
  margin-top: 16px;
  letter-spacing: -0.03em;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
  row-gap: 30px;
}
.service {
  border-top: 1px solid #cfd5d2;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #626d71;
  margin-bottom: 17px;
}
.service-top span {
  font-size: 11px;
}
.service h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}
.service p {
  font-size: 16px;
  color: var(--copy);
  line-height: 1.8;
}
.service small {
  font-size: 12px;
  color: #626d71;
  line-height: 1.6;
  margin-top: auto;
  padding-top: 18px;
}
.service-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 14px;
  color: var(--copy);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: var(--navy);
  border-bottom: 1px solid #9fa9aa;
  min-height: 42px;
  transition: color 0.2s;
}
.text-link:hover {
  color: #916d3c;
}
.second-life {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
}
.second-life > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  object-position: 70% center;
}
.second-life-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    90deg,
    #132c39fa 0%,
    #132c39ef 35%,
    #132c398c 64%,
    #132c3933
  );
}
.second-life-content {
  max-width: 1440px;
  margin: auto;
  padding: 85px 5.6%;
  color: white;
}
.second-life h2 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
}
.second-life h2 em {
  color: var(--gold);
}
.second-life-content > p:not(.eyebrow) {
  max-width: 480px;
  font-size: 16px;
  color: #d2dadd;
  margin-top: 26px;
}
.second-life .light-link {
  margin-top: 27px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 9%;
  align-items: center;
}
.about .eyebrow {
  font-size: 11px;
  margin-bottom: 20px;
}
.about h2 {
  font-size: clamp(2.25rem, 3.4vw, 3.2rem);
  margin-bottom: 29px;
}
.about-copy > p:not(.eyebrow) {
  font-size: 16px;
  color: var(--copy);
  margin-top: 17px;
}
.about-signoff {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--border);
  margin-top: 30px;
  padding-top: 23px;
}
.about-signoff > span {
  font:
    italic 18px/1.45 Georgia,
    serif;
  color: #666955;
}
.about-signoff svg {
  color: #8d8169;
}
.owner-portrait {
  position: relative;
  margin: 0 0 20px;
}
.owner-portrait > img {
  width: 100%;
  aspect-ratio: 1/1.1;
  object-position: 44% center;
}
.owner-portrait figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  gap: 16px;
}
.owner-portrait figcaption > span {
  font:
    24px Georgia,
    serif;
}
.owner-portrait figcaption > small {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #6a7478;
}
.experience {
  position: absolute;
  left: -30px;
  bottom: 96px;
  background: #eee8de;
  padding: 24px 27px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--navy);
}
.experience strong {
  font:
    42px Georgia,
    serif;
}
.experience span {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.invitation {
  background: #e9e5dc;
  padding: 64px max(5.6%, calc((100vw - 1279px) /2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10%;
}
.invitation .eyebrow {
  color: #6e776f;
  font-size: 11px;
  margin-bottom: 16px;
}
.invitation h2 {
  font-size: clamp(2.5rem, 3.5vw, 3.4rem);
}
.invitation h2 em {
  color: #76715f;
}
.invitation > div > p:not(.eyebrow) {
  font-size: 16px;
  color: var(--copy);
}
.invitation .button {
  margin-top: 25px;
  background: var(--navy);
  color: white;
  gap: 17px;
}
.invitation .button:hover {
  background: #355465;
}
.visit-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10%;
}
.location-photos > img:first-child {
  width: 100%;
  aspect-ratio: 752/425;
}
.location-photos > img:nth-child(2) {
  width: 100%;
  aspect-ratio: 752/263;
  margin-top: 18px;
}
.location-photos > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.11em;
  margin-top: 18px;
  color: #6d7679;
}
.visit-details h2 {
  margin-bottom: 23px;
}
.visit-details > p {
  font-size: 16px;
  color: var(--copy);
  margin-bottom: 26px;
}
.contact-row {
  display: flex;
  gap: 20px;
  padding: 19px 0;
  border-top: 1px solid var(--border);
}
.contact-row > svg {
  margin-top: 4px;
  color: #8b846f;
  stroke-width: 1.3;
}
.contact-row h3,
.hours h3 {
  font:
    11px Arial,
    sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  color: #6c7577;
}
.contact-row address {
  font-size: 16px;
}
.phone-link {
  font:
    23px Georgia,
    serif;
  display: inline-block;
  padding: 5px 0;
}
.phone-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.contact-row .text-link {
  margin-top: 4px;
}
.hours {
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.hours dl {
  margin: 0;
}
.hours dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  padding: 4px 0;
}
.hours dd {
  margin: 0;
}
.hours > p {
  font-size: 12px;
  color: #626d71;
  margin-top: 12px;
}
footer {
  background: var(--navy);
  color: #e7e9e5;
  padding: 50px 5.6% 0;
}
.footer-top,
.footer-bottom {
  max-width: 1279px;
  margin: auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 1fr;
  gap: 40px;
  padding-bottom: 42px;
}
.footer-top .wordmark {
  align-self: start;
}
.footer-top .wordmark > span {
  font-size: 18px;
}
.footer-top p,
.footer-top address {
  font-size: 14px;
  color: #b4c0c4;
}
.footer-top nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  gap: 5px;
}
.footer-top a:not(.wordmark) {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}
.footer-top > div > a {
  font-size: 16px;
}
.footer-top address {
  margin-top: 10px;
}
.footer-top nav a:hover {
  color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid #ffffff24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 22px 0;
  font-size: 12px;
  color: #b3c0c5;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
}
.mobile-menu {
  background: var(--background);
  padding: 75px 28px 30px;
  width: min(90vw, 380px) !important;
}
.mobile-menu .menu-title {
  font:
    27px/1.2 Georgia,
    serif;
  color: var(--navy);
}
.mobile-menu .menu-description {
  font-size: 14px;
  color: var(--copy);
  margin-top: 8px;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.mobile-menu nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font:
    25px Georgia,
    serif;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.mobile-menu > p {
  font-size: 14px;
  color: var(--copy);
  margin-top: 14px;
}
.mobile-menu [data-slot='sheet-close'] {
  min-width: 44px;
  min-height: 44px;
  color: var(--navy);
}
.menu-trigger {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  background: none;
  border: 0;
  color: var(--navy);
}
@media (min-width: 1600px) {
  .hero-foot {
    left: max(5.6%, calc((100vw - 1279px) /2));
    right: max(5.6%, calc((100vw - 1279px) /2));
  }
  .hero {
    min-height: 745px;
  }
  .hero-inner {
    padding-top: 80px;
  }
  .hero-photo {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 20px;
    padding-inline: 4%;
  }
  .desktop-nav {
    gap: 22px;
  }
  .header-cta {
    padding: 10px 12px;
  }
  .wordmark > span {
    font-size: 18px;
  }
  .hero {
    min-height: 660px;
  }
  .hero-inner {
    padding-top: 65px;
  }
  .hero h1 {
    font-size: 80px;
  }
  .hero-actions {
    gap: 20px;
  }
  .intro-grid {
    gap: 7%;
  }
  .section {
    padding-block: 70px;
  }
  .services {
    padding-top: 25px;
  }
  .services-layout {
    gap: 35px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .service-grid {
    column-gap: 25px;
  }
  .service h3 {
    font-size: 23px;
  }
  .service small {
    font-size: 12px;
  }
  .about-grid {
    gap: 7%;
  }
  .owner-portrait > img {
    aspect-ratio: 3/4;
  }
  .visit-grid {
    gap: 7%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .footer-top > p {
    display: none;
  }
}
@media (max-width: 800px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .header-inner {
    min-height: 80px;
    padding: 12px 6%;
  }
  .hero {
    min-height: 660px;
  }
  .hero-inner {
    padding-inline: 6%;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-photo {
    width: 100%;
    object-position: 30% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #132b39f5, #142c39c9 45%, #142c3944),
      linear-gradient(0deg, #0b1d2b88, transparent 30%);
  }
  .section {
    padding: 64px 6%;
  }
  .section-label {
    margin-bottom: 32px;
  }
  .intro-grid {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .values {
    gap: 16px;
  }
  .values > span {
    font-size: 12px;
    gap: 10px;
  }
  .services {
    padding-top: 12px;
  }
  .section-heading > p {
    max-width: 260px;
    font-size: 14px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .services-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-photo {
    min-height: 300px;
  }
  .service-photo > img {
    object-position: center 45%;
  }
  .service-photo > div {
    bottom: 25px;
    left: 28px;
  }
  .service-grid {
    gap: 32px;
  }
  .service h3 {
    font-size: 25px;
  }
  .service p {
    font-size: 16px;
  }
  .service-contact {
    align-items: flex-start;
  }
  .about-grid {
    gap: 35px;
    align-items: start;
  }
  .about h2 {
    font-size: 36px;
  }
  .owner-portrait {
    margin-top: 20px;
  }
  .owner-portrait > img {
    aspect-ratio: 3/5;
  }
  .owner-portrait figcaption {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .experience {
    left: -18px;
    bottom: 122px;
    padding: 18px;
    gap: 10px;
  }
  .experience strong {
    font-size: 32px;
  }
  .experience span {
    font-size: 9px;
  }
  .invitation {
    padding: 55px 6%;
    gap: 35px;
  }
  .invitation h2 {
    font-size: 39px;
  }
  .invitation .button {
    gap: 12px;
    padding-inline: 17px;
  }
  .invitation br {
    display: none;
  }
  .visit-grid {
    gap: 35px;
  }
  .visit-details h2 {
    font-size: 36px;
  }
  .location-photos > img:first-child {
    aspect-ratio: 4/5;
    object-position: 25% center;
  }
  .location-photos > img:nth-child(2) {
    aspect-ratio: 1/1;
    object-position: 60% center;
  }
  .location-photos > span {
    font-size: 9px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .footer-top > div {
    grid-column: 1/3;
  }
  .footer-top address {
    display: inline-block;
    margin: 0 0 0 25px;
    vertical-align: top;
  }
  html {
    scroll-padding-top: 96px;
  }
}
@media (max-width: 560px) {
  .header-inner {
    min-height: 76px;
  }
  .wordmark > span {
    font-size: 17px;
  }
  .wordmark small {
    font-size: 9px;
  }
  .wordmark > svg {
    height: 33px;
    width: 28px;
  }
  .hero {
    min-height: 690px;
    display: flex;
    align-items: flex-start;
  }
  .hero-inner {
    padding: 58px 6% 115px;
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 13vw, 4.5rem);
    line-height: 1.05;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
    gap: 8px;
    margin-bottom: 26px;
  }
  .hero .eyebrow > span {
    width: 15px;
  }
  .hero-photo {
    object-position: 25% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #142b3bea, #142b3ba8 70%, #142b3b78),
      linear-gradient(0deg, #0e2635e6, transparent 60%);
  }
  .hero-description {
    font-size: 16px;
    margin-top: 25px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 28px;
  }
  .hero-actions .button {
    min-height: 54px;
    gap: 36px;
  }
  .hero-foot {
    min-height: 64px;
    left: 6%;
    right: 6%;
    font-size: 9px;
  }
  .section {
    padding-block: 53px;
  }
  .section-label {
    font-size: 10px;
    gap: 18px;
    margin-bottom: 28px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .intro-grid h2 {
    font-size: 32px;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
    padding-top: 10px;
  }
  .values > span {
    justify-content: flex-start;
    font-size: 14px;
    padding: 14px 0;
  }
  .values > span + span {
    border-left: 0;
    border-top: 1px solid var(--border);
  }
  .services {
    padding-top: 6px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 22px;
    font-size: 16px;
  }
  .section-heading > p br {
    display: none;
  }
  .service-photo {
    min-height: 310px;
  }
  .service-photo > div > p {
    font-size: 38px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .service {
    padding-top: 22px;
  }
  .service-top {
    margin-bottom: 14px;
  }
  .service h3 {
    font-size: 28px;
  }
  .service small {
    font-size: 12px;
    padding-top: 15px;
  }
  .service-contact {
    display: block;
    margin-top: 25px;
  }
  .service-contact .text-link {
    margin-top: 12px;
  }
  .second-life-content {
    padding: 62px 6%;
  }
  .second-life-shade {
    background: #152c3bea;
  }
  .second-life h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .second-life-content > p:not(.eyebrow) {
    margin-top: 22px;
  }
  .second-life .light-link {
    gap: 10px;
    font-size: 14px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about h2 {
    font-size: 37px;
    margin-bottom: 24px;
  }
  .about .eyebrow {
    font-size: 10px;
  }
  .owner-portrait {
    margin: 0;
  }
  .owner-portrait > img {
    aspect-ratio: 1/1;
    object-position: 43% center;
  }
  .owner-portrait figcaption {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .experience {
    left: -10px;
    bottom: 94px;
    padding: 20px;
  }
  .experience strong {
    font-size: 40px;
  }
  .experience span {
    font-size: 10px;
  }
  .invitation {
    grid-template-columns: 1fr;
    padding: 48px 6%;
    gap: 25px;
  }
  .invitation h2 {
    font-size: 40px;
  }
  .invitation br {
    display: block;
  }
  .invitation > div > p:not(.eyebrow) br {
    display: none;
  }
  .invitation .button {
    margin-top: 22px;
    gap: 15px;
    padding-inline: 20px;
  }
  .visit-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .visit-details {
    grid-row: 1;
  }
  .visit-details h2 {
    font-size: 38px;
  }
  .visit-details h2 br {
    display: none;
  }
  .location-photos > img:first-child {
    aspect-ratio: 752/425;
    object-position: center;
  }
  .location-photos > img:nth-child(2) {
    aspect-ratio: 752/263;
    object-position: center;
  }
  .location-photos > span {
    font-size: 10px;
  }
  .contact-row {
    padding: 21px 0;
  }
  .hours dl > div {
    font-size: 14px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .footer-top > div {
    grid-column: auto;
  }
  .footer-top address {
    display: block;
    margin: 12px 0 0;
  }
  .footer-top nav {
    flex-direction: row;
    gap: 22px;
    flex-wrap: wrap;
  }
  .footer-top nav a {
    min-height: 44px;
  }
  .footer-bottom {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }
  .footer-bottom a {
    min-height: 44px;
  }
  footer {
    padding: 38px 6% 0;
  }
  .footer-top {
    padding-bottom: 25px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-inner {
    animation: arrive 0.8s ease-out both;
  }
  @keyframes arrive {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero {
    min-height: 660px;
  }
}

/* Native accessible mobile navigation */
.mobile-menu{position:fixed;inset:0 0 0 auto;margin:0;max-height:none;height:100dvh;max-width:90vw;border:0;border-left:1px solid var(--border);overflow-y:auto;overscroll-behavior:contain;box-shadow:-12px 0 48px #10263330}.mobile-menu:not([open]){display:none}.mobile-menu[open]{display:block}.mobile-menu::backdrop{background:#142b3b66;backdrop-filter:blur(3px)}.menu-close{position:absolute;right:16px;top:16px;display:grid;place-items:center;min-width:44px;min-height:44px;border:0;background:transparent;color:var(--navy)}.menu-close:hover{background:var(--muted)}.mobile-menu .button{width:100%}.menu-open{overflow:hidden}.mobile-nav{display:none}@media(max-width:800px){html.js .mobile-nav{display:block}html:not(.js) .desktop-nav{display:flex;flex-wrap:wrap;gap:8px 18px}html:not(.js) .header-inner{flex-wrap:wrap}html:not(.js) .desktop-nav a{min-height:44px}}
