/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #111318;
  --charcoal: #17191e;
  --paper: #f4f1eb;
  --cream: #e8e1d7;
  --white: #fff;
  --gold: #c9b69f;
  --gold-dark: #9e8971;
  --line: #11131829;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.site-header {
  color: #fff;
  z-index: 10;
  background: #111318f0;
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  width: 100%;
  height: 92px;
  padding: 0 clamp(22px, 5vw, 84px);
  display: grid;
  position: absolute;
  top: 0;
}
.brand {
  align-self: stretch;
  align-items: center;
  width: 92px;
  display: flex;
  overflow: hidden;
}
.brand img {
  width: 84px;
}
nav {
  justify-content: center;
  gap: 34px;
  display: flex;
}
nav a,
.header-cta {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}
nav a {
  color: #ffffffc7;
}
.header-cta {
  border-bottom: 1px solid var(--gold);
  padding: 10px 0;
}
.hero {
  color: #fff;
  min-height: 810px;
  padding: 190px clamp(22px, 8vw, 130px) 120px;
  position: relative;
  overflow: hidden;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-image {
  background: url(../images/statement-wardrobes.webp) 50% 38% / cover no-repeat;
  transform: scale(1.02);
}
.hero-shade {
  background:
    linear-gradient(90deg, #0a0c10e6 0%, #0a0c10a3 50%, #0a0c1033 100%),
    linear-gradient(#0000 58%, #0a0c10b3 100%);
}
.hero-content {
  z-index: 1;
  max-width: 820px;
  position: relative;
}
.eyebrow {
  color: var(--gold-dark);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 650;
}
.eyebrow.light {
  color: var(--gold);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-weight: 400;
}
h1 {
  letter-spacing: -0.045em;
  margin-bottom: 34px;
  font-size: clamp(54px, 7.1vw, 104px);
  line-height: 0.94;
}
h1 em {
  color: var(--gold);
  font-weight: 400;
}
.hero-copy {
  color: #fffc;
  max-width: 630px;
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
  display: flex;
}
.button {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  padding: 20px 24px;
  font-size: 13px;
  font-weight: 650;
  transition: all 0.18s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-gold {
  background: var(--gold);
  color: var(--ink);
}
.text-link {
  letter-spacing: 0.05em;
  border-bottom: 1px solid;
  gap: 18px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}
.light-link {
  color: #ffffffe0;
}
.hero-proof {
  z-index: 1;
  gap: 0;
  display: flex;
  position: absolute;
  bottom: 34px;
  left: clamp(22px, 8vw, 130px);
}
.hero-proof span {
  color: #ffffffc2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-right: 1px solid #ffffff59;
  padding: 0 26px;
  font-size: 11px;
}
.hero-proof span:first-child {
  padding-left: 0;
}
.hero-proof span:last-child {
  border-right: 0;
}
.section-pad {
  padding: 110px clamp(22px, 7vw, 112px);
}
.intro {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: start;
  gap: clamp(40px, 8vw, 130px);
  display: grid;
}
.intro h2,
.section-heading h2,
.why-content h2,
.contact h2 {
  letter-spacing: -0.035em;
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.06;
}
.intro-copy {
  padding-top: 40px;
}
.intro-copy p,
.section-heading > p,
.why-content > p,
.contact-copy > p:last-child {
  color: #5f6064;
  font-size: 16px;
  line-height: 1.8;
}
.intro-copy .text-link {
  margin-top: 22px;
}
.ranges {
  background: #ece7df;
}
.section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
  align-items: end;
  gap: 50px;
  margin-bottom: 58px;
  display: grid;
}
.section-heading > p {
  margin-bottom: 5px;
}
.range-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}
.range-card {
  background: #f8f6f1;
  min-width: 0;
}
.range-image-wrap {
  aspect-ratio: 1/0.88;
  position: relative;
  overflow: hidden;
}
.range-image-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
}
.range-card:hover img {
  transform: scale(1.025);
}
.range-number {
  color: var(--gold);
  background: #111318eb;
  padding: 13px 15px;
  font-family: Georgia, serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.range-body {
  padding: 30px;
}
.range-type {
  color: var(--gold-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 650;
}
.range-title {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  padding-bottom: 17px;
  display: flex;
}
.range-title h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
}
.range-title span {
  font-size: 12px;
  font-weight: 650;
}
.range-body > p:not(.range-type) {
  color: #66676a;
  font-size: 14px;
  line-height: 1.7;
}
.range-body ul {
  border-top: 1px solid var(--line);
  margin: 24px 0 28px;
  padding: 14px 0 0;
  list-style: none;
}
.range-body li {
  padding: 6px 0 6px 17px;
  font-size: 13px;
  position: relative;
}
.range-body li:before {
  color: var(--gold-dark);
  content: "•";
  position: absolute;
  left: 0;
}
.price-note {
  color: #77736d;
  text-align: right;
  margin: 22px 0 0;
  font-size: 11px;
}
.why-us {
  background: var(--ink);
  color: #fff;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}
.why-image {
  min-height: 650px;
  margin-left: calc(-1 * clamp(22px, 7vw, 112px));
}
.why-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.why-content {
  align-self: center;
  padding: 80px clamp(22px, 7vw, 112px);
}
.why-content > p {
  color: #ffffffa6;
  margin-top: 28px;
}
.proof-list {
  border-top: 1px solid #ffffff29;
  margin-top: 40px;
}
.proof-list div {
  border-bottom: 1px solid #ffffff29;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 24px;
  padding: 19px 0;
  display: grid;
}
.proof-list strong {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}
.proof-list span {
  color: #ffffffc7;
  font-size: 13px;
}
.process-heading {
  grid-template-columns: minmax(0, 850px);
}
.steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.steps li {
  border-left: 1px solid var(--line);
  min-height: 260px;
  padding: 0 28px;
}
.steps li:first-child {
  border-left: 0;
  padding-left: 0;
}
.steps span {
  color: var(--gold-dark);
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 650;
}
.steps h3 {
  margin: 55px 0 16px;
  font-size: 25px;
}
.steps p {
  color: #66676a;
  font-size: 13px;
  line-height: 1.7;
}
.contact {
  color: #fff;
  background: #202228;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: clamp(50px, 9vw, 150px);
  display: grid;
}
.contact-copy > p:last-child {
  color: #ffffffa6;
  max-width: 700px;
  margin-top: 30px;
}
.contact-actions {
  align-self: center;
}
.contact-card {
  border-top: 1px solid #fff3;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 22px 0;
  display: grid;
}
.contact-card > span {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  grid-column: 1;
  font-size: 11px;
}
.contact-card strong {
  grid-column: 1;
  font-size: 17px;
  font-weight: 500;
}
.contact-card > span:last-child {
  color: #fff;
  grid-area: 1/2/3;
  font-size: 20px;
}
.wide {
  width: 100%;
  margin-top: 26px;
}
footer {
  color: #fff9;
  background: #111318;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 50px clamp(22px, 7vw, 112px) 28px;
  display: grid;
}
.footer-brand {
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
}
.footer-brand img {
  width: 100px;
}
footer > p {
  max-width: 360px;
  margin: 0;
  font-size: 12px;
}
.footer-links {
  flex-wrap: wrap;
  gap: 24px;
  font-size: 12px;
  display: flex;
}
.copyright {
  text-align: center;
  border-top: 1px solid #ffffff1a;
  grid-column: 1/-1;
  max-width: none;
  padding-top: 22px;
}
.mobile-call {
  display: none;
}
@media (width<=980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  nav {
    display: none;
  }
  .range-grid {
    grid-template-columns: 1fr;
  }
  .range-card {
    grid-template-columns: 0.9fr 1.1fr;
    display: grid;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
  .steps li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  footer {
    grid-template-columns: 100px 1fr;
  }
  .footer-links {
    grid-column: 1/-1;
  }
}
@media (width<=720px) {
  body {
    padding-bottom: 58px;
  }
  .site-header {
    height: 76px;
    padding: 0 18px;
  }
  .brand,
  .brand img {
    width: 68px;
  }
  .header-cta {
    font-size: 11px;
  }
  .hero {
    min-height: 730px;
    padding: 155px 22px 120px;
  }
  .hero-image {
    background-position: 63%;
  }
  .hero-shade {
    background: linear-gradient(90deg, #0a0c10e6, #0a0c1080);
  }
  h1 {
    font-size: clamp(46px, 14vw, 64px);
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .hero-proof {
    flex-wrap: wrap;
    bottom: 25px;
    left: 22px;
    right: 22px;
  }
  .hero-proof span {
    padding: 0 10px;
    font-size: 9px;
  }
  .intro,
  .section-heading,
  .why-us,
  .contact {
    grid-template-columns: 1fr;
  }
  .section-pad {
    padding: 76px 22px;
  }
  .intro-copy {
    padding-top: 0;
  }
  .intro h2,
  .section-heading h2,
  .why-content h2,
  .contact h2 {
    font-size: 40px;
  }
  .range-card {
    display: block;
  }
  .range-body {
    padding: 26px 22px 30px;
  }
  .range-title span {
    font-size: 11px;
  }
  .why-us {
    padding: 0;
  }
  .why-image {
    min-height: 420px;
    margin: 0;
  }
  .why-content {
    padding: 68px 22px;
  }
  .steps {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .steps li,
  .steps li:first-child,
  .steps li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 28px 0;
  }
  .steps h3 {
    margin: 24px 0 12px;
  }
  .contact {
    gap: 35px;
  }
  .contact-card strong {
    font-size: 15px;
  }
  footer {
    grid-template-columns: 80px 1fr;
    align-items: start;
    padding: 42px 22px 25px;
  }
  .footer-brand,
  .footer-brand img {
    width: 76px;
    height: 76px;
  }
  .footer-links {
    flex-direction: column;
    gap: 14px;
  }
  .mobile-call {
    background: var(--gold);
    color: var(--ink);
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    z-index: 20;
    padding: 20px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition: none !important;
  }
}
