/*
Theme Name: Family Tailor Elementor Exact
Theme URI: https://family-tailor.com/
Author: Family Tailor
Description: Pixel-identical Family Tailor theme with original PHP fallbacks and editable Elementor layouts.
Version: 2.3.7
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: family-tailor
*/

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ft-pink: #d72c79;
  --ft-pink-dark: #a91858;
  --ft-ink: #252225;
  --ft-muted: #746e72;
  --ft-paper: #fffdfd;
  --ft-blush: #fff4f8;
  --ft-line: #eadde3;
  --ft-max: 1200px;
  --ft-radius: 22px;
  --ft-shadow: 0 18px 60px rgba(65, 24, 44, .10);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ft-ink);
  background: var(--ft-paper);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container { width: min(calc(100% - 40px), var(--ft-max)); margin-inline: auto; }
.site-main { overflow: hidden; }
.section { padding: 96px 0; }
.section--soft { background: var(--ft-blush); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--ft-pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; }
h1 { font-size: clamp(42px, 6.4vw, 86px); font-weight: 500; letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 4.2vw, 58px); font-weight: 500; letter-spacing: -.04em; }
h3 { font-size: clamp(22px, 2vw, 30px); font-weight: 500; }
.lead { max-width: 720px; color: var(--ft-muted); font-size: clamp(18px, 2vw, 23px); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--ft-pink);
  border-radius: 999px;
  background: var(--ft-pink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--ft-pink-dark); }
.button--ghost { background: transparent; color: var(--ft-pink); }
.button--ghost:hover, .button--ghost:focus-visible { color: #fff; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(234, 221, 227, .8);
  background: rgba(255, 253, 253, .92);
  backdrop-filter: blur(14px);
}
.header-inner {
  display: flex;
  align-items: center;
  min-height: 84px;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { width: auto; max-width: 180px; max-height: 50px; }
.brand__text { font-size: 19px; font-weight: 700; letter-spacing: .05em; }
.primary-menu, .footer-menu { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-menu a { font-size: 13px; font-weight: 600; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--ft-pink); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 0;
  background: transparent;
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ft-ink); }

.hero { position: relative; min-height: calc(100vh - 84px); display: grid; align-items: end; color: #fff; }
.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(28, 17, 22, .73), rgba(28, 17, 22, .18) 70%), linear-gradient(0deg, rgba(28, 17, 22, .48), transparent 46%);
}
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__content { position: relative; z-index: 1; max-width: 850px; padding: 120px 0 90px; }
.hero .eyebrow { color: #ffd2e6; }
.hero p { max-width: 660px; font-size: clamp(17px, 2vw, 22px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero .button--ghost { border-color: #fff; color: #fff; }

.intro-grid, .about-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}
.intro-grid__image, .about-grid__image { overflow: hidden; border-radius: var(--ft-radius); box-shadow: var(--ft-shadow); }
.intro-grid__image img, .about-grid__image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.service-card { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--ft-radius); color: #fff; }
.service-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(26, 14, 21, .82), transparent 72%); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card__content { position: absolute; z-index: 1; inset: auto 28px 25px; }
.service-card__content p { margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 14px; }

.quote-band { padding: 64px 0; background: var(--ft-ink); color: #fff; text-align: center; }
.quote-band blockquote { max-width: 930px; margin: 0 auto; font-size: clamp(25px, 3.3vw, 44px); font-weight: 400; line-height: 1.35; }

.cta {
  padding: 64px;
  border-radius: 30px;
  background: var(--ft-pink);
  color: #fff;
  text-align: center;
}
.cta p { max-width: 680px; margin-inline: auto; }
.cta .button { border-color: #fff; background: #fff; color: var(--ft-pink); }

.page-hero { padding: 110px 0 72px; background: var(--ft-blush); text-align: center; }
.page-hero h1 { max-width: 950px; margin-inline: auto; }
.page-content { max-width: 840px; margin-inline: auto; }
.page-content > * + * { margin-top: 1.25em; }
.page-content img { border-radius: var(--ft-radius); }
.service-feature { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.service-feature__image img { width: 100%; min-height: 560px; object-fit: cover; border-radius: var(--ft-radius); }
.checklist { padding: 0; list-style: none; }
.checklist li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--ft-line); }
.checklist li::before { position: absolute; left: 0; content: "•"; color: var(--ft-pink); font-size: 25px; line-height: 1; }

.contact-card { padding: 38px; border: 1px solid var(--ft-line); border-radius: var(--ft-radius); background: #fff; box-shadow: var(--ft-shadow); }
.contact-list { padding: 0; list-style: none; }
.contact-list li { padding: 13px 0; border-bottom: 1px solid var(--ft-line); }
.contact-list strong { display: block; color: var(--ft-pink); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 600; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  border: 1px solid var(--ft-line);
  border-radius: 12px;
  background: #fff;
  padding: 13px 15px;
}
.form-field textarea { min-height: 140px; resize: vertical; }

.site-footer { padding: 72px 0 24px; background: #211d20; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; }
.footer-title { color: #fff; font-weight: 700; }
.footer-menu { align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 20px 28px;
    border-bottom: 1px solid var(--ft-line);
    background: var(--ft-paper);
  }
  .site-nav.is-open { display: block; }
  .primary-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-menu a { display: block; padding: 12px 0; }
  .header-cta { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid, .about-grid, .contact-grid, .service-feature { grid-template-columns: 1fr; }
  .service-feature__image img { min-height: 400px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--ft-max)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 70px; }
  .hero { min-height: 720px; }
  .hero__content { padding: 100px 0 58px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 410px; }
  .cta { padding: 44px 22px; }
  .page-hero { padding: 78px 0 52px; }
  .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

/* Elementor applies `.elementor img { height: auto; }` after the theme CSS.
   Restore the fixed design heights inside the exact-layout widget so mobile
   heroes and galleries do not split into an image followed by an empty block. */
.elementor-widget-family-tailor-original-layout .hero__image,
.elementor-widget-family-tailor-original-layout .figma-hero > img,
.elementor-widget-family-tailor-original-layout .service-hero > img,
.elementor-widget-family-tailor-original-layout .formal-hero__image,
.elementor-widget-family-tailor-original-layout .formal-cta > img,
.elementor-widget-family-tailor-original-layout .service-card img {
  width: 100%;
  height: 100%;
}
.elementor-widget-family-tailor-original-layout .figma-service img { height: 540px; }
.elementor-widget-family-tailor-original-layout .figma-strip img { height: 430px; }
.elementor-widget-family-tailor-original-layout .figma-feature > img,
.elementor-widget-family-tailor-original-layout .figma-book > img,
.elementor-widget-family-tailor-original-layout .service-split > img { height: 581px; }
.elementor-widget-family-tailor-original-layout .bridal-gallery img { height: 430px; }
.elementor-widget-family-tailor-original-layout .service-banner img,
.elementor-widget-family-tailor-original-layout .service-wide-image img { height: 360px; }
.elementor-widget-family-tailor-original-layout .formal-intro__image-wrap img { height: 610px; }

@media (max-width: 980px) {
  .elementor-widget-family-tailor-original-layout .figma-service img { height: 480px; }
  .elementor-widget-family-tailor-original-layout .service-split > img { height: 500px; }
}

@media (max-width: 680px) {
  .elementor-widget-family-tailor-original-layout .figma-service img { height: 520px; }
  .elementor-widget-family-tailor-original-layout .figma-strip img { height: 420px; }
  .elementor-widget-family-tailor-original-layout .figma-book > img { height: 480px; }
  .page-gown-alteration .elementor-widget-family-tailor-original-layout .service-banner img,
  .page-gown-alteration .elementor-widget-family-tailor-original-layout .service-wide-image img { height: 260px; }
  .elementor-widget-family-tailor-original-layout .bridal-gallery img { height: 380px; }
  .elementor-widget-family-tailor-original-layout .formal-intro__image-wrap img { height: 420px; }
}

/* Elementor Theme Builder header: keep the complete desktop menu on one row
   and make the tablet/mobile header compact. */
@media (min-width: 1025px) {
  .elementor-location-header .elementor-nav-menu--main .elementor-item {
    padding-right: 7px !important;
    padding-left: 7px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1024px) {
  .elementor-location-header .e-con-boxed.e-con {
    min-height: 74px !important;
    padding: 8px 16px !important;
  }

  .elementor-location-header .elementor-widget-image img {
    max-width: 105px !important;
  }

  .elementor-location-header .elementor-widget-button {
    display: none !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .elementor-item {
    padding: 10px 14px !important;
    font-size: 14px !important;
  }
}

/* Exact Elementor bridge --------------------------------------------------
 * The Original Page Layout widget prints the same markup as the PHP theme.
 * These wrappers are made layout-neutral so they cannot introduce new gaps,
 * widths or responsive behavior around that markup.
 */
body.elementor-page .site-main > .elementor,
.family-tailor-exact-layout,
.family-tailor-exact-layout > .e-con-inner,
.elementor-widget-family-tailor-original-layout,
.elementor-widget-family-tailor-original-layout > .elementor-widget-container {
	display: contents !important;
}

.page-bridal-alteration .elementor-widget-family-tailor-original-layout .section,
.page-contact-us .elementor-widget-family-tailor-original-layout .section {
	padding-block: 0;
}

/* Figma Main — node 10319:718 */
:root {
  --ft-pink: #cf61a0;
  --ft-pink-dark: #ad3f7f;
  --ft-ink: #222126;
  --ft-muted: #46444a;
  --ft-paper: #fff;
  --ft-blush: #fcfbfc;
  --ft-line: #aaa4a8;
}

body { font-family: "Instrument Sans", "Montserrat", Arial, sans-serif; color: var(--ft-ink); }
h1, h2, h3, .figma-hero__title, .figma-intro h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}
.site-header { position: absolute; width: 100%; border: 0; background: linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.38) 62%, transparent 100%); backdrop-filter: none; }
.site-header .header-inner { width: min(calc(100% - 64px), 1360px); min-height: 120px; gap: 28px; }
.site-header .brand { flex: 0 0 auto; margin-right: auto; }
.site-header .site-nav { flex: 0 1 auto; }
.site-header .primary-menu { flex-wrap: nowrap; gap: clamp(18px, 2vw, 34px); white-space: nowrap; }
.site-header .primary-menu a { font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: uppercase; }
.header-cta { display: none; }
.site-header .brand img { width: auto; max-width: 150px; max-height: 80px; }
.figma-hero { position: relative; height: 900px; overflow: hidden; }
.figma-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.figma-hero__title {
  position: absolute;
  left: 50%;
  top: 542px;
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(78px, 11.1vw, 160px);
  line-height: .9;
  text-align: center;
  text-shadow: 0 4px 74px rgba(0,0,0,.25);
}
.figma-hero__disc {
  position: absolute;
  left: max(20px, calc((100vw - 1440px) / 2 + 120px));
  top: 586px;
  display: grid;
  place-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--ft-pink);
  color: #fff;
  padding: 0;
  color: #fff;
}
.figma-hero__disc-art { display: block; width: 100%; height: 100%; overflow: visible; }
.figma-hero__disc-art text { fill: currentColor; font-family: "Instrument Sans", "Montserrat", Arial, sans-serif; font-size: 17px; font-weight: 400; letter-spacing: 5px; }
.figma-hero__disc-arrow { color: #fff; }
.figma-hero__disc > svg { display: none; }
.figma-hero__disc-image { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: contain; }
.figma-hero__disc:hover .figma-hero__disc-art, .figma-hero__disc:focus-visible .figma-hero__disc-art { transform: rotate(10deg); transition: transform .35s ease; }
.figma-hero__capsule { position: absolute; top: 542px; width: 200px; height: 288px; overflow: hidden; border-radius: 152px; }
.figma-hero__capsule img { width: 100% !important; height: 100% !important; object-fit: cover; }
.figma-hero__capsule--one img { object-position: 48% 76%; }
.figma-hero__capsule--two img { object-position: 50% 35%; }
.figma-hero__capsule--one { left: calc(50% + 360px); }
.figma-hero__capsule--two { left: calc(50% + 594px); }
.figma-intro { padding: 90px 20px 64px; text-align: center; }
.figma-intro .container { max-width: 1080px; }
.figma-intro h1 { margin-bottom: 20px; font-size: 48px; }
.figma-intro p { color: var(--ft-muted); font-size: 18px; }
.figma-services { display: grid; grid-template-columns: repeat(4, 1fr); }
.figma-service { display: block; text-align: center; }
.figma-service img { width: 100%; height: 540px; object-fit: cover; }
.figma-service:nth-child(2) img { object-position: 22% center; }
.figma-service h2 { margin: 14px 8px 0; font-size: 32px; }
.figma-about { padding-top: 120px; }
.figma-copy-grid { display: grid; grid-template-columns: 120px minmax(0, 1020px); justify-content: start; gap: 60px; }
.figma-label { color: var(--ft-pink); font-size: 18px; }
.figma-kicker { color: var(--ft-muted); font-size: 18px; }
.figma-copy-grid h2 { max-width: 1020px; font-size: 32px; line-height: 1; }
.figma-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0 4.17%; }
.figma-strip img { width: 100%; height: 430px; object-fit: cover; }
.figma-feature { display: grid; grid-template-columns: 600px 540px; align-items: start; gap: 180px; width: min(1320px, calc(100% - max(20px, (100vw - 1440px) / 2 + 120px))); max-width: none; margin-left: max(20px, calc((100vw - 1440px) / 2 + 120px)); margin-right: 0; }
.figma-feature > img { width: 100%; height: 581px; object-fit: cover; }
.figma-feature h2 { font-size: 32px; }
.figma-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 60px; margin-top: 72px; }
.figma-benefits h3 { font-size: 24px; }
.figma-benefits p { color: var(--ft-muted); font-size: 16px; }
.figma-book { display: grid; grid-template-columns: 37.5% 1fr; align-items: center; gap: 8.3%; }
.figma-book > img { width: 100%; height: 581px; object-fit: cover; }
.figma-book > div { max-width: 660px; padding-right: 40px; }
.figma-book h2 { font-size: 32px; }
.figma-link { display: inline-block; margin-top: 50px; color: var(--ft-pink); font-size: 16px; text-transform: uppercase; }
.figma-faq { padding-top: 100px; }
.figma-faq .figma-copy-grid { grid-template-columns: 120px 840px; }
.figma-faq details { border-top: 1px solid var(--ft-muted); padding: 24px 0; }
.figma-faq summary { cursor: pointer; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; list-style-position: inside; }
.figma-faq details p { margin: 14px 0 0; color: var(--ft-muted); }
.site-footer { padding: 100px 0; background: var(--ft-blush); color: var(--ft-muted); }
.site-footer .footer-title { color: var(--ft-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 500; }
.site-footer .footer-bottom { border-color: #ddd; }
.footer-signature { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 180px; }
.footer-logo img { width: 180px; height: auto; }
.footer-quote { max-width: 680px; margin: 0; color: var(--ft-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; line-height: 1; }
.footer-social { display: flex; gap: 30px; padding-left: 420px; margin-top: 30px; font-size: 14px; }
.footer-grid--figma { grid-template-columns: 1.5fr 1fr 1fr .8fr; gap: 60px; margin-top: 22px; }
.footer-grid--figma > div:first-child { font-size: 13px; }
.footer-grid--figma .footer-menu, .footer-grid--figma .primary-menu { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-grid--figma .footer-menu a, .footer-grid--figma .primary-menu a { padding: 0; color: var(--ft-muted); font-size: 13px; font-weight: 400; text-transform: none; }
.footer-grid--figma p { margin-bottom: 10px; font-size: 13px; }
.footer-book { color: var(--ft-pink); font-size: 13px; }
.footer-map { position: relative; height: 360px; overflow: hidden; background: #e5e5e5; }
.footer-map__frame { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.82) brightness(1.12); pointer-events: none; }
.footer-map__pin { position: absolute; z-index: 2; top: 50%; left: 50%; width: 57px; height: 70px; transform: translate(-50%, -50%); filter: drop-shadow(0 8px 12px rgba(34, 33, 38, .18)); pointer-events: none; }
.footer-map__link, .contact-map__link { position: absolute; z-index: 3; inset: 0; cursor: pointer; }
.address-link { text-decoration: underline; text-decoration-color: rgba(70, 68, 74, .55); text-underline-offset: 3px; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .site-header { position: absolute; }
  .site-nav { background: rgba(255,255,255,.97); }
  .figma-hero { height: 760px; }
  .figma-services { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .figma-service img { height: 480px; }
  .figma-copy-grid { grid-template-columns: 1fr; gap: 10px; }
  .figma-strip { grid-template-columns: 1fr 1fr; }
  .figma-feature { grid-template-columns: 1fr; }
  .figma-book { grid-template-columns: 1fr 1fr; }
  .figma-hero__capsule { display: none; }
  .figma-feature { width: calc(100% - 40px); margin-inline: 20px; gap: 50px; }
  .footer-signature { grid-template-columns: 180px 1fr; gap: 60px; }
  .footer-social { padding-left: 240px; }
  .footer-grid--figma { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 84px; }
  .figma-hero { height: 680px; }
  .figma-hero__title { top: auto; bottom: 64px; width: calc(100% - 28px); font-size: clamp(52px, 18vw, 68px); line-height: .84; }
  .figma-hero__disc { top: auto; left: 14px; bottom: 145px; width: 112px; height: 112px; }
  .figma-intro h1 { font-size: 38px; }
  .figma-services { grid-template-columns: 1fr; }
  .figma-service img { height: 520px; }
  .figma-strip { grid-template-columns: 1fr; padding: 0 14px; }
  .figma-strip img { height: 420px; }
  .figma-benefits { grid-template-columns: 1fr; margin-top: 45px; }
  .figma-book { grid-template-columns: 1fr; gap: 45px; }
  .figma-book > img { height: 480px; }
  .figma-book > div { padding: 0 20px; }
  .footer-signature { grid-template-columns: 1fr; gap: 25px; }
  .footer-quote { font-size: 27px; }
  .footer-social { padding-left: 0; flex-wrap: wrap; }
  .footer-grid--figma { grid-template-columns: 1fr; }
  .footer-map { height: 280px; }
  .figma-faq { padding-top: 68px; }
  .figma-faq .figma-copy-grid { grid-template-columns: minmax(0, 1fr); width: min(calc(100% - 28px), var(--ft-max)); gap: 14px; }
  .figma-faq .figma-copy-grid > *, .figma-faq .figma-copy-grid > div { min-width: 0; max-width: 100%; }
  .figma-faq h2 { max-width: 100%; font-size: 32px; overflow-wrap: anywhere; }
  .figma-faq details { width: 100%; padding: 18px 0; }
  .figma-faq summary { max-width: 100%; padding-right: 4px; font-size: 21px; line-height: 1.2; overflow-wrap: anywhere; }
  .figma-faq details p { max-width: 100%; font-size: 15px; overflow-wrap: anywhere; }
}

/* Figma service and contact frames */
.service-hero { position: relative; height: 900px; color: #fff; }
.service-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.service-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(29,20,25,.42), transparent 58%); }
.service-hero__copy { position: absolute; z-index: 1; left: 50%; bottom: 80px; transform: translateX(-50%); }
.service-hero__copy h1 { max-width: 800px; margin: 0 auto 18px; font-size: 80px; line-height: .9; }
.service-hero__copy p { width: 520px; margin: 0 auto; font-size: 16px; }
.service-hero__disc { position: absolute; z-index: 2; top: 586px; left: max(20px, calc((100vw - 1440px) / 2 + 120px)); display: block; width: 200px; height: 200px; padding: 0; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: var(--ft-pink); color: #fff; box-shadow: 0 12px 30px rgba(34,33,38,.16); }
.service-hero__disc svg { display: block; width: 100%; height: 100%; }
.service-hero__disc text { fill: #fff; font-family: "Instrument Sans", "Montserrat", Arial, sans-serif; font-size: 17px; font-weight: 400; letter-spacing: 5px; transform: rotate(-32deg); transform-origin: 100px 100px; }
.service-hero__disc-arrow { fill: none; stroke: #fff; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.service-hero__disc svg { transition: transform .35s ease; }
.service-hero__disc:hover svg, .service-hero__disc:focus-visible svg { transform: rotate(10deg); }
.service-hero__capsule { position: absolute; z-index: 2; top: 542px; width: 200px; height: 288px; overflow: hidden; border-radius: 152px; }
.service-hero__capsule img { width: 100% !important; height: 100% !important; object-fit: cover; }
.page-bridal-alteration .service-hero__capsule--one img { object-position: 50% 50%; }
.page-bridal-alteration .service-hero__capsule--two img { object-position: 50% 42%; }
.service-hero__capsule--one { left: calc(50% + 360px); }
.service-hero__capsule--two { left: calc(50% + 594px); }
.service-split { display: grid; grid-template-columns: 540px minmax(0, 660px); align-items: center; gap: 8.3vw; margin: 100px 0; }
.service-split--reverse { grid-template-columns: minmax(0, 1fr) 540px; padding-left: max(20px, calc((100vw - 1200px) / 2)); }
.service-split > img { width: 100%; height: 581px; object-fit: cover; }
.service-split > div { max-width: 660px; padding-right: 40px; }
.service-split h2 { font-size: 48px; }
.service-list { padding: 0; list-style: none; }
.service-list li { position: relative; padding: 7px 0 7px 20px; color: var(--ft-muted); }
.service-list li::before { position: absolute; left: 0; content: "•"; color: var(--ft-pink); }
.bridal-gallery { display: flex; gap: 10px; width: 100%; height: 430px; overflow: hidden; }
.bridal-gallery img { flex: 0 0 322.5px; width: 322.5px; height: 430px; object-fit: cover; }
.page-bridal-alteration .site-main > .section { padding-block: 0; }
.page-bridal-alteration .site-main > .section,
.page-bridal-alteration .service-split,
.page-bridal-alteration .bridal-gallery { margin-top: 100px; }
.page-bridal-alteration .service-split { margin-bottom: 0; }
.page-bridal-alteration .figma-faq { padding-top: 0; }
.page-bridal-alteration .site-footer { margin-top: 100px; }
@media (min-width: 981px) {
  .page-bridal-alteration .service-hero__copy { left: 24%; bottom: 74px; width: 46%; margin: 0; transform: none; }
  .page-bridal-alteration .service-hero__copy h1 { max-width: 720px; margin: 0 0 18px; font-size: clamp(56px, 4.6vw, 80px); line-height: .9; text-align: left; }
  .page-bridal-alteration .service-hero__copy p { width: auto; margin: 0; text-align: left; }
  .page-bridal-alteration .service-hero__disc { left: 8%; width: 200px; height: 200px; }
  .page-bridal-alteration .service-hero__capsule { top: 542px; width: 200px; height: 288px; }
  .page-bridal-alteration .service-hero__capsule--one { right: auto; left: 73%; }
  .page-bridal-alteration .service-hero__capsule--two { right: auto; left: 87%; }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .page-bridal-alteration .service-hero__disc { width: 150px; height: 150px; }
  .page-bridal-alteration .service-hero__capsule { width: 150px; height: 220px; }
  .page-bridal-alteration .service-hero__copy h1 { font-size: 54px; }
}
.service-banner { padding-top: 120px; }
.service-banner img, .service-wide-image img { width: 100%; height: 360px; object-fit: cover; }
.service-centered { text-align: center; }
.service-centered .container { max-width: 1200px; }
.service-centered h1 { font-size: 32px; }
.service-centered p:last-child { max-width: 950px; margin-inline: auto; }
.service-offerings { display: grid; grid-template-columns: 420px 1fr; gap: 60px; }
.service-offerings h2 { font-size: 36px; }
.offering-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 30px; }
.offering-grid span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 20px; background: rgba(207,97,160,.1); color: var(--ft-pink); }
.offering-grid .offering-card { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 10px; }
.offering-grid .offering-icon { flex: 0 0 50px; }
.offering-grid .offering-icon img { display: block; width: 26px; height: 26px; object-fit: contain; }
.offering-grid p { color: var(--ft-muted); font-size: 16px; }
.service-quote { text-align: center; }
.service-quote .container { max-width: 1200px; }
.service-quote span { display: block; height: 70px; color: var(--ft-pink); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
.service-quote h2 { font-size: 48px; }
.page-gown-alteration .service-banner { height: 480px; padding-top: 120px; }
.page-gown-alteration .service-banner img { height: 360px; object-position: center 52%; }
.page-gown-alteration .service-centered { display: flex; align-items: center; min-height: 289px; margin-top: 100px; padding-block: 0; }
.page-gown-alteration .service-centered .container { display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.page-gown-alteration .service-centered .figma-label { margin-bottom: 40px; }
.page-gown-alteration .service-centered h1,
.page-gown-alteration .service-centered p { margin-bottom: 0; }
.page-gown-alteration .service-wide-image { height: 360px; margin-top: 100px; }
.page-gown-alteration .service-wide-image img { height: 360px; object-position: center 44%; }
.page-gown-alteration .gown-offerings-section { display: flex; align-items: flex-start; min-height: 428px; margin-top: 120px; padding-block: 0; }
.page-gown-alteration .service-offerings { min-height: 428px; }
.page-gown-alteration .gown-offerings-section .figma-link { display: inline-flex; align-items: center; margin-top: 40px; font-size: 16px; text-transform: uppercase; }
.page-gown-alteration .service-quote { display: flex; align-items: center; min-height: 223px; margin-top: 100px; padding-block: 0; }
.page-gown-alteration .service-quote h2,
.page-gown-alteration .service-quote p { margin-bottom: 0; }
.page-gown-alteration .site-footer { min-height: 735px; margin-top: 100px; }
.contact-map { position: relative; height: 360px; margin-top: 120px; overflow: hidden; background: #e5e5e5; }
.contact-map__frame { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.82) brightness(1.12); pointer-events: none; }
.contact-map__pin { position: absolute; z-index: 2; top: 50%; left: 50%; width: 57px; height: 70px; transform: translate(-50%, -50%); filter: drop-shadow(0 8px 12px rgba(34, 33, 38, .18)); pointer-events: none; }
.contact-figma { display: grid; grid-template-columns: 1fr 480px; align-items: start; gap: 60px; max-width: 1080px; }
.contact-figma h1 { font-size: 80px; }
.contact-figma p { font-size: 18px; }
.contact-form input, .contact-form textarea { border: 0; background: #f5f5fa; }
.contact-form textarea { min-height: 140px; }
.form-submit { border: 0; background: transparent; cursor: pointer; }
.form-notice { padding: 12px 16px; border-radius: 12px; background: rgba(207,97,160,.1); color: var(--ft-pink); }
.page-contact-us .contact-map { height: 360px; margin-top: 120px; }
.page-contact-us .site-main > .section { padding-block: 0; }
.page-contact-us .contact-content-section { display: flex; align-items: center; min-height: 360px; margin-top: 100px; }
.page-contact-us .contact-figma { grid-template-columns: 540px 480px; gap: 60px; width: 1080px; max-width: 1080px; }
.page-contact-us .contact-figma > div:first-child { padding-bottom: 40px; }
.page-contact-us .contact-figma h1 { margin-bottom: 40px; font-size: 80px; line-height: 1; }
.page-contact-us .contact-figma p { margin-bottom: 20px; }
.page-contact-us .contact-form { display: flex; flex-direction: column; gap: 30px; }
.page-contact-us .contact-form .form-grid { gap: 30px; }
.page-contact-us .contact-form input { height: 50px; padding: 12px 20px; border-radius: 14px; }
.page-contact-us .contact-form textarea { height: 140px; min-height: 140px; padding: 15px 20px; border-radius: 14px; }
.page-contact-us .form-submit { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin-top: 0; padding: 0; color: var(--ft-pink); font-size: 18px; text-transform: none; }
.page-contact-us .form-submit__arrow { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ft-pink); color: #fff; font-size: 16px; line-height: 1; }
.page-contact-us .service-quote { display: flex; align-items: center; min-height: 223px; margin-top: 100px; padding-block: 0; }
.page-contact-us .service-quote h2,
.page-contact-us .service-quote p { margin-bottom: 0; }
.page-contact-us .site-footer { min-height: 735px; margin-top: 100px; }

/* Square appointments */
.appointments-page { padding: 190px 0 100px; background: linear-gradient(180deg, #fcfbfc 0, #fff 360px); }
.appointments-intro { max-width: 900px; margin-bottom: 60px; text-align: center; }
.appointments-intro .figma-label { margin-bottom: 20px; }
.appointments-intro h1 { margin-bottom: 20px; font-size: clamp(54px, 6vw, 82px); }
.appointments-intro > p:last-child { max-width: 680px; margin: 0 auto; color: var(--ft-muted); font-size: 18px; }
.appointments-booking { overflow: hidden; padding: 0; border: 1px solid rgba(70,68,74,.14); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(34,33,38,.1); }
.appointments-booking__bar { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 30px; border-bottom: 1px solid rgba(70,68,74,.12); }
.appointments-booking__bar p { margin: 0; color: var(--ft-muted); font-size: 13px; }
.appointments-booking__bar .appointments-booking__title { margin-bottom: 4px; color: var(--ft-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 500; }
.appointments-widget { position: relative; min-height: 940px; padding: 32px 30px 20px; overflow: hidden; background: #fff; }
.appointments-widget > div,
.appointments-widget iframe { width: 100% !important; max-width: 100% !important; }
.appointments-widget iframe { height: 900px !important; min-height: 900px !important; overflow: hidden !important; border: 0 !important; }
.appointments-widget noscript { display: block; padding: 40px 20px; color: var(--ft-muted); text-align: center; }
.appointments-fallback { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 24px 30px 30px; border-top: 1px solid rgba(70,68,74,.12); text-align: center; }
.appointments-fallback p { margin: 0; color: var(--ft-muted); font-size: 14px; }
.appointments-fallback .button { min-height: 46px; padding: 11px 22px; white-space: nowrap; }

@media (max-width: 680px) {
  .appointments-page { padding: 120px 0 68px; }
  .appointments-intro { margin-bottom: 36px; }
  .appointments-intro h1 { font-size: 36px; }
  .appointments-intro > p:last-child { font-size: 12px; }
  .appointments-booking { width: calc(100% - 20px); border-radius: 16px; }
  .appointments-booking__bar { align-items: flex-start; flex-direction: column; gap: 14px; padding: 18px; }
  .appointments-booking__bar .appointments-booking__title { font-size: 20px; }
  .appointments-booking__bar p { font-size: 11px; }
  .appointments-widget { min-height: 940px; padding: 18px 6px 20px; }
  .appointments-widget iframe { height: 900px !important; min-height: 900px !important; }
  .appointments-fallback { align-items: stretch; flex-direction: column; gap: 14px; padding: 22px 18px 26px; }
  .appointments-fallback p { font-size: 11px; }
  .appointments-fallback .button { justify-content: center; }
}

@media (max-width: 980px) {
  .primary-menu a { font-size: 16px; }
  .service-hero__copy h1 { font-size: 60px; }
  .service-hero__capsule { display: none; }
  .service-hero__disc { top: auto; bottom: 75px; left: 24px; width: 130px; height: 130px; }
  .service-split, .service-split--reverse, .service-offerings, .contact-figma { grid-template-columns: 1fr; padding-inline: 20px; }
  .service-split > img { height: 500px; }
  .offering-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 12px; }
  .primary-menu a { font-size: 11px; }
  .page-gown-alteration .service-banner { height: 350px; padding-top: 90px; }
  .page-gown-alteration .service-banner img { height: 260px; object-position: center; }
  .page-gown-alteration .service-centered { min-height: auto; margin-top: 64px; padding: 0 20px; }
  .page-gown-alteration .service-centered .figma-label { margin-bottom: 20px; }
  .page-gown-alteration .service-centered h1 { font-size: 24px; }
  .page-gown-alteration .service-wide-image { height: 260px; margin-top: 64px; }
  .page-gown-alteration .service-wide-image img { height: 260px; }
  .page-gown-alteration .gown-offerings-section { min-height: auto; margin-top: 70px; }
  .page-gown-alteration .service-offerings { min-height: auto; }
  .page-gown-alteration .gown-offerings-section .figma-link { margin-top: 24px; font-size: 12px; }
  .page-gown-alteration .service-quote { min-height: auto; margin-top: 70px; }
  .offering-grid .offering-card { flex-direction: row; gap: 14px; }
  .offering-grid p { margin: 7px 0 0; font-size: 12px; }
  .service-hero { height: 640px; }
  .service-hero > img { object-position: center 30%; }
  .service-hero__copy { bottom: 68px; width: calc(100% - 28px); padding: 0; }
  .service-hero__copy h1 { max-width: 100%; margin: 0 0 10px; font-size: 24px; line-height: 1; text-align: left; }
  .service-hero__copy p { width: auto; margin: 0; font-size: 9px; line-height: 1.35; text-align: left; }
  .service-hero__disc { left: 14px; bottom: 220px; width: 82px; height: 82px; }
  .service-hero__disc text { font-size: 17px; letter-spacing: 4.5px; }
  .service-split { margin: 70px 0; gap: 40px; }
  .service-split--reverse > div { order: 2; }
  .service-split--reverse > img { order: 1; }
  .service-split h2, .service-quote h2 { font-size: 36px; }
  .service-offerings { gap: 45px; }
  .offering-grid { grid-template-columns: 1fr; }
  .contact-map { height: 300px; margin-top: 84px; }
  .contact-figma h1 { font-size: 56px; }
  .page-contact-us .contact-content-section { min-height: auto; padding-block: 70px; }
  .page-contact-us .contact-figma { grid-template-columns: 1fr; width: min(100% - 40px, 700px); max-width: 700px; padding-inline: 0; }
  .page-contact-us .contact-figma h1 { font-size: 56px; }
  .page-contact-us .contact-form .form-grid { grid-template-columns: 1fr; }
  .page-contact-us .contact-form .form-field { grid-column: 1; }
  .bridal-gallery { height: 380px; padding-inline: 14px; }
  .bridal-gallery img { flex-basis: 285px; width: 285px; height: 380px; }
  .figma-hero__title { font-size: 46px; }
  .figma-intro h1 { font-size: 26px; }
  .figma-intro p { font-size: 12px; }
  .figma-service h2 { font-size: 22px; }
  .figma-copy-grid h2, .figma-book h2 { font-size: 22px; }
  .figma-label, .figma-kicker { font-size: 12px; }
  .service-split h2, .service-quote h2 { font-size: 24px; }
  .contact-figma h1, .page-contact-us .contact-figma h1 { font-size: 38px; }
  .contact-figma p { font-size: 13px; }
  .footer-quote { font-size: 19px; }
  .site-footer .footer-title { font-size: 18px; }
  .figma-faq h2 { font-size: 22px; }
  .figma-faq summary { font-size: 15px; }
  .figma-faq details p { font-size: 12px; }
}

/* Formal Alteration */
.page-formal-alteration .site-footer { margin-top: 0; }
.formal-eyebrow { margin: 0 0 18px; color: var(--ft-pink); font-size: 14px; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.formal-hero { position: relative; display: flex; align-items: flex-end; height: 760px; overflow: hidden; background: #eee8e8; }
.formal-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.formal-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,25,27,.62) 0%, rgba(30,25,27,.26) 42%, rgba(30,25,27,0) 72%), linear-gradient(0deg, rgba(20,18,20,.25), transparent 45%); }
.formal-hero__content { position: relative; z-index: 1; width: min(calc(100% - 80px), var(--ft-max)); margin-inline: auto; padding-bottom: 92px; color: #fff; }
.formal-hero__content .formal-eyebrow { color: #fff; }
.formal-hero__content h1 { max-width: 760px; margin: 0 0 24px; color: #fff; font-size: clamp(62px, 6.2vw, 92px); font-weight: 400; line-height: .93; text-shadow: 0 4px 40px rgba(0,0,0,.18); }
.formal-hero__content > p:not(.formal-eyebrow) { max-width: 610px; margin: 0 0 34px; font-size: 18px; line-height: 1.55; }
.formal-button { display: inline-flex; min-height: 50px; align-items: center; gap: 18px; padding: 13px 22px; border: 1px solid var(--ft-pink); border-radius: 100px; background: var(--ft-pink); color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.formal-button:hover { color: #fff; background: var(--ft-pink-dark); transform: translateY(-2px); }
.formal-button span { font-size: 20px; line-height: 1; }
.formal-intro { padding: 130px 0; background: #fff; }
.formal-intro__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 100px; }
.formal-intro__image-wrap { position: relative; }
.formal-intro__image-wrap img { display: block; width: 100%; height: 610px; object-fit: cover; object-position: 45% center; border-radius: 220px 220px 24px 24px; }
.formal-intro__image-wrap span { position: absolute; right: -35px; bottom: 55px; padding: 16px 23px; border-radius: 100px; background: var(--ft-pink); color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.formal-intro__copy h2 { margin: 0 0 30px; font-size: clamp(42px, 4.3vw, 62px); font-weight: 400; line-height: .98; }
.formal-intro__copy > p:not(.formal-eyebrow) { margin-bottom: 20px; color: var(--ft-muted); font-size: 16px; line-height: 1.7; }
.formal-services { padding: 120px 0 130px; background: #fcf6fa; }
.formal-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: 100px; margin-bottom: 68px; }
.formal-section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(42px, 4.5vw, 64px); font-weight: 400; line-height: .98; }
.formal-section-heading > p { margin: 0; color: var(--ft-muted); font-size: 15px; line-height: 1.7; }
.formal-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.formal-service-card { min-height: 280px; padding: 34px; border: 1px solid rgba(207,97,160,.16); border-radius: 20px; background: rgba(255,255,255,.88); transition: transform .2s ease, box-shadow .2s ease; }
.formal-service-card:hover { box-shadow: 0 18px 45px rgba(65,24,44,.08); transform: translateY(-4px); }
.formal-service-card__icon { display: grid; width: 52px; height: 52px; margin-bottom: 34px; place-items: center; border-radius: 18px; background: rgba(207,97,160,.1); }
.formal-service-card__icon img { width: 26px; height: 26px; object-fit: contain; }
.formal-service-card h3 { margin: 0 0 14px; font-size: 28px; font-weight: 500; }
.formal-service-card p { margin: 0; color: var(--ft-muted); font-size: 14px; line-height: 1.65; }
.formal-process { padding: 130px 0; text-align: center; }
.formal-process > .container > h2 { max-width: 850px; margin: 0 auto 75px; font-size: clamp(44px, 5vw, 68px); font-weight: 400; line-height: .98; }
.formal-process__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--ft-line); }
.formal-process__steps > div { position: relative; padding: 42px 45px 20px; }
.formal-process__steps > div + div { border-left: 1px solid var(--ft-line); }
.formal-process__steps span { display: block; margin-bottom: 30px; color: var(--ft-pink); font-size: 13px; letter-spacing: .14em; }
.formal-process__steps h3 { margin: 0 0 14px; font-size: 30px; font-weight: 500; }
.formal-process__steps p { max-width: 300px; margin: 0 auto; color: var(--ft-muted); font-size: 14px; line-height: 1.65; }
.formal-cta { position: relative; display: flex; min-height: 560px; align-items: center; overflow: hidden; }
.formal-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.gown-editorial-cta > img { object-position: center 25%; }
.formal-cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,23,26,.76), rgba(28,23,26,.34) 65%, rgba(28,23,26,.18)); }
.formal-cta__content { position: relative; z-index: 1; color: #fff; }
.formal-cta__content .formal-eyebrow { color: #fff; }
.formal-cta__content h2 { max-width: 760px; margin: 0 0 38px; color: #fff; font-size: clamp(48px, 5.4vw, 76px); font-weight: 400; line-height: .96; }
.formal-button--light { border-color: #fff; background: #fff; color: var(--ft-ink); }
.formal-button--light:hover { background: var(--ft-pink); color: #fff; }

@media (max-width: 980px) {
  .formal-hero { height: 680px; }
  .formal-hero__content { width: calc(100% - 64px); padding: 0 0 70px; }
  .formal-intro__grid { grid-template-columns: 1fr; gap: 70px; padding-inline: 32px; }
  .formal-intro__image-wrap { max-width: 680px; }
  .formal-intro__image-wrap span { right: 20px; }
  .formal-section-heading { grid-template-columns: 1fr; gap: 30px; padding-inline: 32px; }
  .formal-service-grid { grid-template-columns: repeat(2, 1fr); padding-inline: 32px; }
  .formal-process { padding-inline: 32px; }
  .formal-cta__content { padding-inline: 32px; }
}

@media (max-width: 680px) {
  .formal-eyebrow { margin-bottom: 12px; font-size: 10px; }
  .formal-hero { height: 620px; }
  .formal-hero__image { object-position: 48% center; }
  .formal-hero__shade { background: linear-gradient(0deg, rgba(25,21,23,.72), rgba(25,21,23,.05) 74%); }
  .formal-hero__content { width: calc(100% - 40px); padding: 0 0 52px; }
  .formal-hero__content h1 { max-width: 430px; margin-bottom: 18px; font-size: 44px; }
  .formal-hero__content > p:not(.formal-eyebrow) { margin-bottom: 25px; font-size: 12px; }
  .formal-button { min-height: 44px; gap: 13px; padding: 10px 17px; font-size: 10px; }
  .formal-intro { padding: 76px 0; }
  .formal-intro__grid { gap: 55px; padding-inline: 20px; }
  .formal-intro__image-wrap img { height: 420px; border-radius: 150px 150px 18px 18px; }
  .formal-intro__image-wrap span { right: 12px; bottom: 25px; padding: 11px 15px; font-size: 8px; }
  .formal-intro__copy h2 { margin-bottom: 22px; font-size: 36px; }
  .formal-intro__copy > p:not(.formal-eyebrow) { font-size: 12px; }
  .formal-services { padding: 76px 0; }
  .formal-section-heading { margin-bottom: 38px; padding-inline: 20px; }
  .formal-section-heading h2 { font-size: 36px; }
  .formal-section-heading > p { font-size: 12px; }
  .formal-service-grid { grid-template-columns: 1fr; gap: 14px; padding-inline: 20px; }
  .formal-service-card { min-height: auto; padding: 24px; }
  .formal-service-card__icon { width: 46px; height: 46px; margin-bottom: 22px; }
  .formal-service-card h3 { font-size: 24px; }
  .formal-service-card p { font-size: 11px; }
  .formal-process { padding: 78px 20px; }
  .formal-process > .container > h2 { margin-bottom: 48px; font-size: 37px; }
  .formal-process__steps { grid-template-columns: 1fr; }
  .formal-process__steps > div { padding: 34px 8px; }
  .formal-process__steps > div + div { border-top: 1px solid var(--ft-line); border-left: 0; }
  .formal-process__steps span { margin-bottom: 18px; }
  .formal-process__steps h3 { font-size: 25px; }
  .formal-process__steps p { font-size: 11px; }
  .formal-cta { min-height: 480px; }
  .formal-cta__content { padding-inline: 20px; }
  .formal-cta__content h2 { max-width: 430px; margin-bottom: 28px; font-size: 39px; }
}
