@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-400-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #1b100c;
  --ink-soft: #2a1711;
  --paper: #f4ede4;
  --paper-strong: #fffaf3;
  --muted: #b9a89c;
  --line: rgba(255, 244, 232, .18);
  --line-dark: rgba(42, 23, 17, .2);
  --acid: #d46b47;
  --acid-dark: #9d4329;
  --copper: #d46b47;
  --copper-deep: #8b351f;
  --gold: #c59a61;
  --display: "Fraunces", Georgia, serif;
  --condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --header: 84px;
}

html { width: 100%; max-width: 100%; background: var(--ink); overflow-x: clip; }
body { width: 100%; max-width: 100%; background: var(--ink); color: var(--paper); overflow-x: clip; }
body::before {
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  height: var(--header);
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  background: rgba(27, 16, 12, .86);
  border-color: rgba(255, 244, 232, .13);
  box-shadow: 0 18px 50px rgba(15, 7, 4, .12);
}

.brand { grid-template-columns: 112px auto; gap: 16px; }
.brand img { width: 112px; height: 36px; }
.brand span { color: #cbb9ad; }
.site-nav a { font-size: 11px; letter-spacing: .12em; }
.site-nav a::after { background: var(--copper); }
.language-toggle { border-radius: 50%; border-color: rgba(255,255,255,.23); }

.button {
  justify-content: center;
  min-height: 52px;
  padding-inline: 26px;
  border-radius: 999px;
  letter-spacing: .055em;
  box-shadow: none;
}
.button-acid { color: #fffaf3; background: var(--copper); border-color: var(--copper); }
.button-acid:hover { color: var(--ink); background: var(--paper-strong); border-color: var(--paper-strong); }
.button-dark { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.header-book { min-height: 46px; padding-inline: 24px; }
.text-link { gap: 0; border-color: rgba(255,255,255,.3); }
.text-link.dark { border-color: rgba(27,16,12,.26); }
.text-link:hover { color: var(--copper); border-color: var(--copper); }
.eyebrow { color: var(--copper); }
.eyebrow.acid { color: var(--copper); }

/* Hero: a fashion editorial split held together by a real-photo textured plait. */
.hero {
  min-height: max(790px, 100svh);
  max-height: 1060px;
  grid-template-columns: minmax(0, .98fr) minmax(480px, 1.02fr);
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 23% 28%, rgba(117, 58, 38, .26), transparent 38%),
    linear-gradient(125deg, #21120e 0 49%, #110b09 72% 100%);
}
.hero::after { display: none; }
.hero-word {
  left: 2.5vw;
  top: 18%;
  font-family: var(--display);
  font-size: clamp(120px, 18vw, 300px);
  font-weight: 400;
  font-style: italic;
  opacity: .15;
  -webkit-text-stroke: 1px rgba(246,234,221,.65);
}
.hero-media {
  top: var(--header);
  width: 51%;
  height: calc(100% - var(--header));
  clip-path: ellipse(74% 84% at 78% 50%);
}
.hero-media::after {
  background: linear-gradient(90deg, rgba(27,16,12,.7), transparent 25%), linear-gradient(0deg, rgba(27,16,12,.5), transparent 42%);
}
.hero-media img { filter: saturate(.7) contrast(1.04); object-position: 52% 32%; }
.hero-media-tag {
  right: 5vw;
  bottom: 4.5vw;
  width: 118px;
  color: var(--paper);
  background: rgba(27,16,12,.74);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  backdrop-filter: blur(8px);
}
.hero-media-tag span:first-child { font-family: var(--display); font-weight: 400; }
.hero-secondary { display: none; }
.hero-copy { max-width: 690px; padding-left: clamp(4px, 2vw, 28px); padding-bottom: 5vh; }
.hero-copy h1 {
  max-width: 680px;
  font-family: var(--display);
  font-size: clamp(72px, 7.2vw, 122px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .91;
  text-transform: none;
}
.hero-copy h1 span:last-child { color: var(--paper); font-style: italic; }
.hero-copy h1 span:last-child::after { content: ""; display: inline-block; width: .13em; aspect-ratio: 1; margin-left: .08em; background: var(--copper); border-radius: 50%; }
.hero-intro { color: #d1c1b6; }
.hero-actions { gap: 30px; }
.hero-trust { border-color: rgba(255,255,255,.2); }
.hero-trust dt { font-family: var(--display); font-weight: 400; }
.hero-index { display: none; }

.hero-braid {
  --braid-shift: 0px;
  position: absolute;
  z-index: 5;
  top: calc(var(--header) - 18px);
  left: 52.2%;
  width: 148px;
  height: calc(100% - var(--header) + 36px);
  transform: translate3d(-50%, var(--braid-shift), 0);
  pointer-events: none;
  filter: drop-shadow(0 20px 18px rgba(0,0,0,.48));
}
.braid-plait { position: absolute; inset: 0 15px; overflow: hidden; }
.braid-plait::before,
.braid-plait::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 70px;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #130a07, #4b2c20 44%, #130a07);
}
.braid-plait::after { width: 3px; left: 28%; opacity: .7; background: #b78d6d; }
.braid-loop {
  position: absolute;
  left: 50%;
  top: calc(var(--i) * 62px - 8px);
  width: 118px;
  height: 83px;
  border: 1px solid rgba(215, 173, 138, .16);
  border-radius: 68% 32% 58% 42% / 63% 64% 36% 37%;
  background-color: #28150e;
  background-image: linear-gradient(110deg, rgba(255,255,255,.18), transparent 24% 68%, rgba(0,0,0,.45)), url("/images/setmore/gallery-fzsf0y4JRTur.jpg");
  background-blend-mode: soft-light, multiply;
  background-size: auto, 520px auto;
  background-position: center, calc(42% + var(--i) * 2%) 46%;
  box-shadow: inset 8px 10px 10px rgba(255,220,189,.12), inset -14px -10px 16px rgba(0,0,0,.58), 0 8px 10px rgba(0,0,0,.5);
  transform: translateX(-64%) rotate(20deg);
  transform-origin: center;
}
.braid-loop:nth-child(even) {
  z-index: 2;
  border-radius: 32% 68% 42% 58% / 64% 63% 37% 36%;
  transform: translateX(-36%) rotate(-20deg);
  box-shadow: inset -8px 10px 10px rgba(255,220,189,.12), inset 14px -10px 16px rgba(0,0,0,.58), 0 8px 10px rgba(0,0,0,.5);
}
.braid-loop::after {
  content: "";
  position: absolute;
  inset: 8px 16px 18px;
  border-top: 1px solid rgba(255,235,215,.34);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.braid-bead {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: calc(var(--y) * 1%);
  width: 27px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 1px solid #ecd09f;
  border-radius: 3px;
  background: linear-gradient(90deg, #5e3519, #d5a86a 32%, #754321 70%, #e0bd82);
  box-shadow: 0 5px 9px rgba(0,0,0,.55);
}
.braid-pin {
  position: absolute;
  z-index: 7;
  width: 118px;
  padding: 7px 7px 19px;
  background: #f8f0e6;
  box-shadow: 0 15px 24px rgba(0,0,0,.43);
}
.braid-pin::before { content: ""; position: absolute; top: -12px; left: 50%; width: 22px; height: 22px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle at 32% 28%, #ffe8b5, #9e692e 48%, #38200f); box-shadow: 0 4px 7px rgba(0,0,0,.4); }
.braid-pin img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.braid-pin.pin-one { left: -92px; top: 12%; transform: rotate(-4deg); }
.braid-pin.pin-two { right: -102px; top: 54%; transform: rotate(5deg); }
.braid-nav {
  position: absolute;
  left: 140px;
  top: 25%;
  display: grid;
  gap: 78px;
  pointer-events: auto;
}
.braid-nav a { display: flex; align-items: center; gap: 14px; color: rgba(255,244,232,.72); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; }
.braid-nav a::before { content: ""; width: 22px; height: 1px; background: var(--copper); transition: width 240ms ease; }
.braid-nav a:hover::before,
.braid-nav a.is-active::before { width: 38px; }
.braid-nav a.is-active { color: var(--paper); }

.ticker { background: #bb5a3c; border: 0; }
.ticker-track { padding-block: 12px; }
.ticker span { font-family: var(--sans); font-size: 11px; font-weight: 800; }
.ticker i { width: 5px; height: 5px; border-radius: 50%; }

.woven-break {
  position: relative;
  height: clamp(120px, 13vw, 210px);
  margin: clamp(-45px, -3vw, -24px) 0;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  contain: paint;
  pointer-events: none;
  z-index: 4;
}
.woven-break svg { width: 100%; height: 100%; margin: 0; overflow: hidden; filter: drop-shadow(0 10px 9px rgba(20,8,4,.24)); }
.woven-break path { fill: none; stroke-linecap: round; stroke-width: 13; vector-effect: non-scaling-stroke; }
.woven-break .strand-dark { stroke: #21110c; }
.woven-break .strand-copper { stroke: url(#copper-strand); }
.woven-break .strand-light { stroke: #8a5339; stroke-width: 8; }
.woven-break .stitch { stroke: rgba(255,225,194,.33); stroke-width: 2; stroke-dasharray: 4 10; animation: braid-stitch 16s linear infinite; }
@keyframes braid-stitch { to { stroke-dashoffset: -140; } }

.section { position: relative; }
.section-heading h2, .about-copy h2, .faq-heading h2, .visit-details h2, .reviews-summary h2, .booking-intro h2,
.page-hero h1, .gallery-book h2, .service-help h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .94;
  text-transform: none;
}
.section-heading > p { color: #c1aea2; }
.service-section { background: var(--ink); }
.category-rail { border-color: rgba(255,255,255,.16); }
.category-rail a { transition: background 280ms ease, padding-left 280ms ease; }
.category-rail a:hover { padding-left: 18px; background: rgba(212,107,71,.09); }
.category-rail a::after { color: var(--copper); }
.popular-heading h3 { font-family: var(--display); font-weight: 400; text-transform: none; }
.service-grid { gap: 14px; border: 0; }
.service-card { border: 1px solid rgba(255,255,255,.14); border-radius: 4px; background: #21130f; }
.service-image { aspect-ratio: 6/5; }
.service-image img { filter: saturate(.7) contrast(1.03); }
.service-card:hover .service-image img { filter: saturate(1); }
.service-card-body { min-height: 200px; }
.service-card h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.02em; line-height: 1.03; text-transform: none; }
.service-category { color: var(--copper); }
.service-action { justify-content: flex-start; color: var(--paper); border-color: rgba(255,255,255,.16); }
.service-action::after { content: ""; width: 24px; height: 1px; margin-left: 12px; background: var(--copper); transition: width 220ms ease; }
.service-action:hover::after { width: 44px; }
.service-action span:last-child { display: none; }
.request-card { color: var(--ink); background: #ede0d2; }
.request-card .service-action { color: var(--ink); border-color: rgba(27,16,12,.2); }
.request-card .service-card-body::before { color: var(--copper); font-family: var(--display); font-weight: 400; }

.care-note { background: #3b2118; }
.care-note img { filter: saturate(.7); }
.care-note h2 { font-family: var(--display); font-weight: 400; text-transform: none; }
.gallery-section { background: #eadfd3; color: var(--ink); }
.gallery-section .section-heading > p { color: #65534a; }
.gallery-grid { gap: 14px; }
.gallery-item { border-radius: 3px; background: #cdbbae; }
.gallery-item img { filter: saturate(.72); }
.gallery-item:hover img { filter: saturate(1); }
.gallery-item::after { content: "View"; width: auto; height: auto; padding: 8px 12px; color: var(--paper); background: rgba(27,16,12,.78); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.booking-section { background: #f4ede4; }
.booking-intro { border-color: rgba(27,16,12,.35); }
.booking-intro .button-acid { color: #fff; border-color: var(--copper); }
.booking-steps li { border-color: rgba(27,16,12,.24); }
.booking-steps li > span { color: #fff; background: var(--copper); border-radius: 50%; font-family: var(--display); font-size: 28px; font-weight: 400; }
.booking-steps h3 { font-family: var(--display); font-weight: 400; text-transform: none; }
.booking-prep { background: #e5d4c4; }
.about-section { background: #f7f0e8; }
.about-portrait img { filter: saturate(.68) contrast(1.02); }
.about-portrait span { color: white; background: var(--copper); }
.about-facts dt { font-family: var(--display); font-weight: 400; }
.reviews-section { background: #271510; }
.stars, .review-stars { color: #e1ad68; }
.review-card { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.review-card blockquote { font-family: var(--display); font-weight: 400; }
.faq-section { background: #efe4d8; }
.faq-item { border-color: rgba(27,16,12,.22); }
.faq-item summary::after { color: var(--copper); }
.visit-section { background: #1b100c; }
.visit-photo img { filter: saturate(.72); }
.site-footer { background: #120a08; }
.footer-brand img { width: 150px; }
.mobile-book { color: #fff; background: var(--copper); }

/* Secondary pages inherit the same woven language. */
.page-hero { overflow: hidden; background: linear-gradient(135deg, #2a1711, #130b08); }
.page-hero-copy h1 { font-size: clamp(72px, 8vw, 132px); }
.page-hero-image img, .gallery-hero-collage img { filter: saturate(.7); }
.service-promises { background: #eadfd3; }
.service-promises article > span { color: var(--copper); }
.catalogue-section { background: var(--ink); }
.gallery-page-hero { overflow: hidden; }
.gallery-hero-collage img { border: 8px solid #f5ede3; box-shadow: 0 20px 35px rgba(0,0,0,.35); }
.portfolio-intro { background: #eadfd3; }
.portfolio-intro a { color: var(--copper-deep); }
.full-gallery { background: #21130f; }
.portfolio-photo { border-radius: 3px; }
.portfolio-photo img { filter: saturate(.72); }
.portfolio-photo:hover img { filter: saturate(1); }
.portfolio-photo em { display: none; }
.gallery-book { background: #3c2118; }
.service-help { background: #3c2118; }

.page-braid {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 72px);
  bottom: -46px;
  width: 360px;
  height: 92px;
  pointer-events: none;
  transform: rotate(-7deg);
}
.page-braid .braid-loop { top: 50%; left: calc(var(--i) * 54px); width: 88px; height: 62px; transform: translateY(-58%) rotate(22deg); }
.page-braid .braid-loop:nth-child(even) { transform: translateY(-42%) rotate(-22deg); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.25,1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
.service-card[data-reveal], .gallery-item[data-reveal], .portfolio-photo[data-reveal] { transform: translateY(34px) scale(.985); }
.service-card[data-reveal].is-revealed, .gallery-item[data-reveal].is-revealed, .portfolio-photo[data-reveal].is-revealed { transform: translateY(0) scale(1); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .hero-braid { left: 55%; transform: translate3d(-50%, var(--braid-shift), 0) scale(.88); }
  .braid-nav { display: none; }
  .braid-pin { width: 100px; }
  .braid-pin.pin-one { left: -65px; }
  .braid-pin.pin-two { right: -72px; }
}

@media (max-width: 900px) {
  :root { --header: 70px; }
  .site-header { height: var(--header); }
  .brand { grid-template-columns: 92px; }
  .brand img { width: 92px; }
  .hero {
    min-height: auto;
    max-height: none;
    display: block;
    padding: var(--header) 0 72px;
  }
  .hero-media { position: relative; top: auto; width: 100%; height: min(62svh, 580px); clip-path: none; }
  .hero-media::after { background: linear-gradient(0deg, #21120e 0, transparent 42%), linear-gradient(90deg, rgba(27,16,12,.2), transparent); }
  .hero-media img { object-position: 51% 31%; }
  .hero-media-tag { display: none; }
  .hero-copy { position: relative; left: auto; right: auto; bottom: auto; max-width: none; padding: 0 24px; margin-top: -48px; }
  .hero-copy h1 { max-width: 760px; font-size: clamp(60px, 12vw, 92px); }
  .hero-intro { max-width: 610px; }
  .hero-braid {
    top: calc(var(--header) + min(32svh, 260px));
    left: auto;
    right: -28px;
    width: 94px;
    height: 470px;
    transform: rotate(7deg) scale(.72);
    transform-origin: top right;
    opacity: .9;
  }
  .braid-pin, .braid-nav, .hero-braid .braid-bead { display: none; }
  .woven-break { height: 100px; margin-block: -25px; }
  .section-heading h2, .about-copy h2, .faq-heading h2, .visit-details h2, .reviews-summary h2, .booking-intro h2 { font-size: clamp(52px, 12vw, 82px); }
  .page-braid { right: -80px; transform: rotate(-8deg) scale(.8); }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 15px; }
  .brand span { display: none; }
  .header-actions { gap: 8px; }
  .language-toggle { width: 40px; min-width: 40px; height: 40px; }
  .hero { padding-bottom: 50px; }
  .hero-media { height: 54svh; min-height: 390px; }
  .hero-copy { margin-top: -38px; padding-inline: 18px; }
  .hero-copy h1 { font-size: clamp(56px, 17vw, 76px); line-height: .91; }
  .hero-copy .eyebrow { margin-bottom: 14px; }
  .hero-intro { margin: 24px 0 22px; font-size: 14px; line-height: 1.62; }
  .hero-actions { display: grid; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: fit-content; }
  .hero-trust { margin-top: 30px; padding-top: 18px; }
  .hero-trust dt { font-size: 28px; }
  .hero-trust dd { font-size: 7px; }
  .hero-braid { right: -43px; top: calc(var(--header) + 255px); opacity: .78; }
  .ticker-track { gap: 20px; }
  .woven-break { height: 82px; margin-block: -18px; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .about-copy h2, .faq-heading h2, .visit-details h2, .reviews-summary h2, .booking-intro h2 { font-size: clamp(48px, 14vw, 68px); }
  .section-heading > p { font-size: 15px; }
  .service-grid { gap: 10px; }
  .service-card { border-radius: 2px; }
  .service-card-body { min-height: 176px; padding: 18px 16px 16px; }
  .service-card h3 { font-size: 29px; }
  .gallery-grid { gap: 8px; }
  .booking-section { border: 0; }
  .booking-intro { border: 0; }
  .booking-steps li { grid-template-columns: 50px 1fr; gap: 16px; }
  .booking-steps li > span { width: 44px; }
  .mobile-book { left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); width: calc(100% - 24px); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; box-shadow: 0 12px 35px rgba(30,12,6,.35); }
  .gallery-hero-collage img { border-width: 5px; }
  .page-braid { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-braid { --braid-shift: 0px !important; }
}

/* Monumental braid edition: the braid is the architecture, not an ornament. */
body {
  background:
    radial-gradient(circle at 15% 8%, rgba(116, 53, 34, .22), transparent 31rem),
    radial-gradient(circle at 88% 36%, rgba(82, 40, 27, .18), transparent 38rem),
    #100907;
}

.hero {
  grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr);
  background:
    linear-gradient(115deg, rgba(85, 38, 25, .2), transparent 28%),
    radial-gradient(ellipse at 23% 32%, rgba(133, 62, 39, .25), transparent 38%),
    repeating-radial-gradient(ellipse at -12% 50%, transparent 0 58px, rgba(238, 183, 141, .035) 59px 60px),
    linear-gradient(112deg, #23120e 0 48%, #0f0907 74% 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: var(--header) 0 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(224, 142, 93, .42) 50%, transparent 50.2%),
    radial-gradient(circle at 50% 20%, rgba(224, 142, 93, .16), transparent 28%);
  mix-blend-mode: screen;
}

.hero-copy { max-width: 610px; }
.hero-copy h1 { font-size: clamp(72px, 6.55vw, 112px); }
.hero-media { width: 50%; clip-path: ellipse(78% 90% at 82% 50%); }

.hero-braid {
  left: 51.3%;
  top: calc(var(--header) - 38px);
  width: 286px;
  height: calc(100% - var(--header) + 76px);
  filter: drop-shadow(0 34px 28px rgba(0,0,0,.66));
}

.braid-aura { position: absolute; inset: 0 -85px; opacity: .72; }
.braid-aura span {
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: calc(50% + (var(--a, 0) * 32px));
  width: 1px;
  background: linear-gradient(transparent, rgba(220,150,105,.56) 15%, rgba(220,150,105,.12) 75%, transparent);
  transform: rotate(calc(var(--a, 0) * 3deg));
}
.braid-aura span:nth-child(1) { --a: -2; }
.braid-aura span:nth-child(2) { --a: -1; }
.braid-aura span:nth-child(3) { --a: 1; }
.braid-aura span:nth-child(4) { --a: 2; }

.hero-braid .braid-plait { inset: 0 28px; overflow: hidden; }
.hero-braid .braid-plait::before { width: 124px; background: linear-gradient(90deg, #0d0605, #563123 45%, #160a07); }
.hero-braid .braid-plait::after { left: 30%; width: 5px; opacity: .55; }
.hero-braid .braid-loop {
  top: calc(var(--i) * 72px - 16px);
  width: 218px;
  height: 136px;
  border-width: 2px;
  background-color: #44271d;
  background-image: linear-gradient(110deg, rgba(255,255,255,.16), transparent 24% 68%, rgba(0,0,0,.48)), url("/images/setmore/gallery-fKySjaSLhUh8.jpg");
  background-blend-mode: soft-light, luminosity;
  background-size: auto, 510px auto;
  background-position: center, 54% calc(18% + var(--i) * 2%);
  filter: saturate(.38) brightness(.64) contrast(1.18);
  box-shadow:
    inset 18px 16px 20px rgba(255,220,189,.13),
    inset -24px -18px 30px rgba(0,0,0,.68),
    0 15px 18px rgba(0,0,0,.58);
  transform: translateX(-68%) rotate(24deg);
}
.hero-braid .braid-loop:nth-child(even) {
  transform: translateX(-32%) rotate(-24deg);
  box-shadow:
    inset -18px 16px 20px rgba(255,220,189,.13),
    inset 24px -18px 30px rgba(0,0,0,.68),
    0 15px 18px rgba(0,0,0,.58);
}
.hero-braid .braid-loop::before {
  content: "";
  position: absolute;
  inset: 15px 25px 26px;
  border-radius: inherit;
  background: repeating-linear-gradient(118deg, transparent 0 13px, rgba(255,228,203,.055) 14px 15px, transparent 16px 26px);
  mix-blend-mode: screen;
}
.hero-braid .braid-loop::after { inset: 13px 27px 26px; border-top-width: 2px; }
.hero-braid .braid-bead { width: 48px; height: 28px; border-width: 2px; }
.hero-braid .braid-pin { width: 148px; padding: 9px 9px 24px; }
.hero-braid .braid-pin.pin-one { left: -78px; top: 10%; transform: rotate(-6deg); }
.hero-braid .braid-pin.pin-two { right: -86px; top: 56%; transform: rotate(7deg); }
.hero-braid .braid-nav { left: 260px; top: 24%; gap: 82px; }
.hero-braid .braid-nav a { padding-block: 5px; text-shadow: 0 2px 10px #000; }

.service-section {
  isolation: isolate;
  background:
    radial-gradient(circle at 92% 8%, rgba(178, 83, 52, .17), transparent 29rem),
    repeating-radial-gradient(ellipse at 110% 38%, transparent 0 64px, rgba(239,198,162,.035) 65px 66px),
    linear-gradient(150deg, #160c09, #21110d 58%, #110907);
}
.service-section::before {
  content: "BRAIDED IN BERLIN";
  position: absolute;
  z-index: -1;
  top: 2.5%;
  right: -1vw;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(90px, 13vw, 220px);
  letter-spacing: -.06em;
  opacity: .16;
  -webkit-text-stroke: 1px rgba(242,225,209,.55);
  writing-mode: vertical-rl;
}
.gallery-section {
  background:
    radial-gradient(circle at 10% 22%, rgba(207,143,97,.28), transparent 28rem),
    repeating-radial-gradient(ellipse at 95% 0, transparent 0 76px, rgba(74,37,24,.055) 77px 79px),
    linear-gradient(140deg, #f0e5d9, #e2d1c0 60%, #f5ece2);
}
.about-section, .faq-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(206,138,91,.2), transparent 26rem),
    repeating-linear-gradient(125deg, transparent 0 70px, rgba(56,29,19,.025) 71px 72px),
    #f5ece2;
}
.reviews-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(175,80,49,.2), transparent 30rem),
    repeating-radial-gradient(ellipse at -15% 50%, transparent 0 62px, rgba(255,226,204,.035) 63px 64px),
    #21110d;
}

.woven-break {
  --tighten: 0;
  --tight-width: 0%;
  --strand-scale: .72;
  --core-scale: .6;
  --core-opacity: .2;
  height: clamp(210px, 19vw, 300px);
  margin: clamp(-76px, -5vw, -40px) 0;
  background: linear-gradient(90deg, #170c09, #2c1711 50%, #170c09);
  border-block: 1px solid rgba(236,186,148,.14);
}
.woven-break::before,
.woven-break::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  width: var(--tight-width);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239,173,128,.75));
  transition: width 120ms linear;
}
.woven-break::before { left: 0; }
.woven-break::after { right: 0; transform: scaleX(-1); }
.woven-break svg { position: relative; z-index: 1; }
.woven-break .loose-strands {
  transform-box: fill-box;
  transform-origin: center;
  transform: scaleY(var(--strand-scale));
}
.woven-break path {
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--tighten));
}
.woven-break .strand-dark { stroke-width: 22; }
.woven-break .strand-copper { stroke-width: 18; }
.woven-break .strand-light { stroke-width: 12; }
.woven-break .strand-copper.fine { stroke-width: 7; }
.woven-break .stitch { stroke-width: 2; stroke-dasharray: .018 .035; stroke-dashoffset: calc(1 - var(--tighten)); }
.woven-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 315px;
  height: 112px;
  transform: translate(-50%, -50%) scale(var(--core-scale));
  opacity: var(--core-opacity);
  filter: drop-shadow(0 15px 14px rgba(0,0,0,.48));
}
.woven-core .braid-loop {
  top: 50%;
  left: calc(var(--i) * 40px + 28px);
  width: 92px;
  height: 68px;
  background-size: auto, 420px auto;
  transform: translateY(-67%) rotate(25deg);
}
.woven-core .braid-loop:nth-child(even) { transform: translateY(-33%) rotate(-25deg); }
.tightening-label {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  color: rgba(245,232,218,.7);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: var(--tighten);
}

.gallery-item[data-reveal],
.portfolio-photo[data-reveal],
.service-card[data-reveal] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .hero-braid { left: 53%; transform: translate3d(-50%, var(--braid-shift), 0) scale(.78); }
  .hero-copy { max-width: 540px; }
  .hero-copy h1 { font-size: clamp(68px, 7vw, 92px); }
}

@media (max-width: 900px) {
  .hero { background: linear-gradient(180deg, #140b08, #24120d 55%, #140a08); }
  .hero-media { width: 100%; height: min(58svh, 570px); clip-path: none; }
  .hero-braid {
    top: calc(var(--header) + 390px);
    right: -58px;
    left: auto;
    width: 138px;
    height: 560px;
    transform: rotate(5deg);
    opacity: .93;
  }
  .hero-braid .braid-aura { display: block; inset-inline: -24px; }
  .hero-braid .braid-plait { inset-inline: 10px; }
  .hero-braid .braid-plait::before { width: 62px; }
  .hero-braid .braid-loop { top: calc(var(--i) * 50px - 10px); width: 112px; height: 76px; transform: translateX(-68%) rotate(24deg); }
  .hero-braid .braid-loop:nth-child(even) { transform: translateX(-32%) rotate(-24deg); }
  .hero-copy { padding-right: 76px; }
  .woven-break { height: 180px; margin-block: -36px; }
  .woven-core { width: 230px; }
  .woven-core .braid-loop { left: calc(var(--i) * 29px + 20px); width: 68px; height: 52px; }
  .tightening-label { bottom: 12px; font-size: 7px; }
}

@media (max-width: 560px) {
  .hero-media { height: 54svh; min-height: 410px; }
  .hero-braid { top: calc(var(--header) + 430px); right: -64px; width: 126px; opacity: .82; }
  .hero-copy { padding-right: 64px; }
  .hero-copy h1 { font-size: clamp(52px, 15.8vw, 70px); }
  .woven-break { height: 150px; margin-block: -24px; }
  .woven-break .strand-dark { stroke-width: 15; }
  .woven-break .strand-copper { stroke-width: 12; }
  .woven-core { width: 190px; }
  .woven-core .braid-loop { left: calc(var(--i) * 24px + 15px); width: 58px; height: 45px; }
  .tightening-label { letter-spacing: .11em; }
}
