/* Bounded desktop layout: retain breathing room without stretching content. */
:root { --page-gutter: max(5%, calc((100% - 1360px) / 2)); }
.header { height: 82px; padding-inline: var(--page-gutter); gap: 38px; }
.nav { margin: 0 0 0 auto; gap: 30px; font-size: 15px; }
.header-cta { margin-left: 12px; gap: 24px; font-size: 15px; }
.brand-logo { width: 58px; height: 58px; }
.header .brand-logo { width: 68px; height: 68px; }
.footer .brand-logo { width: 72px; height: 72px; }
.hero {
  max-width: 1480px;
  margin: 24px auto 0;
  grid-template-columns: 44% 56%;
  height: auto;
  min-height: 0;
}
.hero-copy { padding: 44px 10% 26px; }
.hero h1 { font-size: clamp(42px, 4vw, 58px); margin: 24px 0 14px; }
.hero-description { font-size: 14px; margin: 23px 0 27px; }
.hero-foot { padding-top: 30px; font-size: 14px; }
.hero-image { min-width: 0; background: #e5e1d8; }
.hero-portraits { display: grid; grid-template-columns: 1fr 1fr; height: 100%; }
.hero-portraits img { height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.hero-image figcaption { padding: 30px 22px 20px; font-size: 14px; background: linear-gradient(rgba(24,42,56,.68),rgba(24,42,56,.82)); }
.section-pad { padding: 68px var(--page-gutter); }
.philosophy.section-pad { padding: 58px var(--page-gutter); }
.philosophy-inner { gap: 64px; }
.philosophy-texture img { height: 290px; }
.philosophy-copy h2 { font-size: 38px; }
.philosophy-copy > .eyebrow { margin-bottom: 12px; }
.philosophy-copy .body-copy { margin-top: 14px; }
.philosophy-signatures { margin: 20px 0 14px; }
.section-heading { margin-bottom: 30px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-caption { font-size: 13px; }
h2 { font-size: clamp(30px, 2.7vw, 38px); }
.looks { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.look figcaption { padding-top: 18px; gap: 12px; align-items: start; }
.look h3 { font-size: 22px; }
.look p { font-size: 14px; line-height: 1.8; }
.circle-link { width: 34px; height: 34px; font-size: 20px; flex-shrink: 0; }
.image-label { top: 16px; left: 16px; }
.image-note { margin-top: 24px; }
.craft-grid { gap: 44px; }
.fabric-main > img { height: 440px; }
.craft-side > figure:first-child > img { height: 230px; }
.craft-small { margin-top: 28px; }
.craft-small > img { height: 190px; }
.craft figcaption { padding-top: 17px; }
.craft h3 { margin-top: 10px; font-size: 25px; }
.craft p:not(.eyebrow), .steps p { font-size: 14px; }
.section-caption, .text-link { font-size: 14px; }
.consult .button-light {
  min-height: 0;
  padding: 24px 0 18px;
  background: transparent;
  color: var(--paper);
  border-bottom: 1px solid #6c7b86;
  font-size: 15px;
}
.consult .button-light:hover,
.consult .button-light:focus-visible {
  background: transparent;
  color: var(--paper);
  transform: none;
}
.steps h3 { margin-top: 20px; }
.steps { gap: 26px; }
.consult h2 { font-size: 46px; margin: 16px 0; }
.consult-actions { margin-right: 0; width: 350px; }
.footer { padding: 40px var(--page-gutter) 22px; }
.footer-top { padding-bottom: 30px; }
.footer-top > p { margin-right: auto; }
.footer-bottom { font-size: 10px; }
@media (min-width: 1101px) {
  .hero-image { aspect-ratio: 4 / 3; align-self: stretch; }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .header { gap: 24px; padding-inline: 4%; }
  .nav { gap: 18px; font-size: 14px; }
  .header-cta { margin-left: 0; gap: 13px; }
  .hero { grid-template-columns: 46% 54%; }
  .hero-copy { padding: 35px 8% 24px; }
  .hero h1 { font-size: 42px; }
  .hero-portraits { grid-template-columns: 1fr; }
  .hero-portraits img:last-child { display: none; }
  .hero-portraits img { object-fit: contain; }
  .hero-foot { font-size: 12px; }
  .looks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .philosophy-inner { gap: 34px; }
  .philosophy-copy h2 { font-size: 34px; }
}
@media (max-width: 760px) {
  .header { height: 74px; padding-inline: 22px; gap: 20px; }
  .header .brand-logo { width: 54px; height: 54px; }
  .footer .brand-logo { width: 64px; height: 64px; }
  .header-cta { margin-left: auto; font-size: 12px; gap: 10px; }
  .nav { top: 73px; margin: 0; gap: 5px; padding: 18px 24px 25px; font-size: 15px; }
  .hero { margin: 0; }
  .hero-copy { padding: 32px 24px 23px; }
  .hero h1 { font-size: 43px; margin: 18px 0 12px; }
  .hero-english { font-size: 21px; }
  .hero-description { margin: 19px 0 23px; font-size: 13px; }
  .hero-foot { margin-top: 25px; padding-top: 17px; font-size: 12px; }
  .hero-image { height: auto; aspect-ratio: 4 / 3; }
  .hero-portraits { height: 100%; }
  .hero-portraits img { object-fit: cover; }
  .hero-image figcaption { padding: 25px 14px 12px; font-size: 12px; }
  .hero-image figcaption span:first-child { font-size: 7px; letter-spacing: 1px; }
  .section-pad, .philosophy.section-pad { padding: 44px 24px; }
  .philosophy-inner { gap: 24px; }
  .philosophy-copy h2 { font-size: 30px; }
  .philosophy-texture img { height: 220px; }
  .section-heading { gap: 14px; margin-bottom: 24px; }
  .section-caption { font-size: 12px; }
  .looks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .look figcaption { display: block; padding-top: 12px; }
  .look h3 { font-size: 18px; }
  .look p { font-size: 12px; margin-top: 6px; }
  .circle-link { margin-top: 10px; }
  .image-label { top: 8px; left: 8px; font-size: 8px; padding: 5px 6px; letter-spacing: 1px; }
  .image-note { font-size: 10px; }
  .fabric-main > img { height: 330px; }
  .craft-side > figure:first-child > img { height: 220px; }
  .craft-small { gap: 18px; }
  .craft-small > img { height: 185px; }
  .craft-small h3 { font-size: 21px; }
  .steps { gap: 26px 20px; }
  .steps p { font-size: 12px; }
  .consult h2 { font-size: 38px; }
  .consult-actions { width: 100%; }
  .footer { padding: 34px 24px 20px; }
  .footer-top > p { margin-right: 0; }
}
@media (max-width: 370px) {
  .header { padding-inline: 18px; gap: 15px; }
  .hero h1 { font-size: 39px; }
  .hero-foot { font-size: 8px; }
  .look h3 { font-size: 16px; }
}
