/* LivesOnCanvas — a quiet, tactile gallery for personal stories. */
@font-face {
  font-family: LOC Serif;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: LOC Serif;
  src: url("../fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: LOC Sans;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f6f3ec;
  --paper-light: #fcfaf6;
  --ink: #30271f;
  --muted: #7b7368;
  --line: #d9d2c7;
  --gold: #9d8055;
  --soft-gold: #e4dbc9;
  --serif: "LOC Serif", Georgia, "Times New Roman", serif;
  --sans: "LOC Sans", Arial, Helvetica, sans-serif;
  --gutter: clamp(22px, 5.3vw, 100px);
  --radius: 0;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button,
input,
select,
textarea {
  border-radius: 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
button::-moz-focus-inner {
  border: 0;
}
::selection {
  background: #d9c6a4;
  color: #30271f;
}
p {
  margin: 0 0 1.3em;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 400;
}
h1,
h2,
h3 {
  font-family: var(--serif);
}
h2 {
  font-size: clamp(46px, 5.5vw, 82px);
  line-height: 0.99;
  letter-spacing: -0.045em;
}
h2 em,
h1 em {
  font-weight: 400;
  font-style: italic;
}
h3 {
  font-size: 29px;
  line-height: 1.16;
  letter-spacing: -0.025em;
}
svg.loc-icon {
  width: 22px;
  height: 22px;
  flex: none;
  vertical-align: middle;
}
a.text-link,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--ink);
  padding: 9px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
a.text-link svg {
  width: 19px;
  transition: transform 0.3s;
}
a.text-link:hover svg {
  transform: translateX(5px);
}
.eyebrow {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.19em;
  font-weight: 500;
  margin: 0 0 24px;
}
.eyebrow-line {
  width: 23px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 3px 0;
}
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link) {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--ink);
  border-radius: 0 !important;
  background: var(--ink);
  color: var(--paper-light);
  padding: 17px 24px;
  min-height: 55px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: none;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.button svg {
  width: 21px;
  height: 21px;
  transition: transform 0.25s;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: var(--paper-light);
  background: var(--ink);
  opacity: 0.5;
}
.button:hover svg {
  transform: translateX(5px);
}
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:not(.is-link):hover {
  background: #514031;
  color: #fff;
  border-color: #514031;
}
.button-light {
  background: var(--paper) !important;
  color: var(--ink) !important;
  border-color: var(--paper) !important;
}
.button-light:hover {
  background: #e8dfd1 !important;
}
.section-space {
  padding: 105px var(--gutter);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 320px;
  color: var(--muted);
  margin: 0 20px 5px 0;
}
.section-heading > .text-link {
  margin-bottom: 8px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 15px;
  background: var(--ink);
  color: white;
  z-index: 1000;
}
.skip-link:focus {
  top: 10px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/* A compact studio masthead. */
.studio-announcement {
  padding: 7px var(--gutter);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.055em;
  background: #eae4d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcement-detail {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 40;
  background: var(--paper);
}
.wordmark {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1.4px;
  white-space: nowrap;
}
.wordmark > span:not(.wordmark-dot) {
  font-style: italic;
}
.wordmark-dot {
  color: var(--gold);
}
.desktop-nav {
  display: flex;
  gap: 29px;
  font-size: 12px;
}
.desktop-nav a {
  position: relative;
  padding: 12px 0;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-create {
  font-size: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.header-create svg {
  width: 17px;
}
.cart-link {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cart-link svg {
  width: 20px;
  height: 20px;
}
.loc-cart-count {
  font-size: 10px;
  line-height: 17px;
  min-width: 17px;
  height: 17px;
  border: 1px solid var(--line);
  border-radius: 50%;
  text-align: center;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
  margin-right: -10px;
}
.mobile-nav[hidden] {
  display: none;
}
.mobile-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: calc(100dvh - 96px);
  background: var(--paper);
  padding: 35px var(--gutter);
  z-index: 60;
}
.mobile-nav > a {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.3;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.mobile-nav > a > span {
  font-family: var(--sans);
  font-size: 10px;
}
.mobile-nav .loc-contact-links {
  margin-top: 35px;
}
/* The camera-roll moment, revealed on a wall. */
.hero {
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
.hero-copy {
  padding: 35px 32px 35px 0;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(66px, 7.4vw, 114px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  margin: 0 0 27px;
}
.hero h1 em {
  color: #806b4f;
  white-space: normal;
}
.hero-description {
  max-width: 355px;
  font-size: 14px;
  line-height: 1.8;
  color: #716657;
  margin-bottom: 29px;
}
.hero-cta-desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.hero-cta-desktop .button {
  min-width: 228px;
}
.hero-cta-note {
  display: block;
  font-size: 10px;
  letter-spacing: 0.015em;
  color: var(--muted);
}
.hero-visual {
  min-width: 0;
  position: relative;
  padding: 28px 0 0 20px;
}
.hero-scene {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: #e1d6c2;
}
.hero-room,
.hero-room-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform 1.8s var(--ease);
}
.hero-scene.is-finished .hero-room {
  transform: scale(1);
}
.hero-room-fallback {
  background: linear-gradient(108deg, #b7a88d 0%, #e6dcc7 49%, #c4b496 100%);
}
.hero-framed-art {
  position: absolute;
  top: 5%;
  left: 27%;
  width: 47%;
  height: 68%;
  border: 9px ridge #806440;
  box-shadow: 10px 13px 23px #36281945;
  background: #332b22;
}
.hero-framed-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fallback-console {
  position: absolute;
  width: 90%;
  height: 12%;
  bottom: 0;
  left: 5%;
  background: linear-gradient(#695039, #3e3024);
  box-shadow: 0 -6px 0 #9a7c54;
}
.hero-phone-layer {
  position: absolute;
  left: 19%;
  top: 0;
  width: 80%;
  z-index: 3;
  will-change: transform;
  transform-origin: 55% 80%;
  aspect-ratio: 2/3;
  pointer-events: none;
}
.hero-clip-defs {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.hero-hand {
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: url(#loc-hand-phone-clip);
  filter: drop-shadow(9px 16px 16px #2c1d1640);
}
.hero-scene.is-finished .hero-phone-layer {
  transform: translate(115%, 36%) rotate(13deg);
}
.hero-phone-placeholder {
  width: 59%;
  margin: 2% 0 0 6%;
  background: #111;
  border: 5px solid #242326;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 10px 13px 25px #36271d70;
  position: relative;
  color: #fff;
  transform: rotate(-4deg);
  font-family: Arial, sans-serif;
}
.hero-phone-placeholder > img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}
.phone-ui-top {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 7px;
}
.phone-island {
  height: 10px;
  width: 30%;
  background: #000;
  border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 35%;
}
.phone-photo-header {
  height: 44px;
  font-size: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  text-align: center;
  line-height: 1.5;
}
.phone-photo-header > span:first-child {
  font-size: 23px;
  color: #4693e8;
}
.phone-photo-header small {
  font-size: 6px;
  color: #aaa;
}
.phone-photo-tools {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  color: #5798e5;
}
.hero-image-label {
  position: absolute;
  top: 21px;
  left: 22px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  z-index: 5;
  color: #fdfbf5;
}
.hero-image-label > span {
  padding: 7px 10px;
  line-height: 1;
  background: #3b302675;
  backdrop-filter: blur(9px);
  display: block;
  transition: opacity 0.3s;
}
.hero-canvas-label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  opacity: 0;
}
.hero-scene.is-finished .hero-photo-label {
  opacity: 0;
}
.hero-scene.is-finished .hero-canvas-label {
  opacity: 1;
}
.hero-scene-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 70px #281d1610;
}
.hero-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0 0;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.4;
}
.hero-caption > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.small-star {
  font-size: 18px;
  line-height: 1;
  color: var(--gold);
}
.replay-button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
  padding: 5px 0 5px 10px;
  font-size: 10px;
  min-height: 30px;
}
.replay-button svg {
  width: 14px;
  height: 14px;
}
.hero-cta-mobile {
  display: none;
}
.hero-bottom-note {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 31px 0 29px;
  font-size: 10px;
  letter-spacing: 0.025em;
  color: var(--muted);
}
.hero-bottom-note > a {
  display: flex;
  gap: 35px;
}
.hero-bottom-note > a > span {
  font-size: 17px;
  line-height: 1;
}
.studio-values {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px var(--gutter);
  font-size: 10px;
  letter-spacing: 0.025em;
}
.studio-values > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.studio-values svg {
  width: 19px;
  height: 19px;
  color: var(--gold);
}
/* A horizontal, touch-first wall of real work. */
.gallery-section {
  overflow: hidden;
  padding-bottom: 85px;
}
.gallery-heading {
  margin-bottom: 37px;
}
.gallery-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.gallery-filters {
  display: flex;
  gap: 24px;
  overflow: auto;
  scrollbar-width: none;
}
.gallery-filters::-webkit-scrollbar {
  display: none;
}
.gallery-filters button {
  font-size: 11px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  padding: 8px 0;
  color: var(--muted);
}
.gallery-filters button.is-active {
  border-bottom-color: var(--ink);
  color: var(--ink);
}
.gallery-controls {
  display: flex;
  gap: 9px;
}
.gallery-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.gallery-controls button:hover {
  background: #e9e1d2;
}
.gallery-controls svg {
  width: 17px;
  height: 17px;
}
.gallery-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  margin: 0 calc(-1 * var(--gutter));
  padding: 0 var(--gutter) 10px;
  scroll-padding-left: var(--gutter);
  overscroll-behavior-x: contain;
}
.gallery-track::-webkit-scrollbar {
  display: none;
}
.gallery-card {
  flex: 0 0 29.1%;
  min-width: 0;
  scroll-snap-align: start;
}
.gallery-card[hidden] {
  display: none;
}
.gallery-card:nth-child(even) {
  padding-top: 35px;
}
.gallery-image {
  aspect-ratio: 1;
  background: #e9e3d8;
  position: relative;
  overflow: hidden;
}
.gallery-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.gallery-card:hover .gallery-image > img {
  transform: scale(1.035);
}
.gallery-image-action {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 12px 15px;
  background: #f8f4eadf;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  transform: translateY(65px);
  transition: transform 0.35s var(--ease);
}
.gallery-image-action svg {
  width: 18px;
  height: 18px;
}
.gallery-card:hover .gallery-image-action,
.gallery-card a:focus-visible .gallery-image-action {
  transform: translateY(0);
}
.gallery-card-caption {
  padding: 15px 0 0;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.gallery-card-caption > span:last-child {
  font-size: 9px;
  color: var(--muted);
}
.gallery-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  font-size: 11px;
  color: var(--muted);
}
.gallery-bottom .text-link {
  font-size: 11px;
  color: var(--ink);
}
/* One unmistakable before and after. */
.transformation-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
  background: #ede8dc;
}
.transformation-copy h2 {
  font-size: clamp(48px, 5.9vw, 87px);
  margin-bottom: 27px;
}
.transformation-copy > p:not(.eyebrow) {
  color: #756b5c;
  max-width: 355px;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 28px;
}
.transformation-copy .text-link {
  font-size: 12px;
  gap: 18px;
}
.comparison-wrap {
  width: 100%;
  max-width: 540px;
  justify-self: end;
}
.comparison {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #d7c7ae;
  box-shadow: 0 14px 30px #3a2a1714;
}
.comparison-art,
.comparison-photo {
  position: absolute;
  inset: 0;
}
.comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comparison-photo {
  clip-path: inset(0 calc(100% - var(--comparison)) 0 0);
}
.comparison-label {
  position: absolute;
  top: 17px;
  color: #fff;
  background: #30271f65;
  backdrop-filter: blur(4px);
  padding: 6px 10px;
  font-size: 9px;
  white-space: nowrap;
}
.comparison-label-art {
  right: 15px;
}
.comparison-label-photo {
  left: 15px;
}
.comparison-divider {
  position: absolute;
  left: var(--comparison);
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  pointer-events: none;
}
.comparison-divider > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: var(--paper-light);
  border-radius: 50%;
  box-shadow: 0 2px 10px #0002;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 23px;
  line-height: 1;
  color: var(--ink);
}
.comparison input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
}
.comparison:focus-within {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.comparison-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  line-height: 1.5;
  margin: 14px 0 0;
  color: var(--muted);
}
/* Tactile, spacious material story. */
.craft-section {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 650px;
  background: #e0d4bf;
}
.craft-image {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.craft-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.craft-image > img.craft-image-crop {
  transform: scale(1.5);
  object-position: 50% 35%;
}
.craft-image-caption {
  position: absolute;
  left: var(--gutter);
  bottom: 30px;
  color: #fff;
  text-shadow: 0 1px 10px #0008;
  font-size: 10px;
  letter-spacing: 0.03em;
}
.craft-copy {
  padding: 70px clamp(35px, 6vw, 100px);
  align-self: center;
}
.craft-copy h2 {
  font-size: clamp(61px, 7vw, 100px);
  margin-bottom: 25px;
}
.craft-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  max-width: 335px;
  color: #6d6151;
}
.craft-details {
  margin-top: 32px;
  border-top: 1px solid #aa997e66;
}
.craft-details > div {
  display: flex;
  gap: 17px;
  padding: 22px 0;
  border-bottom: 1px solid #aa997e66;
}
.craft-details > div > span {
  font-size: 9px;
  padding-top: 3px;
  color: #7e6b4c;
}
.craft-details h3 {
  font-size: 23px;
  margin-bottom: 6px;
}
.craft-details p {
  font-size: 11px;
  line-height: 1.8;
  color: #72634e;
  margin: 0;
  max-width: 295px;
}
.process-section {
  padding-bottom: 75px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
  margin-top: 57px;
}
.process-number {
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1;
  color: #b1a188;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.process-number > span {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d7654;
}
.process-number svg {
  width: 20px;
  height: 20px;
}
.process-grid h3 {
  margin: 22px 0 14px;
  font-size: 29px;
}
.process-grid p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 310px;
}
.studio-help-strip {
  margin-top: 53px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.studio-help-strip > p {
  margin: 0;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.3;
}
.studio-help-strip > p > span {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--muted);
  line-height: 2;
}
.loc-contact-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}
.loc-contact-links > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  line-height: 1.5;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}
.loc-contact-links > a:hover {
  border-bottom-color: currentColor;
}
.loc-contact-links svg {
  width: 18px;
  height: 18px;
}
.moments-section {
  text-align: center;
  background: #ebe4d7;
  padding: 76px var(--gutter) 80px;
}
.moments-section h2 {
  font-size: clamp(48px, 6.4vw, 88px);
  margin-bottom: 40px;
}
.moment-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.moment-links > a {
  font-size: 12px;
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #aa9d87;
}
.moment-links > a > span {
  color: var(--gold);
  font-size: 17px;
}
.faq-section {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 9%;
  padding-top: 100px;
  padding-bottom: 110px;
}
.faq-section h2 {
  font-size: clamp(50px, 5vw, 74px);
  margin-bottom: 25px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.faq-section .loc-contact-links {
  gap: 17px;
}
.faq-list {
  border-top: 1px solid var(--line);
  margin-top: 4px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.65;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 22px;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > div {
  padding: 0 35px 22px 0;
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
}
.faq-list details > div > p:last-child {
  margin-bottom: 0;
}
.closing-section {
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  padding: 73px var(--gutter) 80px;
  position: relative;
  overflow: hidden;
}
.closing-star {
  display: block;
  color: #b6a17d;
  font-size: 41px;
  line-height: 1;
  margin-bottom: 28px;
}
.closing-section .eyebrow {
  font-size: 9px;
  color: #c5b8a3;
}
.closing-section h2 {
  font-size: clamp(76px, 10.4vw, 145px);
  line-height: 0.83;
  margin-bottom: 40px;
  letter-spacing: -0.055em;
}
.closing-section h2 em {
  color: #c3ad86;
}
.closing-section .button {
  min-width: 235px;
}
.closing-note {
  font-size: 10px;
  color: #b9ac99;
  margin: 17px 0 0;
}
.site-footer {
  padding: 65px var(--gutter) 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1.1fr 1.1fr;
  gap: 38px;
  padding-bottom: 60px;
}
.footer-brand .wordmark {
  font-size: 29px;
}
.footer-brand > p {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #897963;
  margin: 22px 0 24px;
}
.footer-brand .loc-contact-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.footer-column,
.footer-social-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-column h2,
.footer-social-column h2 {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 8px;
}
.footer-column > a {
  font-size: 11px;
  color: var(--muted);
  padding: 2px 0;
}
.footer-column > a:hover {
  color: var(--ink);
}
.social-profiles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.social-profiles > a,
.social-profile-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--muted);
  min-height: 22px;
}
.social-profiles svg {
  width: 16px;
  height: 16px;
}
.social-profiles > a:hover {
  color: var(--ink);
}
.footer-bottom {
  padding: 21px 0 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
/* Native WooCommerce: the same studio, throughout the order. */
.content-shell,
.commerce-shell {
  padding: 45px var(--gutter) 85px;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 55vh;
}
.page-heading {
  margin: 12px 0 40px;
}
.page-heading h1,
.content-shell > article > h1 {
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.page-heading .eyebrow {
  margin-bottom: 16px;
}
.editorial-page {
  max-width: 980px;
  min-height: 60vh;
}
.editorial-page .entry-content {
  max-width: 720px;
  font-size: 14px;
  color: #675f54;
  line-height: 1.9;
}
.editorial-page h2 {
  font-size: 32px;
  margin: 35px 0 15px;
  color: var(--ink);
}
.editorial-page h3 {
  font-size: 26px;
  margin: 28px 0 12px;
}
.editorial-page a {
  border-bottom: 1px solid var(--line);
}
.editorial-page ul,
.editorial-page ol {
  padding-left: 22px;
}
.commerce-breadcrumb {
  font-size: 10px;
  color: var(--muted);
  display: flex;
  gap: 12px;
  margin: 0 0 35px;
}
.woocommerce div.product {
  display: flow-root;
}
.woocommerce div.product div.images {
  width: 49%;
  margin-bottom: 40px;
}
.woocommerce div.product div.summary {
  width: 44%;
  margin-bottom: 50px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.woocommerce div.product div.images img {
  background: #e9e2d5;
  aspect-ratio: 4/5;
  object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 13px;
  display: flex;
  gap: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(25% - 7.5px);
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.55;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  opacity: 1;
  outline: 1px solid var(--ink);
  outline-offset: -1px;
}
.product-eyebrow {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: var(--muted);
  margin: 0 0 17px;
}
.woocommerce div.product .product_title {
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0 0 18px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--ink);
  line-height: 1.4;
  margin: 0 0 17px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin: 0 0 24px;
}
.product-promises {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  margin: 23px 0;
  font-size: 10px;
}
.product-promises > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-promises svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}
.woocommerce div.product form.cart {
  margin-bottom: 25px;
}
.woocommerce div.product form.cart .variations {
  margin: 20px 0 12px;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  text-align: left;
  line-height: 1.6;
  padding: 0;
}
.woocommerce div.product form.cart .variations label {
  font-size: 11px;
  font-weight: 500;
}
.woocommerce div.product form.cart .variations th {
  padding: 0 0 7px;
}
.woocommerce div.product form.cart .variations td {
  padding: 0 0 18px;
}
.woocommerce div.product form.cart .variations select {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: 48px;
  background: transparent;
  color: var(--ink);
  border: 1px solid #c8bdab;
  padding: 10px 35px 10px 13px;
  font-size: 12px;
  appearance: auto;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 10px;
  margin-top: 6px;
  display: inline-block;
  color: var(--muted);
  text-decoration: underline;
}
.woocommerce-variation-price {
  margin-bottom: 19px;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  display: inline-block;
  margin: 0 10px 12px 0;
  vertical-align: middle;
}
.woocommerce .quantity .qty {
  width: 60px;
  min-height: 54px;
  border: 1px solid var(--line);
  background: none;
  color: var(--ink);
  padding: 10px;
  font-size: 13px;
}
.woocommerce div.product form.cart .button {
  float: none;
  vertical-align: top;
  min-width: calc(100% - 75px);
  text-align: center;
  justify-content: center;
  min-height: 54px;
}
.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart .button:disabled {
  opacity: 0.45;
  color: #fff;
  background: #4d4439;
  border-color: #4d4439;
}
.woocommerce div.product form.cart .button.disabled:hover {
  background: #4d4439;
}
.loc-personalization {
  padding: 0 !important;
  margin: 10px 0 23px !important;
  border: 0 !important;
  min-width: 0;
}
.loc-personalization legend {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 0;
  margin-bottom: 14px;
  width: 100%;
}
.loc-upload-field {
  border: 1px dashed #a9997e !important;
  background: #eee8dd !important;
  padding: 20px !important;
  display: block !important;
  margin: 0 0 12px !important;
  cursor: pointer !important;
}
.loc-upload-field:hover {
  background: #e7dfd0 !important;
}
.loc-upload-field input[type="file"] {
  font-size: 11px !important;
  max-width: 100%;
  padding: 10px 0 0;
  background: none;
  border: 0;
  min-height: 35px;
}
.loc-upload-field input[type="file"]::file-selector-button {
  font: inherit;
  border: 1px solid #b8a98f;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  margin-right: 9px;
}
.loc-upload-field strong,
.loc-upload-field > span:first-child {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.loc-upload-field small {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.loc-personalization p {
  font-size: 11px;
  line-height: 1.6;
}
.loc-personalization label:not(.loc-upload-field) {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin: 15px 0 6px;
}
.loc-personalization select,
.loc-personalization textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #c8bdab;
  background: transparent;
  font-size: 12px;
  color: var(--ink);
}
.loc-personalization textarea {
  min-height: 88px;
  resize: vertical;
}
.loc-upload-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
.loc-upload-previews img {
  width: 75px;
  height: 82px;
  object-fit: cover;
}
.loc-upload-feedback {
  font-size: 11px;
  line-height: 1.6;
  color: #726248;
  margin: 10px 0;
}
.loc-upload-feedback.is-error {
  color: #953626;
}
.loc-studio-help,
.loc-dispatch-note {
  font-size: 10px !important;
  line-height: 1.8 !important;
  color: var(--muted) !important;
}
.loc-studio-help a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.woocommerce div.product .woocommerce-tabs {
  clear: both;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid var(--line);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none !important;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  margin: 0 25px 0 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--ink);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 12px;
  font-weight: 400;
  padding: 16px 0;
  color: var(--muted);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ink);
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 13px;
  line-height: 1.9;
  max-width: 810px;
  color: #716758;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 30px;
  margin-bottom: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 25px;
  margin: 24px 0 12px;
}
.woocommerce table.shop_attributes {
  border-color: var(--line);
}
.woocommerce table.shop_attributes th {
  font-size: 12px;
  font-weight: 500;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-color: var(--line);
}
.product-studio-note {
  clear: both;
  border-top: 1px solid var(--line);
  padding: 60px 0 10px;
  max-width: 760px;
}
.product-studio-note h2 {
  font-size: 49px;
  margin-bottom: 22px;
}
.product-studio-note > p {
  font-size: 13px;
  line-height: 1.9;
  max-width: 580px;
  color: var(--muted);
}
.product-studio-note .eyebrow {
  display: block;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #ebe5d8;
  color: var(--ink);
  border-top: 2px solid #9b825b;
  font-size: 12px;
  line-height: 1.7;
  padding: 18px 20px 18px 46px;
}
.woocommerce .woocommerce-error:before {
  color: #a64d35;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  color: var(--gold);
}
.woocommerce .woocommerce-error {
  border-color: #a64d35;
  background: #f0e2d8;
}
.woocommerce .woocommerce-message .button {
  font-size: 11px;
  min-height: 36px;
  padding: 8px 13px;
}
.woocommerce form .form-row label {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 7px;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 20px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #c8bdab;
  background: #faf7f0;
  border-radius: 0;
  min-height: 48px;
  padding: 11px 12px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}
.woocommerce form .form-row textarea {
  min-height: 100px;
}
.woocommerce form .form-row .required {
  color: #8e552e;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #ab5840;
}
.select2-container--default .select2-selection--single {
  height: 48px;
  background: #faf7f0;
  border: 1px solid #c8bdab;
  border-radius: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px;
  padding-left: 12px;
  font-size: 13px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
  right: 7px;
}
.select2-dropdown {
  border-color: #c8bdab;
  border-radius: 0;
}
.select2-results__option {
  font-size: 12px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background: #584831;
}
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  font-size: 12px;
}
.woocommerce table.shop_table th {
  font-weight: 500;
  font-size: 11px;
  padding: 15px 13px;
  border-bottom: 1px solid var(--line);
}
.woocommerce table.shop_table td {
  padding: 22px 13px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
.woocommerce table.shop_table td.product-name > a {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.2;
}
.woocommerce table.shop_table td.product-name dl.variation {
  margin-top: 10px;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
}
.woocommerce table.shop_table td.product-name dl.variation dt {
  font-weight: 500;
}
.woocommerce-cart table.cart img {
  width: 90px;
}
.woocommerce a.remove {
  font-size: 22px;
  color: #8b7760 !important;
  font-weight: 300;
  background: none;
}
.woocommerce a.remove:hover {
  background: #e0d6c5 !important;
  color: var(--ink) !important;
}
.woocommerce table.shop_table .actions {
  padding: 22px 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 150px;
  min-height: 48px;
  background: none;
  border: 1px solid #c8bdab;
  padding: 12px;
  font-size: 12px;
}
.woocommerce table.shop_table .actions .button {
  min-height: 48px;
  padding: 12px 17px;
  font-size: 11px;
}
.woocommerce .cart-collaterals {
  margin-top: 35px;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 45%;
  background: #eae2d4;
  padding: 30px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
  padding: 16px 0;
}
.woocommerce .cart-collaterals .cart_totals th {
  font-size: 11px;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 16px 0 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  font-size: 13px;
  justify-content: center;
  margin: 0;
}
.woocommerce .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-bottom: 36px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: none;
  width: auto;
}
.woocommerce .col2-set h3,
.woocommerce #order_review_heading {
  font-size: 31px;
  margin-bottom: 24px;
}
.woocommerce-checkout #payment {
  background: #ebe3d5;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.8;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #cfc2ad;
  padding: 23px;
}
.woocommerce-checkout #payment div.payment_box {
  background: #ddd0bb;
  color: var(--ink);
}
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #ddd0bb;
}
.woocommerce-checkout #payment div.form-row {
  padding: 24px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 20px 0 0;
}
.woocommerce-checkout-review-order {
  max-width: 850px;
}
.woocommerce-checkout-review-order-table .product-name {
  width: 65%;
}
.woocommerce .woocommerce-checkout-review-order-table tfoot th,
.woocommerce .woocommerce-checkout-review-order-table tfoot td {
  border-top: 0;
}
.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
  font-size: 12px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #f9f6ef;
  padding: 26px;
}
.woocommerce form .show-password-input {
  right: 10px;
  top: 10px;
}
.woocommerce .woocommerce-privacy-policy-text {
  font-size: 10px;
  color: var(--muted);
}
.woocommerce .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}
.woocommerce ul.order_details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 45px;
  padding: 0;
}
.woocommerce ul.order_details li {
  float: none;
  font-size: 10px;
  border-right: 1px solid var(--line);
  padding: 0 25px 0 0;
  margin: 0;
}
.woocommerce ul.order_details li strong {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  font-size: 35px;
  margin: 30px 0 20px;
}
.woocommerce .woocommerce-customer-details address {
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 20px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.8;
}
.woocommerce-MyAccount-navigation {
  width: 23% !important;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--line);
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 0;
  font-size: 12px;
}
.woocommerce-MyAccount-navigation .is-active a {
  font-weight: 600;
}
.woocommerce-MyAccount-content {
  font-size: 13px;
  width: 72% !important;
}
.woocommerce-MyAccount-content p {
  line-height: 1.9;
}
.woocommerce-MyAccount-content p a {
  text-decoration: underline;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.woocommerce ul.products li.product .price {
  color: var(--ink);
  font-size: 14px;
}
.woocommerce-products-header__title {
  font-size: 60px;
  margin: 0 0 30px;
  line-height: 1;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 30.8%;
  margin-right: 3.8%;
  margin-bottom: 45px;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  font-size: 11px;
}
.woocommerce-ordering select {
  border: 1px solid var(--line);
  background: none;
  padding: 10px;
}
.woocommerce .star-rating,
.woocommerce div.product .woocommerce-product-rating {
  display: none;
}
.woocommerce small.includes_tax {
  font-size: 10px;
}
.woocommerce .cart-empty {
  margin-bottom: 25px;
}
.loc-order-files {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.entry-content .woocommerce {
  min-width: 0;
}
.wc-block-components-text-input input,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-textarea {
  border-radius: 0 !important;
  background: #faf7f0 !important;
}
.wc-block-cart,
.wc-block-checkout {
  font-family: var(--sans);
}
.wc-block-components-title,
.wc-block-components-checkout-step__title {
  font-family: var(--serif);
  font-size: 28px !important;
}
.wc-block-cart .wc-block-cart__submit-container {
  padding: 0 !important;
}
.wc-block-components-order-summary-item__quantity {
  border-radius: 0 !important;
}
.woocommerce-shipping-destination {
  font-size: 10px;
}
.woocommerce form .form-row .input-checkbox {
  margin: 0 8px 0 0;
  vertical-align: middle;
  accent-color: var(--ink);
}
/* Laptop layouts keep the type and the artwork in balance. */
@media (min-width: 1500px) {
  .hero-copy {
    padding-right: 55px;
  }
  .hero-visual {
    padding-top: 40px;
  }
  .hero-bottom-note {
    padding-bottom: 37px;
  }
  .gallery-card {
    flex-basis: 28.8%;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 20px;
  }
  .header-create {
    display: none;
  }
  .hero {
    grid-template-columns: 43% 57%;
  }
  .hero h1 {
    font-size: 8vw;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
  }
  .hero-copy .eyebrow-line {
    width: 12px;
    margin-right: 7px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-visual {
    padding-left: 10px;
  }
  .hero-cta-desktop .button {
    min-width: 205px;
    padding: 14px 18px;
    min-height: 50px;
  }
  .hero-cta-note {
    font-size: 9px;
  }
  .hero-bottom-note {
    padding-top: 25px;
  }
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .gallery-card {
    flex-basis: 35%;
  }
  .transformation-section {
    gap: 8%;
  }
  .craft-copy {
    padding: 50px 35px;
  }
  .craft-image {
    min-height: 640px;
  }
  .footer-top {
    gap: 25px;
    grid-template-columns: 1.6fr 1fr 1.2fr 1fr;
  }
  .footer-brand .wordmark {
    font-size: 25px;
  }
  .studio-values {
    font-size: 9px;
    gap: 20px;
  }
  .studio-values > span {
    gap: 8px;
  }
  .woocommerce div.product div.summary {
    width: 46%;
  }
  .woocommerce div.product .product_title {
    font-size: 43px;
  }
}
/* Mobile is the primary composition, not a shrunken desktop. */
@media (max-width: 760px) {
  :root {
    --gutter: 22px;
  }
  html {
    scroll-padding-top: 80px;
  }
  body {
    font-size: 14px;
  }
  .studio-announcement {
    justify-content: center;
    padding: 6px 15px;
    font-size: 9px;
    letter-spacing: 0.025em;
  }
  .announcement-detail {
    display: none;
  }
  .site-header {
    height: 68px;
    gap: 15px;
  }
  .wordmark {
    font-size: 27px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    gap: 15px;
  }
  .menu-toggle {
    display: block;
  }
  .cart-link {
    gap: 4px;
  }
  .cart-link svg {
    width: 19px;
  }
  .loc-cart-count {
    min-width: 15px;
    height: 15px;
    line-height: 14px;
    font-size: 8px;
  }
  .hero {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: none;
  }
  .hero-copy {
    padding: 31px var(--gutter) 22px;
    width: 100%;
    text-align: center;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
    margin-bottom: 18px;
  }
  .hero-copy .eyebrow-line {
    display: none;
  }
  .hero h1 {
    font-size: clamp(56px, 15.5vw, 88px);
    line-height: 0.91;
    letter-spacing: -0.055em;
    margin-bottom: 17px;
  }
  .hero h1 em {
    white-space: normal;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.7;
    max-width: 290px;
    margin: 0 auto;
  }
  .hero-cta-desktop {
    display: none;
  }
  .hero-visual {
    width: 100%;
    padding: 0 var(--gutter);
  }
  .hero-scene {
    aspect-ratio: 1.12;
  }
  .hero-room {
    object-fit: cover;
    object-position: center 40%;
    transform: scale(1.035);
  }
  .hero-room-fallback {
    transform: scale(1);
  }
  .hero-phone-layer {
    width: 80%;
    left: 19%;
    top: -1%;
  }
  .hero-image-label {
    left: 13px;
    top: 13px;
    font-size: 7px;
  }
  .hero-image-label > span {
    padding: 6px 8px;
  }
  .hero-caption {
    font-size: 8px;
    padding-top: 9px;
    gap: 5px;
  }
  .hero-caption > span {
    gap: 6px;
  }
  .small-star {
    font-size: 14px;
  }
  .replay-button {
    font-size: 8px;
    gap: 4px;
    padding-left: 7px;
    min-height: 25px;
  }
  .replay-button svg {
    width: 12px;
    height: 12px;
  }
  .hero-cta-mobile {
    display: block;
    padding: 19px var(--gutter) 24px;
    width: 100%;
    text-align: center;
  }
  .hero-cta-mobile .button {
    width: 100%;
    padding: 14px 20px;
    font-size: 12px;
    min-height: 51px;
  }
  .hero-cta-mobile .hero-cta-note {
    font-size: 9px;
    margin-top: 9px;
  }
  .hero-bottom-note {
    display: none;
  }
  .studio-values {
    padding: 16px var(--gutter);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 13px;
    font-size: 8px;
    line-height: 1.5;
  }
  .studio-values > span {
    gap: 7px;
  }
  .studio-values > span:nth-child(2) {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: center;
  }
  .studio-values > span:nth-child(3) {
    justify-content: flex-end;
  }
  .studio-values svg {
    width: 15px;
    height: 15px;
  }
  .section-space {
    padding: 65px var(--gutter);
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.14em;
    margin-bottom: 19px;
  }
  h2 {
    font-size: 49px;
  }
  .section-heading {
    gap: 23px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 27px;
  }
  .section-heading > p {
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
    max-width: 270px;
  }
  .gallery-heading > p br {
    display: none;
  }
  .gallery-heading > p {
    max-width: 290px;
  }
  .gallery-toolbar {
    gap: 9px;
    margin-bottom: 18px;
  }
  .gallery-filters {
    gap: 20px;
    flex: 1;
    min-width: 0;
  }
  .gallery-filters button {
    font-size: 10px;
    padding: 8px 0;
  }
  .gallery-controls {
    gap: 5px;
  }
  .gallery-controls button {
    width: 28px;
    height: 28px;
  }
  .gallery-controls svg {
    width: 14px;
    height: 14px;
  }
  .gallery-track {
    gap: 17px;
  }
  .gallery-card {
    flex-basis: 77%;
  }
  .gallery-card:nth-child(even) {
    padding-top: 24px;
  }
  .gallery-card-caption {
    font-size: 10px;
    padding-top: 12px;
  }
  .gallery-card-caption > span:last-child {
    font-size: 8px;
  }
  .gallery-image-action {
    display: none;
  }
  .gallery-bottom {
    font-size: 9px;
    padding-top: 24px;
    gap: 12px;
    align-items: flex-start;
  }
  .gallery-bottom > span {
    max-width: 130px;
  }
  .gallery-bottom .text-link {
    font-size: 10px;
    gap: 18px;
    padding-top: 0;
  }
  .gallery-bottom .text-link svg {
    width: 16px;
  }
  .transformation-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 56px;
    padding-bottom: 45px;
  }
  .transformation-copy h2 {
    font-size: 55px;
    margin-bottom: 21px;
  }
  .transformation-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.85;
    max-width: 305px;
    margin-bottom: 18px;
  }
  .transformation-copy .text-link {
    font-size: 10px;
    gap: 18px;
  }
  .comparison-wrap {
    max-width: 100%;
    width: 100%;
  }
  .comparison {
    aspect-ratio: 3/4;
  }
  .comparison img {
    object-position: center 43%;
  }
  .comparison-label {
    font-size: 8px;
    top: 12px;
  }
  .comparison-label-art {
    right: 12px;
  }
  .comparison-label-photo {
    left: 12px;
  }
  .comparison-caption {
    font-size: 8px;
    margin-top: 12px;
  }
  .comparison-divider > span {
    width: 35px;
    height: 35px;
    font-size: 21px;
  }
  .craft-section {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .craft-image {
    min-height: 0;
    aspect-ratio: 1.15;
  }
  .craft-image-caption {
    bottom: 17px;
    font-size: 8px;
  }
  .craft-copy {
    padding: 48px var(--gutter) 43px;
  }
  .craft-copy h2 {
    font-size: 68px;
    margin-bottom: 22px;
  }
  .craft-copy > p:not(.eyebrow) {
    font-size: 13px;
    max-width: 300px;
  }
  .craft-details {
    margin-top: 25px;
  }
  .craft-details > div {
    padding: 19px 0;
    gap: 16px;
  }
  .craft-details h3 {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .craft-details p {
    font-size: 12px;
    max-width: 300px;
  }
  .process-section {
    padding-top: 61px;
    padding-bottom: 52px;
  }
  .process-section .section-heading {
    flex-direction: row;
    align-items: flex-end;
    gap: 18px;
  }
  .process-section .section-heading .text-link {
    font-size: 9px;
    gap: 8px;
    max-width: 94px;
    margin: 0 0 4px;
  }
  .process-section .section-heading .text-link svg {
    width: 15px;
  }
  .process-section .section-heading .eyebrow {
    max-width: 220px;
  }
  .process-section h2 {
    font-size: 48px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 33px;
  }
  .process-grid > article {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 0 20px;
  }
  .process-number {
    grid-row: 1/3;
    font-size: 42px;
    border: 0;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    color: #b4a488;
    line-height: 1;
  }
  .process-number > span {
    display: none;
  }
  .process-grid h3 {
    font-size: 27px;
    margin: 0 0 10px;
  }
  .process-grid p {
    font-size: 13px;
    margin: 0;
    max-width: none;
    line-height: 1.8;
  }
  .studio-help-strip {
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
    gap: 17px;
  }
  .studio-help-strip > p {
    font-size: 24px;
  }
  .studio-help-strip > p > span {
    font-size: 10px;
    line-height: 1.5;
    display: block;
    margin-top: 6px;
    max-width: 290px;
  }
  .loc-contact-links {
    gap: 20px;
  }
  .loc-contact-links > a {
    font-size: 10px;
    gap: 7px;
  }
  .loc-contact-links svg {
    width: 17px;
    height: 17px;
  }
  .moments-section {
    padding: 52px var(--gutter);
  }
  .moments-section h2 {
    font-size: 48px;
    margin-bottom: 27px;
  }
  .moment-links {
    gap: 9px 24px;
  }
  .moment-links > a {
    font-size: 10px;
    gap: 18px;
    padding: 8px 0;
  }
  .moment-links > a > span {
    font-size: 14px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 61px;
    padding-bottom: 65px;
  }
  .faq-section h2 {
    font-size: 50px;
    margin-bottom: 22px;
  }
  .faq-section > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .faq-list summary {
    font-size: 13px;
    padding: 20px 0;
    gap: 20px;
  }
  .faq-list details > div {
    font-size: 13px;
    padding-right: 20px;
  }
  .closing-section {
    padding: 51px var(--gutter) 55px;
  }
  .closing-star {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .closing-section .eyebrow {
    font-size: 8px;
    max-width: 260px;
    margin: 0 auto 26px;
    line-height: 1.7;
  }
  .closing-section h2 {
    font-size: 85px;
    line-height: 0.85;
    margin-bottom: 32px;
  }
  .closing-section .button {
    font-size: 12px;
    min-width: 235px;
    min-height: 52px;
    padding: 15px 20px;
  }
  .closing-note {
    font-size: 9px;
    margin-top: 15px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
    padding-bottom: 37px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .wordmark {
    font-size: 31px;
  }
  .footer-brand > p {
    font-size: 29px;
    margin: 20px 0;
  }
  .footer-brand .loc-contact-links {
    flex-direction: row;
    gap: 20px;
  }
  .footer-column,
  .footer-social-column {
    gap: 11px;
  }
  .footer-column h2,
  .footer-social-column h2 {
    font-size: 9px;
    margin-bottom: 6px;
  }
  .footer-column > a {
    font-size: 10px;
  }
  .footer-social-column {
    grid-column: 1/-1;
  }
  .social-profiles {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 24px;
  }
  .social-profiles > a,
  .social-profile-label {
    font-size: 10px;
    gap: 6px;
  }
  .social-profiles svg {
    width: 15px;
    height: 15px;
  }
  .footer-bottom {
    padding: 18px 0 21px;
    flex-direction: column;
    font-size: 8px;
    gap: 13px;
  }
  .footer-bottom > div {
    gap: 24px;
    flex-wrap: wrap;
  }
  .footer-bottom > div > span {
    margin-left: auto;
  }
  .content-shell,
  .commerce-shell {
    padding: 25px var(--gutter) 55px;
    min-height: 50vh;
  }
  .page-heading {
    margin: 8px 0 28px;
  }
  .page-heading h1,
  .content-shell > article > h1 {
    font-size: 46px;
  }
  .page-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 13px;
  }
  .editorial-page .entry-content {
    font-size: 12px;
  }
  .editorial-page h2 {
    font-size: 29px;
  }
  .commerce-breadcrumb {
    font-size: 9px;
    margin-bottom: 24px;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    width: 100%;
    float: none;
  }
  .woocommerce div.product div.images {
    margin-bottom: 28px;
  }
  .woocommerce div.product div.images img {
    aspect-ratio: 1.05;
  }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    aspect-ratio: 1;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    gap: 9px;
    margin-top: 10px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 6.75px);
  }
  .woocommerce div.product .product_title {
    font-size: 46px;
    margin-bottom: 14px;
  }
  .product-eyebrow {
    font-size: 9px;
    margin-bottom: 14px;
  }
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 28px;
  }
  .woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .product-promises {
    font-size: 10px;
    gap: 9px;
    margin: 21px 0;
  }
  .woocommerce div.product form.cart .variations select {
    min-height: 48px;
    font-size: 13px;
  }
  .woocommerce div.product form.cart .variations label {
    font-size: 11px;
  }
  .loc-personalization legend {
    font-size: 29px;
  }
  .loc-personalization p {
    font-size: 11px;
  }
  .loc-personalization select,
  .loc-personalization textarea {
    font-size: 16px;
  }
  .loc-upload-field {
    padding: 17px !important;
  }
  .loc-upload-field input[type="file"] {
    font-size: 10px !important;
  }
  .woocommerce div.product form.cart .button {
    font-size: 12px;
  }
  .woocommerce div.product div.summary {
    margin-bottom: 32px;
  }
  .woocommerce div.product .woocommerce-tabs {
    padding-top: 0;
    margin-top: 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 25px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 11px;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 12px;
  }
  .product-studio-note {
    padding-top: 40px;
  }
  .product-studio-note h2 {
    font-size: 40px;
  }
  .product-studio-note > p {
    font-size: 12px;
  }
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    font-size: 11px;
    padding: 16px 14px 16px 39px;
  }
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before {
    left: 16px;
    top: 16px;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    background: transparent !important;
    padding: 16px 0;
    font-size: 12px;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    font-size: 11px;
    font-weight: 500;
  }
  .woocommerce table.shop_table_responsive tr td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.product-name {
    text-align: left !important;
    padding-top: 20px;
  }
  .woocommerce table.shop_table_responsive tr td.product-name:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove {
    text-align: right !important;
    padding: 0;
    border: 0;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce table.shop_table td.product-name > a {
    font-size: 27px;
  }
  .woocommerce table.shop_table td.product-name dl.variation {
    font-size: 10px;
  }
  .woocommerce table.shop_table td.product-name dl.variation dt {
    float: left;
  }
  .woocommerce table.shop_table .actions {
    border-bottom: 0;
  }
  .woocommerce table.shop_table .actions .button {
    font-size: 10px;
    padding: 11px;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48%;
    font-size: 12px;
    min-height: 47px;
  }
  .woocommerce .cart-collaterals {
    margin-top: 23px;
  }
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 24px;
  }
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 33px;
  }
  .woocommerce .col2-set {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 22px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .col2-set h3,
  .woocommerce #order_review_heading {
    font-size: 30px;
    margin-bottom: 21px;
  }
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select {
    font-size: 16px;
    min-height: 48px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce form .form-row {
    margin-bottom: 18px;
  }
  .woocommerce form .form-row label {
    font-size: 11px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 16px;
  }
  .woocommerce-checkout-review-order {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .woocommerce table.shop_table th {
    font-size: 10px;
    padding: 13px 7px;
  }
  .woocommerce table.shop_table td {
    padding: 16px 7px;
    font-size: 11px;
  }
  .woocommerce-checkout-review-order-table .product-name {
    width: 65%;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 19px;
  }
  .woocommerce-checkout #payment div.form-row {
    padding: 19px;
  }
  .woocommerce-checkout #payment {
    font-size: 11px;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 20px;
  }
  .woocommerce .woocommerce-order-details {
    overflow-x: auto;
  }
  .woocommerce ul.order_details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 15px;
  }
  .woocommerce ul.order_details li {
    padding: 0;
    border: 0;
    font-size: 9px;
    overflow-wrap: anywhere;
  }
  .woocommerce ul.order_details li strong {
    font-size: 12px;
  }
  .woocommerce-order-details h2,
  .woocommerce-customer-details h2 {
    font-size: 30px;
  }
  .woocommerce .woocommerce-customer-details address {
    font-size: 12px;
    padding: 18px;
  }
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: none !important;
    margin-bottom: 28px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
    gap: 22px;
    scrollbar-width: none;
  }
  .woocommerce-MyAccount-navigation li {
    white-space: nowrap;
  }
  .woocommerce-MyAccount-navigation a {
    font-size: 10px;
  }
  .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
    font-size: 12px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0 0 35px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 30px;
  }
  .woocommerce-products-header__title {
    font-size: 45px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    font-size: 10px;
  }
  .woocommerce-ordering select {
    max-width: 175px;
    padding: 8px;
  }
  .wc-block-cart .wc-block-cart-items td,
  .wc-block-cart .wc-block-cart-items th {
    font-size: 12px;
  }
  .wc-block-components-sidebar-layout {
    gap: 25px !important;
  }
}
@media (max-width: 380px) {
  .hero-copy {
    padding-top: 26px;
    padding-bottom: 20px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero-copy .eyebrow {
    font-size: 7px;
  }
  .hero-description {
    font-size: 12px;
    max-width: 270px;
  }
  .hero-cta-mobile {
    padding-top: 16px;
    padding-bottom: 21px;
  }
  .hero-caption {
    font-size: 7.5px;
  }
  .studio-values {
    font-size: 7.5px;
    gap: 10px;
  }
  .studio-values svg {
    width: 13px;
    height: 13px;
  }
  .gallery-controls {
    display: none;
  }
  .process-section h2 {
    font-size: 43px;
  }
  .process-section .section-heading .text-link {
    font-size: 8px;
    max-width: 79px;
  }
  .closing-section h2 {
    font-size: 77px;
  }
  .wordmark {
    font-size: 25px;
  }
  .header-actions {
    gap: 12px;
  }
  .footer-brand .wordmark {
    font-size: 29px;
  }
  .social-profiles {
    gap: 15px 19px;
  }
  .woocommerce div.product .product_title {
    font-size: 42px;
  }
  .woocommerce div.product form.cart .button {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .hero-phone-layer {
    transform: translate(115%, 36%) rotate(13deg);
  }
  .hero-photo-label {
    opacity: 0;
  }
  .hero-canvas-label {
    opacity: 1;
  }
  .hero-room {
    transform: none;
  }
  .replay-button {
    display: none;
  }
}
@media print {
  .site-header,
  .studio-announcement,
  .site-footer,
  .hero-phone-layer,
  .replay-button,
  .gallery-controls,
  .gallery-filters,
  .header-actions {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .hero,
  .section-space {
    padding: 20px;
  }
  .gallery-track {
    overflow: visible;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .gallery-card {
    flex-basis: 30%;
  }
  .closing-section {
    background: white;
    color: black;
  }
  .woocommerce {
    font-size: 11px;
  }
  .button {
    display: none !important;
  }
}

/* Immersive edition: one full-screen artwork, a confident gallery masthead. */
.loc-home .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 60;
  height: 118px;
  border: 0;
  background: transparent;
  padding: 0 var(--gutter);
}
.loc-home .site-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 140px;
  background: linear-gradient(#eeeae0cc, transparent);
  z-index: -1;
  pointer-events: none;
}
.loc-home .site-header .wordmark {
  font-size: 42px;
  letter-spacing: -1.8px;
  color: #29241f;
}
.nav-index {
  display: none;
}
.loc-home .desktop-nav {
  position: absolute;
  left: var(--gutter);
  top: 155px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #302920;
}
.loc-home .desktop-nav a {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.loc-home .desktop-nav .nav-index {
  display: inline-block;
  font: 9px/1 var(--sans);
  letter-spacing: 0.03em;
  opacity: 0.55;
}
.loc-home .desktop-nav a:after {
  bottom: 2px;
}
.loc-home .header-create {
  display: none !important;
}
.loc-home .cart-link {
  height: 52px;
  min-width: 62px;
  justify-content: center;
  gap: 8px;
  border: 1px solid #786c5466;
  border-radius: 50%;
  background: #f5f1e475;
  backdrop-filter: blur(10px);
  color: #302920;
}
.loc-home .cart-link svg {
  width: 23px;
  height: 23px;
}
.loc-home .loc-cart-count {
  font-size: 10px;
  border: 0;
  min-width: 12px;
}
.loc-home .hero {
  display: block;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 0;
  height: 100vh;
  height: 100svh;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #d4cec0;
}
.hero-ambient,
.hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-ambient {
  z-index: 0;
  overflow: hidden;
}
.hero-ambient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(24px);
  transform: scale(1.08);
  opacity: 0.32;
}
.hero-atmosphere {
  z-index: 1;
  background: linear-gradient(
    90deg,
    #ece7d9b3,
    transparent 38%,
    transparent 65%,
    #e7e2d14d
  );
}
.loc-home .hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 2;
}
.loc-home .hero-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: visible;
  background: none;
}
.loc-home .hero-room {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.028);
  transition: transform 2s cubic-bezier(0.2, 0.7, 0.2, 1);
  filter: none;
}
.loc-home .hero-scene.is-finished .hero-room {
  transform: scale(1);
}
.loc-home .hero-phone-layer {
  position: absolute;
  top: 1.5svh;
  left: calc(50% - 28.42svh);
  width: 73.333svh;
  height: 110svh;
  aspect-ratio: 2/3;
  transform-origin: 55% 75%;
  z-index: 3;
}
.loc-home .hero-hand {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(12px 20px 14px #291b1833);
}
.loc-home .hero-scene.is-finished .hero-phone-layer {
  transform: translate(120vw, 20svh) rotate(10deg);
}
.loc-home .hero-copy {
  position: absolute;
  left: var(--gutter);
  bottom: 55px;
  width: 57%;
  max-width: 820px;
  padding: 0;
  z-index: 5;
  text-align: left;
  pointer-events: none;
  color: #29241f;
}
.loc-home .hero-copy .eyebrow {
  font: 11px/1.4 var(--sans);
  letter-spacing: 0.13em;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #4b4338;
}
.loc-home .hero h1 {
  font-size: clamp(104px, 9.72vw, 156px);
  line-height: 0.8;
  letter-spacing: -0.065em;
  margin: 0;
  text-shadow: 0 1px 18px #f5f0e836;
}
.loc-home .hero h1 em {
  font-size: 0.55em;
  letter-spacing: -0.055em;
  line-height: 1.1;
  color: #554737;
  white-space: nowrap;
}
.loc-home .hero-replay {
  position: absolute;
  right: var(--gutter);
  top: 152px;
  z-index: 5;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 11px;
  padding: 0;
  color: #3a3027;
  min-height: 42px;
}
.loc-home .hero-replay svg {
  width: 40px;
  height: 40px;
  padding: 11px;
  border: 1px solid #7d715b88;
  border-radius: 50%;
  background: #ede7da88;
  backdrop-filter: blur(8px);
}
.hero-side-note {
  position: absolute;
  right: var(--gutter);
  top: 44%;
  z-index: 5;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.025em;
  max-width: 220px;
  color: #44392c;
  margin: 0;
}
.hero-scroll {
  position: absolute;
  bottom: 27px;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #514433;
}
.hero-scroll > span:last-child {
  font-size: 26px;
  line-height: 1;
}
.loc-home .hero-main-create {
  position: fixed;
  z-index: 55;
  right: var(--gutter);
  bottom: 42px;
  width: 420px;
  min-height: 80px;
  padding: 22px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  gap: 20px;
  background: #2d281f;
  color: #fff9ed;
  border: 1px solid #5a4b35;
  box-shadow: 0 16px 35px #3027192b;
  transition:
    background 0.25s,
    width 0.35s,
    padding 0.35s,
    min-height 0.35s,
    font-size 0.35s,
    transform 0.35s;
  justify-content: space-between;
}
.loc-home .hero-main-create svg {
  width: 30px;
  height: 30px;
}
.loc-home .hero-main-create:hover {
  background: #695236;
  border-color: #695236;
}
.loc-home.is-beyond-hero .hero-main-create {
  width: 300px;
  min-height: 64px;
  padding: 17px 23px;
  font-size: 16px;
  bottom: 28px;
}
.loc-home .studio-values {
  border-top: 0;
  background: #e9e4d9;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 12px;
  line-height: 1.5;
}
.loc-home .section-space {
  padding-top: 115px;
  padding-bottom: 115px;
}
.loc-home .gallery-heading {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 52px;
}
.loc-home .gallery-heading .eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-bottom: 23px;
}
.loc-home .gallery-heading h2 {
  font-size: clamp(82px, 8.6vw, 140px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.loc-home .gallery-heading > p {
  margin: 0;
  max-width: none;
  font-size: 15px;
  color: #675d4e;
}
.loc-home .gallery-toolbar {
  margin-bottom: 30px;
}
.loc-home .gallery-filters {
  gap: 32px;
}
.loc-home .gallery-filters button {
  font-size: 14px;
  padding: 10px 0;
}
.loc-home .gallery-controls button {
  width: 46px;
  height: 46px;
}
.loc-home .gallery-controls svg {
  width: 21px;
  height: 21px;
}
.loc-home .gallery-track {
  gap: 32px;
}
.loc-home .gallery-card {
  flex-basis: 34%;
}
.loc-home .gallery-card:nth-child(even) {
  padding-top: 48px;
}
.loc-home .gallery-card-caption {
  font-size: 13px;
  padding-top: 20px;
}
.loc-home .gallery-bottom {
  font-size: 12px;
  padding-top: 42px;
}
.loc-home .gallery-bottom .text-link {
  font-size: 13px;
}
.loc-home .transformation-section {
  background: #e8e1d3;
  gap: 9%;
  padding-top: 110px;
  padding-bottom: 100px;
}
.loc-home .transformation-copy h2 {
  font-size: clamp(90px, 10vw, 150px);
  line-height: 0.84;
  margin-bottom: 35px;
}
.loc-home .transformation-copy > p:not(.eyebrow) {
  font-size: 16px;
  max-width: 290px;
  line-height: 1.75;
}
.loc-home .comparison {
  max-height: 720px;
}
.loc-home .comparison-caption {
  font-size: 11px;
}
.loc-home .craft-section {
  grid-template-columns: 56% 44%;
  min-height: 720px;
}
.loc-home .craft-copy {
  padding: 70px 60px;
}
.loc-home .craft-copy h2 {
  font-size: clamp(84px, 8vw, 124px);
  line-height: 0.88;
  margin-bottom: 30px;
}
.loc-home .craft-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.7;
}
.loc-home .craft-details {
  margin-top: 38px;
}
.loc-home .craft-details > div {
  padding: 23px 0;
  align-items: center;
}
.loc-home .craft-details h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.22;
}
.loc-home .process-section .section-heading {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.loc-home .process-section h2 {
  font-size: clamp(80px, 8.6vw, 130px);
  line-height: 0.89;
}
.loc-home .process-grid {
  margin-top: 70px;
  gap: 7%;
}
.loc-home .process-grid h3 {
  font-size: 36px;
}
.loc-home .process-grid p {
  font-size: 15px;
  line-height: 1.75;
}
.loc-home .process-number {
  font-size: 72px;
  padding-bottom: 26px;
}
.loc-home .studio-help-strip {
  margin-top: 55px;
}
.loc-home .studio-help-strip > p {
  font-size: 30px;
}
.loc-home .studio-help-strip > p > span {
  font-size: 14px;
}
.loc-home .studio-help-strip .loc-contact-links > a {
  font-size: 14px;
}
.loc-home .moments-section {
  padding: 85px var(--gutter);
}
.loc-home .moments-section h2 {
  font-size: clamp(66px, 7.5vw, 112px);
}
.loc-home .moment-links {
  gap: 35px;
}
.loc-home .moment-links > a {
  font-size: 15px;
}
.loc-home .faq-section h2 {
  font-size: clamp(70px, 7vw, 100px);
}
.loc-home .faq-section > div > p:not(.eyebrow),
.loc-home .faq-list summary,
.loc-home .faq-list details > div {
  font-size: 15px;
}
.loc-home .faq-list summary {
  padding: 27px 0;
}
.loc-home .closing-section {
  padding-top: 85px;
  padding-bottom: 95px;
}
.loc-home .closing-section h2 {
  font-size: clamp(110px, 13vw, 190px);
}
.loc-home .closing-section .button {
  min-width: 360px;
  min-height: 76px;
  font-size: 19px;
}
.loc-home .site-footer {
  padding-bottom: 90px;
}
.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
  min-height: 68px;
  font-size: 18px;
  padding: 20px 24px;
}
.woocommerce .quantity .qty {
  min-height: 68px;
  font-size: 17px;
}
@media (min-width: 1800px) {
  .loc-home .hero-copy {
    bottom: 70px;
  }
  .loc-home .hero-main-create {
    bottom: 55px;
  }
  .loc-home .desktop-nav {
    top: 185px;
    font-size: 36px;
  }
  .hero-side-note {
    font-size: 33px;
  }
}
@media (min-width: 761px) and (max-height: 760px) {
  .loc-home .hero h1 {
    font-size: clamp(84px, 8.5vw, 128px);
  }
  .loc-home .hero-copy {
    bottom: 36px;
  }
  .loc-home .hero-copy .eyebrow {
    margin-bottom: 15px;
  }
  .loc-home .hero-main-create {
    bottom: 32px;
    min-height: 76px;
    width: 390px;
  }
  .loc-home .desktop-nav {
    top: 132px;
    font-size: 30px;
  }
  .hero-side-note {
    font-size: 24px;
    top: 43%;
  }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .loc-home .site-header .wordmark {
    font-size: 35px;
  }
  .loc-home .desktop-nav {
    font-size: 28px;
    top: 135px;
  }
  .loc-home .hero h1 {
    font-size: 100px;
  }
  .loc-home .hero-copy {
    max-width: 500px;
    bottom: 45px;
  }
  .loc-home .hero-main-create {
    width: 355px;
    min-height: 76px;
    font-size: 18px;
  }
  .hero-side-note {
    display: none;
  }
  .loc-home .hero-replay span {
    display: none;
  }
  .loc-home .craft-copy {
    padding: 50px 35px;
  }
  .loc-home .craft-copy h2 {
    font-size: 75px;
  }
  .loc-home .craft-details h3 {
    font-size: 23px;
  }
}
@media (max-width: 760px) {
  .loc-home .site-header {
    height: 86px;
    padding: 0 5vw;
    align-items: center;
  }
  .loc-home .site-header:before {
    height: 115px;
    background: linear-gradient(#e9e6dced, transparent);
  }
  .loc-home .site-header .wordmark {
    font-size: 31px;
    letter-spacing: -1.3px;
  }
  .loc-home .desktop-nav {
    display: none;
  }
  .loc-home .header-actions {
    gap: 12px;
  }
  .loc-home .cart-link {
    height: 42px;
    min-width: 48px;
    gap: 4px;
    background: #f6f3e678;
  }
  .loc-home .cart-link svg {
    width: 19px;
    height: 19px;
  }
  .loc-home .menu-toggle {
    height: 44px;
    width: 36px;
    padding: 6px;
    margin: 0;
    color: #302920;
  }
  .loc-home .menu-toggle svg {
    width: 26px;
    height: 26px;
  }
  .loc-home .hero {
    height: 100vh;
    height: 100svh;
    background: #d9d6cb;
  }
  .loc-home .hero-ambient {
    opacity: 0.5;
  }
  .loc-home .hero-ambient img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: blur(30px);
    opacity: 0.25;
  }
  .loc-home .hero-atmosphere {
    background: linear-gradient(
      #eeece5 0%,
      #e8e5dce6 20%,
      #dedacd66 55%,
      #c3b9a64d
    );
    z-index: 1;
  }
  .loc-home .hero-visual {
    position: absolute;
    inset: 0;
    padding: 0;
  }
  .loc-home .hero-scene {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    overflow: visible;
  }
  .loc-home .hero-room {
    top: 18svh;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    min-width: 100%;
    height: 82svh;
    max-width: none;
    object-fit: fill;
    object-position: center;
    translate: -50% 0;
    transform: scale(1.02);
    mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 100%);
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent,
      #000 12%,
      #000 100%
    );
  }
  .loc-home .hero-scene.is-finished .hero-room {
    transform: scale(1);
  }
  .loc-home .hero-phone-layer {
    top: 26.35svh;
    left: calc(50% - 19.644svh);
    width: 50.667svh;
    height: 76svh;
    aspect-ratio: 2/3;
  }
  .loc-home .hero-copy {
    left: 5%;
    right: 5%;
    top: 94px;
    bottom: auto;
    width: 90%;
    max-width: none;
    text-align: center;
    padding: 0;
    z-index: 5;
  }
  .loc-home .hero-copy .eyebrow {
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    margin: 0 0 13px;
    color: #51483c;
  }
  .loc-home .hero h1 {
    font-size: clamp(66px, 18.2vw, 92px);
    line-height: 0.76;
    letter-spacing: -0.06em;
    margin: 0;
  }
  .loc-home .hero h1 em {
    font-size: 0.67em;
    line-height: 1.18;
    letter-spacing: -0.045em;
    color: #655039;
    white-space: nowrap;
  }
  .loc-home .hero-replay {
    top: auto;
    bottom: calc(120px + env(safe-area-inset-bottom, 0px));
    right: 5%;
    min-height: 30px;
    gap: 7px;
    font-size: 9px;
    z-index: 6;
  }
  .loc-home .hero-replay svg {
    width: 28px;
    height: 28px;
    padding: 7px;
    background: #ece6d8bb;
  }
  .loc-home .hero-replay span {
    display: none;
  }
  .hero-side-note,
  .hero-scroll {
    display: none;
  }
  .loc-home .hero-main-create,
  .loc-home.is-beyond-hero .hero-main-create {
    right: 5%;
    left: 5%;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    width: 90%;
    min-height: 68px;
    padding: 20px 23px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    gap: 15px;
    border-color: #594931;
    box-shadow: 0 10px 35px #30271933;
  }
  .loc-home .hero-main-create svg {
    width: 27px;
    height: 27px;
  }
  .menu-open .hero-main-create {
    visibility: hidden;
  }
  .loc-home .mobile-nav {
    position: fixed;
    inset: 86px 0 0;
    height: calc(100dvh - 86px);
    padding: 25px 7vw 70px;
    background: #ece7dc;
    overflow-y: auto;
  }
  .loc-home .mobile-nav > a {
    font-size: clamp(43px, 11vw, 64px);
    line-height: 1.06;
    padding: 24px 0;
    border-color: #bfb4a166;
    letter-spacing: -0.03em;
  }
  .loc-home .mobile-nav > a > span {
    font-size: 11px;
    color: #77664e;
  }
  .loc-home .mobile-nav > a:last-of-type {
    font-size: 35px;
    padding-top: 35px;
    color: #776044;
  }
  .loc-home .mobile-nav .loc-contact-links {
    margin-top: 33px;
    gap: 25px;
  }
  .loc-home .mobile-nav .loc-contact-links > a {
    font-size: 13px;
  }
  .loc-home .studio-values {
    padding: 21px 6vw;
    grid-template-columns: 1fr;
    gap: 13px;
    font-size: 11px;
  }
  .loc-home .studio-values > span,
  .loc-home .studio-values > span:nth-child(2),
  .loc-home .studio-values > span:nth-child(3) {
    justify-content: center;
    grid-column: auto;
    grid-row: auto;
  }
  .loc-home .studio-values svg {
    width: 17px;
    height: 17px;
  }
  .loc-home .section-space {
    padding: 76px 6vw;
  }
  .loc-home .gallery-heading {
    gap: 20px;
    margin-bottom: 35px;
  }
  .loc-home .gallery-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .loc-home .gallery-heading h2 {
    font-size: clamp(68px, 18vw, 100px);
    line-height: 0.86;
  }
  .loc-home .gallery-heading > p {
    font-size: 13px;
    max-width: 260px;
    line-height: 1.6;
  }
  .loc-home .gallery-toolbar {
    margin-bottom: 22px;
    gap: 14px;
  }
  .loc-home .gallery-filters {
    gap: 24px;
  }
  .loc-home .gallery-filters button {
    font-size: 12px;
    padding: 9px 0;
  }
  .loc-home .gallery-controls {
    display: none;
  }
  .loc-home .gallery-track {
    gap: 22px;
    margin-right: -6vw;
    margin-left: -6vw;
    padding: 0 6vw 10px;
    scroll-padding-left: 6vw;
  }
  .loc-home .gallery-card {
    flex-basis: 88%;
  }
  .loc-home .gallery-card:nth-child(even) {
    padding-top: 35px;
  }
  .loc-home .gallery-card-caption {
    font-size: 12px;
    padding-top: 15px;
  }
  .loc-home .gallery-card-caption > span:last-child {
    font-size: 10px;
  }
  .loc-home .gallery-bottom {
    font-size: 11px;
    padding-top: 29px;
    gap: 14px;
  }
  .loc-home .gallery-bottom > span {
    max-width: 145px;
  }
  .loc-home .gallery-bottom .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .loc-home .transformation-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .loc-home .transformation-copy {
    text-align: center;
  }
  .loc-home .transformation-copy h2 {
    font-size: clamp(84px, 23vw, 120px);
    line-height: 0.84;
    margin-bottom: 23px;
  }
  .loc-home .transformation-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
    max-width: 275px;
    margin: 0 auto;
  }
  .loc-home .comparison {
    aspect-ratio: 2/3;
    max-height: none;
  }
  .loc-home .comparison-caption {
    font-size: 10px;
    gap: 15px;
  }
  .loc-home .craft-section {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .loc-home .craft-image {
    aspect-ratio: 1.05;
    min-height: 0;
  }
  .loc-home .craft-copy {
    padding: 65px 6vw;
  }
  .loc-home .craft-copy h2 {
    font-size: clamp(86px, 23vw, 120px);
    line-height: 0.85;
    margin-bottom: 27px;
  }
  .loc-home .craft-copy > p:not(.eyebrow) {
    font-size: 15px;
    max-width: 280px;
    line-height: 1.65;
  }
  .loc-home .craft-details {
    margin-top: 30px;
  }
  .loc-home .craft-details > div {
    padding: 22px 0;
    gap: 17px;
  }
  .loc-home .craft-details h3 {
    font-size: 26px;
    line-height: 1.15;
  }
  .loc-home .process-section .section-heading {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .loc-home .process-section h2 {
    font-size: clamp(68px, 17.5vw, 100px);
    line-height: 0.86;
  }
  .loc-home .process-section .section-heading .eyebrow {
    max-width: none;
  }
  .loc-home .process-grid {
    margin-top: 46px;
    gap: 36px;
  }
  .loc-home .process-grid > article {
    grid-template-columns: 55px 1fr;
    gap: 0 22px;
  }
  .loc-home .process-number {
    font-size: 50px;
    padding: 0;
  }
  .loc-home .process-grid h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .loc-home .process-grid p {
    font-size: 14px;
    line-height: 1.75;
  }
  .loc-home .studio-help-strip {
    margin-top: 43px;
    gap: 23px;
  }
  .loc-home .studio-help-strip > p {
    font-size: 29px;
    line-height: 1.15;
  }
  .loc-home .studio-help-strip > p > span {
    font-size: 13px;
    margin-top: 9px;
  }
  .loc-home .studio-help-strip .loc-contact-links > a {
    font-size: 13px;
  }
  .loc-home .moments-section {
    padding: 65px 6vw;
  }
  .loc-home .moments-section h2 {
    font-size: 58px;
    line-height: 0.97;
  }
  .loc-home .moment-links {
    gap: 10px 23px;
  }
  .loc-home .moment-links > a {
    font-size: 13px;
  }
  .loc-home .faq-section h2 {
    font-size: 70px;
    line-height: 0.88;
  }
  .loc-home .faq-section > div > p:not(.eyebrow),
  .loc-home .faq-list summary,
  .loc-home .faq-list details > div {
    font-size: 14px;
  }
  .loc-home .faq-list summary {
    padding: 25px 0;
  }
  .loc-home .closing-section {
    padding: 65px 6vw 72px;
  }
  .loc-home .closing-section h2 {
    font-size: 108px;
    line-height: 0.83;
  }
  .loc-home .closing-section .button {
    min-width: 0;
    width: 100%;
    min-height: 68px;
    font-size: 19px;
    padding: 20px 23px;
  }
  .loc-home .site-footer {
    padding-bottom: 125px;
  }
  .woocommerce div.product form.cart .button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce #payment #place_order {
    min-height: 68px;
    font-size: 17px;
    padding: 20px 18px;
  }
  .woocommerce .quantity .qty {
    min-height: 68px;
    font-size: 17px;
  }
}
@media (max-width: 760px) and (max-height: 740px) {
  .loc-home .site-header {
    height: 76px;
  }
  .loc-home .hero-copy {
    top: 79px;
  }
  .loc-home .hero-copy .eyebrow {
    font-size: 7px;
    margin-bottom: 11px;
  }
  .loc-home .hero h1 {
    font-size: 66px;
  }
  .loc-home .hero-main-create,
  .loc-home.is-beyond-hero .hero-main-create {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
  .loc-home .mobile-nav {
    top: 76px;
    height: calc(100dvh - 76px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loc-home .hero-phone-layer {
    transform: translate(120vw, 20svh) rotate(10deg);
  }
  .loc-home .hero-replay {
    display: none;
  }
  .loc-home .hero-room {
    transform: scale(1);
  }
  .loc-home .hero-main-create {
    transition: none;
  }
}
@media print {
  .loc-home .hero {
    height: auto;
    min-height: 300px;
  }
  .loc-home .hero-copy {
    position: relative;
    inset: auto;
  }
  .loc-home .hero-main-create,
  .loc-home .hero-replay,
  .hero-scroll {
    display: none !important;
  }
  .loc-home .site-header {
    display: none !important;
  }
}

/* Keep narrow portrait titles clear of the frame, without moving the artwork. */
@media (max-width: 380px) and (orientation: portrait) {
  .loc-home .hero-copy {
    transform: translateY(-10px);
  }
}
.menu-toggle .menu-icon-close {
  display: none;
}
.menu-toggle[aria-expanded="true"] .menu-icon-open {
  display: none;
}
.menu-toggle[aria-expanded="true"] .menu-icon-close {
  display: block;
}

/* Let the framed artwork command the opening gallery wall. */
@media screen and (min-width: 761px) {
  .loc-home .hero-room {
    top: -6svh;
    bottom: auto;
    height: 125%;
  }
  .loc-home .hero-phone-layer {
    top: 6.26svh;
  }
  .loc-home .hero-copy {
    width: max(180px, calc(50vw - 29svh - var(--gutter) - 20px));
    max-width: 600px;
  }
  .loc-home .hero h1 {
    font-size: clamp(62px, 6.5vw, 94px);
    line-height: 0.9;
  }
  .loc-home .hero h1 em {
    font-size: 0.65em;
    line-height: 1.12;
    white-space: normal;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  .loc-home .hero-room {
    top: 12.5svh;
    height: 93svh;
  }
  .loc-home .hero-copy {
    top: 8svh;
    transform: none;
  }
  .loc-home .hero-copy .eyebrow {
    margin-bottom: 10px;
  }
  .loc-home .hero h1 {
    font-size: clamp(50px, min(16.5vw, 7.6svh), 80px);
  }
  .loc-home .hero-phone-layer {
    top: 23.8svh;
  }
}

/* Compact landscape: a quiet, full-bleed gallery wall with clear controls. */
@media screen and (max-width: 760px) and (max-height: 500px) and (orientation: landscape) {
  .loc-home .hero-room {
    inset: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    translate: none;
    transform: none !important;
    transition: none !important;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .loc-home .hero-phone-layer,
  .loc-home .hero-replay {
    display: none !important;
  }
  .loc-home .hero-copy {
    top: auto;
    right: auto;
    bottom: 8svh;
    left: 4%;
    width: 29%;
    max-width: 230px;
    text-align: left;
    transform: none;
  }
  .loc-home .hero-copy .eyebrow {
    font-size: 7px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
  }
  .loc-home .hero h1 {
    font-size: clamp(38px, 6vw, 48px);
    line-height: 0.9;
  }
  .loc-home .hero h1 em {
    font-size: 0.72em;
    line-height: 1.1;
    white-space: normal;
  }
  .loc-home .hero-main-create,
  .loc-home.is-beyond-hero .hero-main-create {
    left: auto;
    right: 4%;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    width: clamp(220px, 33vw, 250px);
    min-height: 54px;
    padding: 13px 18px;
    font-size: 16px;
    line-height: 1.35;
    gap: 14px;
  }
  .loc-home .hero-main-create svg {
    width: 22px;
    height: 22px;
  }
}
.footer-policy{border-top:1px solid rgba(78,64,45,.2);padding:24px 0;margin-top:30px;max-width:850px}.footer-policy strong{font-size:18px;font-weight:500}.footer-policy p{font-size:13px;line-height:1.8;margin:8px 0 0}.footer-policy a{text-decoration:underline;text-underline-offset:3px}
