:root {
  --paper:#f6f5ef;
  --ink:#101310;
  --muted:#717479;
  --sage:#587f64;
  --line:#d6d7ce;
  --green:#20d366;
  --dock-height:88px;
  color-scheme:light;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  scroll-behavior:smooth;
}
* {
  box-sizing:border-box;
}
body {
  margin:0;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
button {
  font:inherit;
  cursor:pointer;
}
a {
  color:inherit;
  text-decoration:none;
}
button,img {
  vertical-align:middle;
}
button {
  color:inherit;
}
img {
  display:block;
  max-width:100%;
}
button:focus-visible,a:focus-visible,.carousel:focus-visible {
  outline:3px solid var(--sage);
  outline-offset:5px;
}
button:disabled {
  cursor:default;
}
::selection {
  background:#c6d8c4;
}
.wrap {
  width:calc(100% - 112px);
  max-width:1280px;
  margin-inline:auto;
}
.site-header {
  min-height:105px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:20px;
}
.brand {
  display:inline-flex;
  flex-direction:column;
  gap:10px;
}
.wordmark {
  font-size:23px;
  letter-spacing:2px;
  font-weight:800;
  white-space:nowrap;
}
.wordmark span {
  font-weight:400;
  color:var(--muted);
  margin-left:3px;
  letter-spacing:3px;
}
.brand-caption {
  font-size:9px;
  letter-spacing:2px;
  color:var(--muted);
}
.nav-contact {
  display:flex;
  align-items:center;
  gap:20px;
  font-size:13px;
  letter-spacing:1.7px;
  min-height:44px;
}
.nav-contact:hover {
  color:var(--sage);
}
.hero {
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);
  gap:44px;
  padding-block:48px 42px;
  align-items:stretch;
}
.hero-copy {
  padding-block:14px 0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.eyebrow {
  font-size:10px;
  line-height:1.5;
  letter-spacing:2.5px;
  font-weight:600;
  margin:0 0 27px;
  color:var(--muted);
}
h1 {
  font-size:clamp(49px,5.6vw,78px);
  line-height:.99;
  letter-spacing:-.062em;
  margin:0;
  font-weight:750;
}
h1 span {
  display:block;
}
em {
  font-style:normal;
  color:var(--sage);
}
.lead {
  font-size:16px;
  line-height:1.55;
  color:var(--muted);
  max-width:465px;
  margin:30px 0 22px;
  letter-spacing:-.3px;
}
.whatsapp-button {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  min-height:64px;
  padding:14px 25px;
  border-radius:100px;
  background:var(--green);
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  color:#061b0c;
  transition:background .2s,transform .2s;
  white-space:nowrap;
}
.whatsapp-button:hover {
  background:#18c45c;
  transform:translateY(-2px);
}
.whatsapp-button:active {
  transform:translateY(0);
}
.wa-icon {
  flex-shrink:0;
}
.button-arrow {
  margin-left:10px;
  flex-shrink:0;
}
.micro {
  font-size:8px;
  letter-spacing:1.35px;
  color:var(--muted);
  line-height:1.6;
  margin:23px 0 0;
}
.micro span {
  padding-inline:10px;
}
.mobile-copy {
  display:none;
}
.carousel {
  position:relative;
  min-width:0;
  min-height:590px;
  border-radius:5px;
  overflow:hidden;
  isolation:isolate;
  background:#d8dcd4;
  touch-action:pan-y;
}
.slides,.slide {
  position:absolute;
  inset:0;
}
.slide {
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease,visibility .45s;
}
.slide.is-active {
  opacity:1;
  visibility:visible;
}
.slide img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
.carousel-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  border:0;
  border-radius:50%;
  background:#fff;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  box-shadow:0 2px 8px #0000000d;
  transition:background .2s;
}
.carousel-arrow:hover {
  background:#e5efdf;
}
.previous {
  left:18px;
}
.next {
  right:18px;
}
.carousel-controls {
  position:absolute;
  bottom:12px;
  left:16px;
  right:16px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  pointer-events:none;
}
.carousel-controls button {
  pointer-events:auto;
}
.pagination {
  background:#2033299c;
  border-radius:20px;
  padding:0 12px 9px;
  text-align:center;
  min-width:108px;
  color:#fff;
}
.dots {
  display:flex;
  justify-content:center;
}
.dot {
  width:28px;
  height:35px;
  padding:0;
  border:0;
  display:grid;
  place-items:center;
  background:none;
}
.dot span {
  width:8px;
  height:8px;
  border:1px solid #fff;
  border-radius:50%;
  opacity:.7;
}
.dot[aria-current=true] span {
  background:#fff;
  opacity:1;
}
.slide-count {
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
}
.playback {
  position:absolute;
  left:0;
  bottom:0;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#ffffffdf;
}
.services {
  border-block:1px solid var(--line);
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding-block:32px 36px;
}
.service {
  padding-inline:38px;
  border-left:1px solid var(--line);
}
.service:first-child {
  padding-left:0;
  border-left:0;
}
.service:last-child {
  padding-right:0;
}
.service-icon {
  margin-bottom:14px;
  filter:invert(44%) sepia(15%) saturate(757%) hue-rotate(87deg) brightness(96%) contrast(88%);
}
h2 {
  margin:0;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.7px;
}
.service p {
  margin:11px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
  max-width:320px;
  letter-spacing:-.1px;
}
.footer {
  padding-top:31px;
  scroll-margin-top:25px;
}
.footer-top {
  display:flex;
  justify-content:space-between;
  gap:35px;
  padding-bottom:30px;
}
.footer-brand {
  align-self:center;
}
.footer .wordmark {
  font-size:19px;
}
.footer .brand-caption {
  font-size:8px;
  letter-spacing:1.5px;
}
.contact-copy {
  width:345px;
}
.contact-copy .eyebrow {
  color:var(--ink);
  font-size:9px;
  letter-spacing:2px;
  margin:0 0 7px;
}
.contact-copy h2 {
  display:none;
}
.contact-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  min-height:44px;
  font-size:12px;
  line-height:1.5;
  color:var(--muted);
}
.contact-link img {
  flex-shrink:0;
}
.contact-link:hover {
  color:var(--ink);
}
.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 0 20px;
  font-size:8px;
  letter-spacing:1px;
  color:var(--muted);
  line-height:1.5;
}
.contact-dock-slot {
  display:none;
}
.contact-status {
  position:fixed;
  bottom:110px;
  left:50%;
  transform:translateX(-50%);
  z-index:20;
  background:var(--ink);
  color:white;
  padding:16px 20px;
  border-radius:8px;
  font-size:14px;
  line-height:1.5;
  max-width:400px;
  width:calc(100% - 40px);
  box-shadow:0 4px 20px #0002;
}
.sr-only {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link {
  position:fixed;
  left:20px;
  top:10px;
  padding:12px;
  background:#fff;
  z-index:50;
  transform:translateY(-160%);
}
.skip-link:focus {
  transform:translateY(0);
}
@media(min-width:1440px) {
  .hero {
    gap:54px;
  }
  .carousel {
    min-height:650px;
  }
  .hero-copy {
    padding-top:18px;
  }
  h1 {
    font-size:82px;
  }
  .eyebrow {
    margin-bottom:32px;
  }
  .lead {
    margin-top:35px;
  }
  .micro {
    margin-top:28px;
  }
}
@media(max-width:1050px) and (min-width:761px) {
  .wrap {
    width:calc(100% - 64px);
  }
  .hero {
    gap:28px;
  }
  .carousel {
    min-height:520px;
  }
  h1 {
    font-size:clamp(41px,5.5vw,58px);
  }
  .lead {
    font-size:15px;
  }
  .whatsapp-button {
    font-size:16px;
    gap:10px;
    padding-inline:18px;
  }
  .service {
    padding-inline:24px;
  }
}
@media(max-width:760px) {
  :root {
    --dock-height:calc(80px + env(safe-area-inset-bottom,0px));
  }
  .wrap {
    width:calc(100% - 40px);
    max-width:540px;
  }
  .site-header {
    min-height:87px;
    gap:12px;
  }
  .wordmark {
    font-size:20px;
    letter-spacing:1.4px;
  }
  .wordmark span {
    letter-spacing:2px;
  }
  .brand {
    gap:8px;
  }
  .brand-caption {
    font-size:7px;
    letter-spacing:1.2px;
  }
  .nav-contact {
    font-size:11px;
    letter-spacing:1px;
    gap:8px;
  }
  .nav-contact img {
    width:17px;
    height:17px;
  }
  .desktop-word,.desktop-copy,.hero-cta {
    display:none;
  }
  .mobile-copy {
    display:block;
  }
  .hero {
    display:flex;
    flex-direction:column;
    gap:0;
    padding-block:27px 0;
  }
  .hero-copy {
    padding:0;
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:2px;
    margin-bottom:21px;
  }
  h1 {
    font-size:clamp(38px,11.3vw,62px);
    line-height:1.01;
    letter-spacing:-.062em;
  }
  .lead {
    font-size:15px;
    line-height:1.5;
    letter-spacing:-.2px;
    margin:22px 0 25px;
    max-width:100%;
  }
  .carousel {
    width:100%;
    aspect-ratio:1.3;
    min-height:0;
    border-radius:4px;
    flex-shrink:0;
  }
  .carousel-arrow {
    width:44px;
    height:44px;
  }
  .previous {
    left:10px;
  }
  .next {
    right:10px;
  }
  .carousel-arrow img {
    width:18px;
    height:18px;
  }
  .carousel-controls {
    bottom:10px;
    left:10px;
    right:10px;
  }
  .pagination {
    padding-bottom:7px;
    min-width:90px;
  }
  .dot {
    width:26px;
    height:29px;
  }
  .dot span {
    width:7px;
    height:7px;
  }
  .slide-count {
    font-size:10px;
  }
  .playback {
    width:40px;
    height:40px;
  }
  .services {
    border:0;
  }
  .service-grid {
    display:block;
    padding-block:10px 0;
  }
  .service {
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    gap:17px;
    padding:25px 0!important;
    border-left:0;
    border-bottom:1px solid var(--line);
  }
  .service-icon {
    width:34px;
    height:34px;
    margin-top:3px;
    margin-bottom:0;
  }
  h2 {
    font-size:20px;
    letter-spacing:-.7px;
  }
  .service p {
    font-size:14px;
    line-height:1.48;
    margin-top:7px;
    max-width:none;
  }
  .footer {
    padding-top:24px;
  }
  .footer-top {
    flex-direction:column;
    gap:23px;
    padding-bottom:18px;
  }
  .contact-copy {
    width:100%;
    order:-1;
  }
  .contact-copy .eyebrow {
    font-size:9px;
    margin-bottom:4px;
  }
  .contact-copy h2 {
    display:block;
    font-size:25px;
    letter-spacing:-1px;
  }
  .contact-link {
    font-size:14px;
    line-height:1.45;
    gap:22px;
    margin-top:7px;
    min-height:50px;
  }
  .contact-link img {
    width:25px;
  }
  .footer-brand {
    align-self:stretch;
    border-top:1px solid var(--line);
    padding-top:20px;
  }
  .footer .wordmark {
    font-size:18px;
  }
  .footer-bottom {
    border:0;
    padding:0 0 20px;
    font-size:7px;
    letter-spacing:.55px;
    gap:12px;
  }
  .footer-bottom span:first-child {
    max-width:210px;
  }
  .footer-bottom span:last-child {
    white-space:nowrap;
  }
  .contact-dock-slot {
    display:block;
    position:relative;
    height:var(--dock-height);
  }
  .contact-dock {
    position:fixed;
    z-index:10;
    bottom:0;
    left:0;
    width:100%;
    padding:12px max(20px,env(safe-area-inset-right,0px)) calc(12px + env(safe-area-inset-bottom,0px)) max(20px,env(safe-area-inset-left,0px));
    border-top:1px solid var(--line);
    background:var(--paper);
  }
  .contact-dock.is-docked {
    position:absolute;
  }
  .contact-dock .whatsapp-button {
    max-width:540px;
    min-height:55px;
    margin-inline:auto;
    font-size:17px;
    padding:12px 22px;
    gap:12px;
  }
  .contact-dock .button-arrow {
    margin-left:auto;
    width:21px;
  }
  .contact-dock .wa-icon {
    margin-left:auto;
    width:25px;
  }
  .contact-dock .whatsapp-button:hover {
    transform:none;
  }
}
@media(max-width:350px) {
  .wrap {
    width:calc(100% - 32px);
  }
  .brand-caption {
    font-size:6px;
  }
  .nav-contact {
    font-size:10px;
  }
  .wordmark {
    font-size:18px;
  }
  h1 {
    font-size:37px;
  }
  .contact-dock {
    padding-inline:16px;
  }
  .contact-dock .whatsapp-button {
    font-size:16px;
  }
  .service {
    gap:12px;
  }
}
@media(min-width:1051px) {
  .wrap {
    width:calc(100% - 140px);
  }
  .site-header {
    min-height:97px;
  }
  .hero {
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:44px;
  }
  .carousel {
    min-height:620px;
  }
  h1 {
    font-size:clamp(70px,6.8vw,96px);
    line-height:.94;
  }
  h1 em {
    display:block;
    font-size:.87em;
    line-height:1.02;
  }
  .service h2 {
    font-size:24px;
  }
  .service p {
    font-size:16px;
  }
  .contact-link {
    font-size:14px;
  }
  .hero-cta {
    font-size:20px;
    min-height:68px;
    padding-inline:29px;
  }
  .eyebrow {
    font-size:11px;
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
}

.carousel-controls[hidden],.carousel-arrow[hidden]{display:none}


/* Explicit WhatsApp navigation; compact and readable on small screens. */
.nav-contact { gap:9px;letter-spacing:0;flex-shrink:0; }
.nav-contact img { flex-shrink:0; }
@media(max-width:760px){.nav-contact{font-size:12px;gap:6px}.nav-contact img{width:20px;height:20px}.carousel{height:clamp(220px,62vw,260px);aspect-ratio:auto;min-height:0}}

@font-face{font-family:Editorial;src:url('assets/fonts/dmserifdisplay.ttf') format('truetype');font-display:swap}
@font-face{font-family:Workshop;src:url('assets/fonts/oswald.ttf') format('truetype');font-weight:200 700;font-display:swap}
html[data-template=maison]{--paper:#f7f4ee;--ink:#201c1b;--muted:#716a64;--sage:#611d2c;--green:#611d2c;--line:#d9d1c6}
html[data-template=daily]{--paper:#faf7ef;--ink:#40251d;--muted:#786a61;--sage:#a78230;--green:#40251d;--line:#dcd1c2}
html[data-template=forge]{--paper:#191e1b;--ink:#f5f3e9;--muted:#bdc4bc;--sage:#ff6b25;--green:#ff6b25;--line:#505b50;color-scheme:dark}
html[data-template=maison] h1,html[data-template=daily] h1{font-family:Editorial,Georgia,serif;font-weight:400;letter-spacing:-.035em;line-height:1.02}
html[data-template=maison] .wordmark,html[data-template=daily] .wordmark,html[data-template=maison] .service h2,html[data-template=daily] .service h2{font-family:Editorial,Georgia,serif;font-weight:400}
html[data-template=maison] .wordmark{letter-spacing:6px}
html[data-template=maison] .wordmark span{font:11px Arial,sans-serif;display:block;text-align:center;letter-spacing:8px;margin-top:9px}
html[data-template=maison] h1 span:empty,html[data-template=daily] h1 span:empty,html[data-template=forge] h1 span:empty{display:none}
html[data-template=maison] h1 em,html[data-template=daily] h1 em{font-style:italic;color:var(--ink)}
html[data-template=maison] .whatsapp-button,html[data-template=daily] .whatsapp-button{color:#fff;border-radius:6px}
html[data-template=maison] .whatsapp-button img,html[data-template=daily] .whatsapp-button img{filter:invert(1)}
html[data-template=maison] .whatsapp-button:hover,html[data-template=daily] .whatsapp-button:hover{background:var(--green);opacity:.92}
html[data-template=maison] .contact-copy h2,html[data-template=daily] .contact-copy h2{display:block;font-family:Editorial,Georgia,serif;font-size:30px;font-weight:400;margin:0 0 12px}
html[data-template=maison] .contact-link,html[data-template=daily] .contact-link{font-family:Editorial,Georgia,serif}
html[data-template=daily] .footer{background:#f3e5ac;padding:36px;margin-top:24px}
html[data-template=forge] h1,html[data-template=forge] .wordmark,html[data-template=forge] .service h2,html[data-template=forge] .contact-copy h2{font-family:Workshop,'Arial Narrow',sans-serif;font-weight:700;letter-spacing:-.025em;text-transform:uppercase}
html[data-template=forge] h1 em{color:var(--ink)}
html[data-template=forge] .whatsapp-button,html[data-template=forge] .nav-contact{background:var(--green);color:#151914;border-radius:2px}
html[data-template=forge] .nav-contact{padding:10px 16px;font-weight:700}
html[data-template=forge] .whatsapp-button:hover{background:#ec5a16}
html[data-template=forge] .wordmark span{color:var(--ink);letter-spacing:0}
html[data-template=forge] .services{background:#f5f2e9;color:#1c221c;border:0}
html[data-template=forge] .services p{color:#5d665e}
html[data-template=forge] .contact-copy h2{display:block;font-size:34px;line-height:1.15;margin:0 0 14px}
html[data-template=forge] .contact-link{color:var(--ink)}
html[data-template=forge] .contact-link img{filter:invert(1)}
@media(min-width:761px){
 .hero{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center;gap:48px}
 .carousel{min-height:0;height:420px;aspect-ratio:auto;align-self:center}
 h1{font-size:clamp(48px,5.2vw,72px)}
 .hero-copy{padding:0}.micro{margin-bottom:0}
 html[data-template=maison] .hero{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr)}
 html[data-template=maison] .carousel{grid-column:1;grid-row:1}
 html[data-template=maison] .hero-copy{grid-column:2;grid-row:1;padding-left:26px}
 html[data-template=forge] h1{font-size:clamp(52px,5.8vw,80px);line-height:1.02}
 html[data-template=daily] .hero{padding-block:44px}.services{margin-top:0}
}
@media(max-width:760px){
 html[data-template] .hero{gap:0;padding-top:24px}
 html[data-template] .carousel{height:clamp(220px,62vw,260px);min-height:0;aspect-ratio:auto}
 html[data-template=maison] h1,html[data-template=daily] h1{font-size:clamp(36px,10vw,48px);line-height:1.02}
 html[data-template=forge] h1{font-size:clamp(37px,10vw,48px);line-height:1.03}
 html[data-template=maison] .wordmark{font-size:18px;letter-spacing:3px}
 html[data-template=maison] .wordmark span{display:inline;font:11px Arial;letter-spacing:2px}
 html[data-template=daily] .wordmark{font-size:17px;letter-spacing:0}
 html[data-template=daily] .wordmark span{letter-spacing:0}
 html[data-template=forge] .wordmark{font-size:20px;letter-spacing:0}
 html[data-template=forge] .nav-contact{padding:8px}
 html[data-template] .brand-caption{max-width:180px;font-size:6px;letter-spacing:.5px}
 html[data-template] .eyebrow{margin-bottom:12px}
 html[data-template] .lead{margin:16px 0 22px}
 html[data-template=daily] .footer{padding:24px 18px}
}

.contact-description{font-size:15px;line-height:1.6;max-width:460px;margin:18px 0}.contact-link{justify-content:flex-start;gap:14px}.contact-link .wa-icon{flex:none;width:24px;height:24px}

/* Translated copy may be longer than the English template. */
html:not([lang=en]) h1{overflow-wrap:anywhere}
html:not([lang=en]) .micro{flex-wrap:wrap;line-height:1.6}
html:not([lang=en]) .whatsapp-button{white-space:normal;text-align:center}
@media(max-width:760px){html:not([lang=en]) h1{font-size:clamp(32px,9.5vw,48px);letter-spacing:-.04em}html:not([lang=en]) .whatsapp-button{font-size:15px;gap:10px}html:not([lang=en]) .brand-caption{letter-spacing:1px}}

.language-select{margin-left:auto;margin-right:18px;max-width:140px;min-height:44px;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--ink);font:13px Arial,sans-serif;padding:8px}
@media(max-width:760px){.site-header{flex-wrap:wrap}.language-select{order:3;flex-basis:100%;margin:0 0 10px auto;max-width:130px;min-height:36px}.nav-contact{margin-left:auto}}

/* Outerwear and clothing presets keep the shared contact and carousel layout. */
html[data-template=down]{--paper:#f1f4f6;--ink:#182c40;--muted:#617181;--sage:#315777;--green:#213f5b;--line:#ccd7df}
html[data-template=wardrobe]{--paper:#f8f6f0;--ink:#292923;--muted:#737168;--sage:#65654e;--green:#292923;--line:#dcd9cf}
html[data-template=down] h1,html[data-template=wardrobe] h1{font-family:Editorial,Georgia,serif;font-weight:400;line-height:1.03;letter-spacing:-.035em}
html[data-template=down] h1 span:empty,html[data-template=wardrobe] h1 span:empty{display:none}
html[data-template=down] .whatsapp-button,html[data-template=wardrobe] .whatsapp-button{background:var(--green);color:white;border-radius:5px}
html[data-template=down] .whatsapp-button img,html[data-template=wardrobe] .whatsapp-button img{filter:invert(1)}
html[data-template=down] .contact-copy h2,html[data-template=wardrobe] .contact-copy h2{display:block;font:400 30px/1.2 Editorial,Georgia,serif;margin:0 0 14px}
html[data-template=down] .services{background:#e6edf2;padding:24px;border-radius:8px}
html[data-template=wardrobe] .wordmark{font-family:Editorial,Georgia,serif;font-weight:400;letter-spacing:3px}
html[data-template=wardrobe] .footer{border-top:1px solid var(--line);padding-top:32px}
@media(min-width:761px){
 html[data-template=wardrobe] .hero{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}
 html[data-template=wardrobe] .carousel{grid-column:1;grid-row:1;height:380px}
 html[data-template=wardrobe] .hero-copy{grid-column:2;grid-row:1}
 html[data-template=down] .carousel{height:380px}
}
@media(max-width:760px){
 html[data-template=down] h1,html[data-template=wardrobe] h1{font-size:clamp(34px,9vw,44px)}
 html[data-template=down] .carousel,html[data-template=wardrobe] .carousel{height:clamp(190px,55vw,230px)}
 html[data-template=down] .wordmark,html[data-template=wardrobe] .wordmark{font-size:20px;letter-spacing:1px}
 html[data-template=down] .wordmark span,html[data-template=wardrobe] .wordmark span{letter-spacing:1px}
 html[data-template=down] .services{padding:20px 16px}
}
