:root {
  --louise-forest: #263a31;
  --louise-forest-deep: #1c2a24;
  --louise-sage: #89958b;
  --louise-gold: #b69a67;
  --louise-gold-light: #d8c9aa;
  --louise-ivory: #f7f3ea;
  --louise-paper: #fffdf8;
  --louise-ink: #252823;
  --louise-muted: #686b64;
  --louise-line: rgba(37, 40, 35, 0.2);
  --louise-display: "Bodoni Moda", "Bodoni 72", Didot, serif;
  --louise-body: "Source Sans 3", sans-serif;
  --louise-content: min(1200px, calc(100% - 80px));
  --louise-header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--louise-header-height);
}

body {
  margin: 0;
  background: var(--louise-paper);
  color: var(--louise-ink);
  font-family: var(--louise-body);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--louise-display);
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  font-size: clamp(3rem, 4.7vw, 4.75rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.25rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.65rem, 2.2vw, 2.5rem);
  letter-spacing: -0.025em;
}

:focus-visible {
  outline: 2px solid var(--louise-gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  left: 16px;
  top: -80px;
  padding: 10px 16px;
  background: var(--louise-forest-deep);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--louise-header-height);
  border-bottom: 1px solid transparent;
  background: var(--louise-paper);
  transition: border-color 160ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--louise-line);
}

.site-header__inner {
  width: var(--louise-content);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 32px;
}

.site-brand {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 11px;
  width: max-content;
}

.site-brand__monogram {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 50px;
  border: 1px solid var(--louise-gold);
  color: var(--louise-forest);
  font-family: var(--louise-display);
  font-size: 1.45rem;
}

.site-brand__name {
  align-self: end;
  font-family: var(--louise-display);
  font-size: 1.18rem;
  line-height: 1.1;
}

.site-brand__city {
  align-self: start;
  color: var(--louise-muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.site-brand__logo {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  width: auto;
  max-width: 180px;
  max-height: 64px;
  object-fit: contain;
}

.site-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.1vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  color: #3e433d;
  font-size: 0.94rem;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--louise-gold);
}

.header-appointment,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 12px 20px;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.1;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-appointment {
  border-color: var(--louise-forest);
  color: var(--louise-forest);
}

.header-appointment:hover,
.header-appointment:focus-visible,
.button--solid {
  background: var(--louise-forest);
  color: #fff;
}

.button--solid:hover,
.button--solid:focus-visible {
  border-color: var(--louise-forest-deep);
  background: var(--louise-forest-deep);
}

.button--light {
  border-color: var(--louise-paper);
  color: var(--louise-paper);
}

.button--light:hover,
.button--light:focus-visible {
  background: var(--louise-paper);
  color: var(--louise-forest);
}

.nav-toggle {
  display: none;
}

.site-nav__appointment {
  display: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  padding: 7px 0 5px;
  color: var(--louise-forest);
  font-size: 0.88rem;
  font-weight: 600;
}

.text-link[target="_blank"]::after {
  content: "↗";
  font-weight: 400;
}

.hero {
  min-height: clamp(590px, calc(100svh - var(--louise-header-height)), 740px);
  display: grid;
  grid-template-columns: 52% 48%;
  background: var(--louise-ivory);
}

.hero__copy {
  align-self: center;
  max-width: 720px;
  padding: 56px clamp(40px, 6vw, 100px);
}

.hero__context {
  margin-bottom: 22px;
  color: var(--louise-forest);
  font-size: 1rem;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
}

.hero__text {
  max-width: 520px;
  margin-bottom: 28px;
  color: #4f534c;
  font-size: 1.03rem;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.hero__image {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--louise-forest-deep);
}

.hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.hero-slideshow,
.hero-slideshow__slides,
.hero-slideshow__slide {
  position: absolute;
  inset: 0;
}

.hero-slideshow__slide {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slideshow__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.hero-slideshow__toggle {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  min-width: 76px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  padding: 9px 13px;
  background: rgba(28, 42, 36, 0.9);
  color: #fff;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 600;
}

.hero-slideshow__toggle:hover,
.hero-slideshow__toggle:focus-visible {
  background: var(--louise-forest-deep);
}

.hero-slideshow__toggle[hidden] {
  display: none;
}

.section {
  width: var(--louise-content);
  margin: 0 auto;
  padding: clamp(64px, 6.5vw, 96px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  align-items: end;
  gap: clamp(40px, 7vw, 96px);
  margin-bottom: 40px;
}

.section-heading h2 {
  max-width: 830px;
  margin-bottom: 0;
}

.section-heading p {
  margin-bottom: 8px;
  color: var(--louise-muted);
}

.collection-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.collection-list article {
  min-width: 0;
}

.collection-list__image {
  height: clamp(280px, 32vw, 410px);
  margin-bottom: 28px;
  overflow: hidden;
  background: var(--louise-ivory);
}

.collection-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.collection-list h3 {
  margin-bottom: 18px;
}

.collection-list p {
  max-width: 490px;
  margin-bottom: 0;
  color: var(--louise-muted);
  font-size: 1rem;
}

.collection-options {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr auto;
  align-items: center;
  gap: 32px;
  margin-top: 44px;
  padding: 28px 0;
  border-top: 1px solid var(--louise-line);
  border-bottom: 1px solid var(--louise-line);
}

.collection-options h3,
.collection-options p {
  margin: 0;
}

.collection-options h3 {
  font-size: 1.75rem;
}

.collection-options p {
  color: var(--louise-muted);
}

.atelier-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  min-height: 620px;
  background: var(--louise-forest);
  color: #fff;
}

.atelier-story__image {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.atelier-story__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.atelier-story__copy {
  align-self: center;
  max-width: 680px;
  padding: 64px clamp(40px, 5vw, 80px);
}

.atelier-story__copy h2 {
  margin-bottom: 34px;
}

.atelier-story__copy > p {
  max-width: 560px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.85);
}

.atelier-details {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.atelier-details > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.atelier-details dt {
  color: var(--louise-gold-light);
  font-size: 0.9rem;
}

.atelier-details dd {
  margin: 0;
  font-size: 0.96rem;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 54px;
}

.gallery-heading h2 {
  margin-bottom: 12px;
}

.gallery-heading p {
  margin-bottom: 0;
  color: var(--louise-muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--louise-ivory);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 160ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  opacity: 0.9;
}

.gallery-item__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  background: rgba(28, 42, 36, 0.88);
  color: #fff;
  font-size: 0.78rem;
}

.gallery-empty {
  padding: 28px 0;
  border-top: 1px solid var(--louise-line);
  border-bottom: 1px solid var(--louise-line);
  color: var(--louise-muted);
}

.instagram-gallery #sb_instagram {
  width: 100% !important;
  padding-bottom: 0 !important;
}

.instagram-gallery #sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 0 !important;
}

.instagram-gallery #sb_instagram #sbi_images .sbi_item {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.instagram-gallery .sbi_photo,
.instagram-gallery .sbi_photo_wrap {
  height: 100% !important;
}

.gallery-invitation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid var(--louise-line);
}

.gallery-invitation p {
  margin: 0;
  font-family: var(--louise-display);
  font-size: 2rem;
  line-height: 1.2;
}

.reviews {
  border-top: 1px solid var(--louise-line);
}

.reviews #sb-reviews-container-1 {
  font-family: var(--louise-body);
}

.reviews #sb-reviews-container-1 .sb-item-text {
  font-family: var(--louise-body) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.reviews #sb-reviews-container-1 .sb-item-author-name {
  font-family: var(--louise-body) !important;
  font-weight: 600 !important;
}

.reviews #sb-reviews-container-1 .sb-item-author-date {
  font-size: 0.875rem;
  color: var(--louise-muted);
}

.process {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 112px);
}

.process__intro h2 {
  margin-bottom: 28px;
}

.process__intro p {
  max-width: 440px;
  color: var(--louise-muted);
}

.process__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process__steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 28px;
  padding: 28px 0 32px;
  border-top: 1px solid var(--louise-line);
}

.process__steps li:last-child {
  border-bottom: 1px solid var(--louise-line);
}

.process__steps li > span {
  padding-top: 5px;
  color: var(--louise-gold);
  font-family: var(--louise-display);
}

.process__steps h3 {
  margin-bottom: 7px;
  font-size: 1.7rem;
}

.process__steps p {
  margin-bottom: 0;
  color: var(--louise-muted);
  font-size: 0.92rem;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.65fr);
  min-height: 540px;
  background: var(--louise-forest-deep);
  color: #fff;
}

.visit__image {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.visit__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit__copy {
  align-self: center;
  padding: 56px clamp(32px, 4vw, 64px);
}

.visit__copy h2 {
  margin-bottom: 34px;
}

.visit__copy p {
  color: rgba(255, 255, 255, 0.86);
}

.visit__copy .button {
  margin: 16px 16px 16px 0;
}

.visit__copy .text-link {
  color: var(--louise-paper);
}

.site-footer {
  padding: 56px max(32px, calc((100vw - 1200px) / 2)) 24px;
  background: #17211c;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.7fr;
  gap: clamp(50px, 8vw, 120px);
  padding-bottom: 40px;
}

.footer-brand__name {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--louise-display);
  font-size: 2rem;
}

.footer-brand p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.site-footer h2 {
  margin-bottom: 20px;
  color: var(--louise-gold-light);
  font-family: var(--louise-body);
  font-size: 0.94rem;
  font-weight: 600;
}

.footer-contact,
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.94rem;
}

.footer-contact h2,
.footer-links h2 {
  margin-bottom: 10px;
}

.footer-contact a:hover,
.footer-links a:hover {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
}

.lightbox {
  width: min(880px, calc(100vw - 40px));
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  overflow: visible;
}

.lightbox::backdrop {
  background: rgba(14, 18, 15, 0.94);
}

.lightbox img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
}

.lightbox p {
  margin: 12px 0 0;
  font-size: 0.82rem;
  text-align: center;
}

.lightbox__close {
  position: absolute;
  z-index: 2;
  top: -46px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
}

.content-page,
.not-found {
  width: min(900px, calc(100vw - 48px));
  min-height: 60vh;
  margin: 0 auto;
  padding: 110px 0 140px;
}

.content-page__header {
  margin-bottom: 58px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--louise-line);
}

.content-page__header h1,
.not-found h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.content-page__body > * + *,
.journal-entry + .journal-entry {
  margin-top: 32px;
}

.content-page__body a {
  border-bottom: 1px solid currentColor;
  color: var(--louise-forest);
}

.journal-entry {
  padding: 28px 0;
  border-bottom: 1px solid var(--louise-line);
}

.not-found > div {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
}

@media (max-width: 1120px) {
  :root {
    --louise-content: min(100% - 48px, 1200px);
  }

  .site-header__inner {
    grid-template-columns: 76px 1fr auto;
    gap: 18px;
  }

  .site-nav__list {
    gap: 17px;
  }

  .site-nav a,
  .header-appointment {
    font-size: 0.86rem;
  }

  .hero {
    grid-template-columns: 52% 48%;
  }

  .hero__copy {
    padding-right: 48px;
    padding-left: 48px;
  }

  .atelier-story__copy,
  .visit__copy {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 900px) {
  :root {
    --louise-header-height: 76px;
  }

  .site-header__inner {
    display: flex;
    justify-content: space-between;
  }

  .site-brand__monogram {
    width: 38px;
    height: 44px;
    font-size: 1.25rem;
  }

  .site-brand__name {
    font-size: 1.05rem;
  }

  .nav-toggle {
    position: relative;
    z-index: 1002;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    border: 0;
    background: transparent;
    color: var(--louise-forest);
    cursor: pointer;
    font-size: 0.94rem;
    font-weight: 600;
  }

  .nav-toggle__lines,
  .nav-toggle__lines::before {
    display: block;
    width: 22px;
    height: 1px;
    background: currentColor;
    content: "";
    transition: rotate 160ms ease, translate 160ms ease;
  }

  .nav-toggle__lines::before {
    translate: 0 -6px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__lines {
    rotate: 45deg;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__lines::before {
    translate: 0 0;
    rotate: -90deg;
  }

  .site-nav {
    position: fixed;
    z-index: 1001;
    inset: var(--louise-header-height) 0 0;
    display: none;
    padding: 20px 28px 40px;
    overflow-y: auto;
    background: var(--louise-paper);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav__list {
    display: block;
  }

  .site-nav li {
    border-bottom: 1px solid var(--louise-line);
  }

  .site-nav__list a {
    display: block;
    padding: 14px 0;
    font-family: var(--louise-display);
    font-size: 1.85rem;
    font-weight: 400;
  }

  .header-appointment {
    display: none;
  }

  .site-nav .site-nav__appointment {
    display: flex;
    margin-top: 28px;
    color: #fff;
    font-family: var(--louise-body);
    font-size: 1rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: 700px;
    padding: 48px max(24px, 6vw);
  }

  .hero__image {
    min-height: 0;
    height: 68svh;
    max-height: 720px;
  }

  .hero__image img {
    object-position: 50% 58%;
  }

  .section-heading,
  .process {
    grid-template-columns: 1fr;
  }

  .collection-options {
    grid-template-columns: 1fr 1.5fr;
    gap: 16px 28px;
  }

  .collection-options .text-link {
    grid-column: 2;
    justify-self: start;
  }

  .atelier-story,
  .visit {
    grid-template-columns: 1fr;
  }

  .atelier-story__image,
  .visit__image {
    min-height: 0;
    height: 480px;
  }

  .visit__image {
    height: auto;
    aspect-ratio: 1.6;
  }

  .atelier-story__copy,
  .visit__copy {
    max-width: none;
    padding: 48px max(24px, 6vw);
  }

  .gallery-grid,
  .instagram-gallery #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .process {
    gap: 28px;
  }

  .site-footer__main {
    grid-template-columns: 1.3fr 1fr;
  }

  .footer-links {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  :root {
    --louise-content: calc(100% - 40px);
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: clamp(2.7rem, 11.5vw, 3.4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .site-brand__city {
    display: none;
  }

  .site-brand {
    grid-template-rows: 1fr;
  }

  .site-brand__monogram,
  .site-brand__name {
    grid-row: 1;
  }

  .hero__image {
    height: 116vw;
    max-height: 580px;
  }

  .hero__copy {
    padding: 36px 24px 40px;
  }

  .hero-slideshow__toggle {
    right: 16px;
    bottom: 16px;
  }

  .hero__context {
    margin-bottom: 16px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .hero__actions .text-link {
    align-self: flex-start;
  }

  .hero__text {
    margin-bottom: 22px;
  }

  .section {
    padding: 56px 0;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 28px;
  }

  .collection-list {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .collection-list__image {
    height: 90vw;
    max-height: 430px;
    margin-bottom: 22px;
  }

  .collection-options {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 16px;
  }

  .collection-options .text-link {
    grid-column: 1;
  }

  .atelier-story__image,
  .visit__image {
    min-height: 0;
  }

  .atelier-story__image {
    height: 110vw;
    max-height: 520px;
  }

  .atelier-details > div {
    grid-template-columns: 88px 1fr;
    gap: 14px;
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 38px;
  }

  .gallery-grid,
  .instagram-gallery #sb_instagram #sbi_images {
    gap: 8px !important;
  }

  .gallery-invitation {
    align-items: stretch;
    flex-direction: column;
  }

  .process__steps li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .site-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-links {
    grid-column: auto;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 7px;
  }

  .not-found > div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-slideshow__slide {
    transition: none;
  }
}
