/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Urbanist", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #0a0a0a;
    --color-surface: #111214;
    --color-muted: #a1a1aa;
    --color-text-primary: #eaeaea;
    --color-accent: #c7a972;
    --color-accent-contrast: #0b0b0c;
    --color-divider: #1e1f22;
    --scroll-anchor-offset: 64px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .object-contain {
    object-fit: contain;
  }
  .text-center {
    text-align: center;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .tracking-\[0\.6px\] {
    --tw-tracking: 0.6px;
    letter-spacing: 0.6px;
  }
  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .brightness-110 {
    --tw-brightness: brightness(110%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .contrast-110 {
    --tw-contrast: contrast(110%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@font-face {
  font-family: "Urbanist";
  src: url("/fonts/Urbanist-Variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  body {
    min-height: 100%;
    margin: 0;
    background: var(--color-bg);
    color: var(--color-text-primary);
    font-family: var(--font-sans);
    font-weight: 400;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
  }
  a:hover {
    color: var(--color-accent);
  }
  img {
    display: block;
    max-width: 100%;
  }
  button {
    font: inherit;
  }
}
html.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
html.js .reveal[data-delay="1"] {
  transition-delay: 120ms;
}
html.js .reveal[data-delay="2"] {
  transition-delay: 240ms;
}
html.js .reveal[data-delay="3"] {
  transition-delay: 360ms;
}
html.js .reveal[data-delay="4"] {
  transition-delay: 480ms;
}
html.js .reveal.in-view {
  opacity: 1;
  transform: none;
}
#intro, #kontakt {
  scroll-margin-top: var(--scroll-anchor-offset);
}
@layer components {
  .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .section {
    padding: 64px 0;
  }
  .section--bordered {
    border-top: 1px solid rgba(199, 169, 114, 0.15);
  }
  .hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: var(--color-bg);
  }
  .hero__media, .hero__veil {
    position: absolute;
    inset: 0;
  }
  .hero__media {
    pointer-events: none;
  }
  .hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
  }
  .hero__veil {
    background: radial-gradient( ellipse 1200px 600px at 50% 30%, rgba(199, 169, 114, 0.1), transparent 60% ), linear-gradient( 180deg, transparent 15%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.85) );
    z-index: 1;
  }
  .hero__content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 0 24px;
  }
  .hero__logo {
    width: 160px;
    height: 160px;
    margin: 0 auto 32px;
    object-fit: contain;
    filter: brightness(1.5) drop-shadow(0 0 24px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 48px rgba(0, 0, 0, 0.6));
  }
  .hero__title {
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 32px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
  }
  .hero__sub {
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin: 0 auto 32px;
    max-width: 520px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  }
  .scroll-indicator {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 48px;
    overflow: hidden;
    z-index: 2;
  }
  .scroll-indicator::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-accent);
    opacity: 0.5;
    animation: scroll-pulse 2.5s ease-in-out infinite;
  }
  @keyframes scroll-pulse {
    0% {
      transform: translateY(-100%);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(100%);
    }
  }
  .gallery {
    position: relative;
    height: 65vh;
    overflow: hidden;
    background: var(--color-surface);
  }
  .gallery__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient( 180deg, transparent 40%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.9) );
    z-index: 2;
    padding-bottom: 56px;
  }
  .gallery__title {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
  }
  .gallery__rule {
    margin: 16px 0;
  }
  .slideshow {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slideshow__stage {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slideshow__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 800ms ease;
  }
  .slideshow__slide.is-active {
    opacity: 1;
  }
  .slideshow__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.15);
  }
  .slideshow__dots {
    position: absolute;
    bottom: 40px;
    left: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .slideshow__dot {
    width: 6px;
    height: 6px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .slideshow__dot.is-active {
    width: 24px;
    height: 4px;
    background: var(--color-accent);
  }
  .btn-accent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-accent);
    background: transparent;
    border: 1px solid var(--color-accent);
    cursor: pointer;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
  }
  .btn-accent:hover {
    background: var(--color-accent);
    color: var(--color-accent-contrast);
    border-color: var(--color-accent);
  }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 4px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-accent);
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(199, 169, 114, 0.4);
    cursor: pointer;
    transition: color 0.3s, border-color 0.3s;
  }
  .btn-secondary:hover {
    color: #f3efe6;
    border-bottom-color: var(--color-accent);
  }
  .label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-accent);
  }
  .section-title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 300;
    letter-spacing: 0.08em;
    margin: 16px 0 24px;
    color: var(--color-text-primary);
  }
  .gold-rule {
    width: 60px;
    height: 1px;
    margin: 0 auto;
    background: var(--color-accent);
    opacity: 0.8;
  }
  .gold-rule-wide {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
    opacity: 0.35;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--color-divider);
    background: var(--color-surface);
    margin-top: 16px;
  }
  .contact-grid > div {
    padding: 24px;
  }
  .contact-grid > div:not(:last-child) {
    border-right: 1px solid rgba(199, 169, 114, 0.15);
  }
  .contact-map {
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid rgba(199, 169, 114, 0.15);
    background: var(--color-surface);
  }
  .contact-map #studio-map {
    display: block;
    width: 100%;
    height: 320px;
    border: none;
    filter: brightness(1.75) contrast(0.8);
  }
  .map-loading {
    position: relative;
    background: linear-gradient( 135deg, var(--color-surface) 0%, rgba(199, 169, 114, 0.05) 50%, var(--color-surface) 100% );
  }
  .map-loading::before {
    content: "Laddar karta\2026";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-muted);
    opacity: 0.5;
    z-index: 0;
  }
  .map-loaded::before {
    display: none;
  }
  .contact-map .leaflet-container {
    background: var(--color-bg) !important;
    height: 100%;
    width: 100%;
  }
  .contact-map .leaflet-tile {
    filter: brightness(1.1) contrast(1.2) !important;
  }
  .contact-map .leaflet-popup-content-wrapper {
    background: var(--color-surface) !important;
    color: var(--color-text-primary) !important;
    border: 1px solid var(--color-divider) !important;
    border-radius: 6px !important;
  }
  .contact-map .leaflet-popup-tip {
    background: var(--color-surface) !important;
    border: 1px solid var(--color-divider) !important;
  }
  .contact-map .leaflet-control-zoom a {
    background: var(--color-surface) !important;
    color: var(--color-text-primary) !important;
    border: 1px solid var(--color-divider) !important;
  }
  .contact-map .leaflet-control-zoom a:hover {
    background: var(--color-accent) !important;
    color: var(--color-accent-contrast) !important;
  }
  @keyframes marker-pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(199, 169, 114, 0.5);
    }
    100% {
      box-shadow: 0 0 0 12px rgba(199, 169, 114, 0);
    }
  }
  .section--tight-top {
    padding-top: 40px;
  }
  .highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--color-divider);
    border: 1px solid var(--color-divider);
  }
  .highlight {
    background: var(--color-surface);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .highlight__icon {
    font-size: 24px;
    font-weight: 300;
    color: var(--color-accent);
    letter-spacing: 0.1em;
  }
  .highlight__title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-text-primary);
  }
  .highlight__desc {
    font-size: 13px;
    color: var(--color-muted);
    line-height: 1.6;
  }
  .breadcrumb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 24px;
    background: rgba(10, 10, 10, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(199, 169, 114, 0.1);
    transition: background 0.3s;
  }
  .breadcrumb__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .breadcrumb__logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.2s;
  }
  .breadcrumb__logo:hover img {
    opacity: 1;
  }
  .breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
  .breadcrumb__sep {
    color: var(--color-accent);
    opacity: 0.5;
    font-size: 14px;
    line-height: 1;
  }
  .site-footer {
    border-top: 1px solid rgba(199, 169, 114, 0.15);
    padding: 56px 0 32px;
    color: var(--color-muted);
    font-size: 13px;
    background: linear-gradient(180deg, rgba(17, 18, 20, 0.4) 0%, var(--color-bg) 100%);
  }
  .footer-statement {
    text-align: center;
    padding-bottom: 8px;
  }
  .footer-statement__title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 300;
    color: var(--color-text-primary);
    margin-bottom: 12px;
  }
  .footer-statement__text {
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 48px;
  }
  body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.02;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 256px 256px;
  }
}
@media (min-width: 768px) {
  :root {
    --scroll-anchor-offset: 72px;
  }
  .wrap {
    padding: 0 48px;
  }
  .section {
    padding: 96px 0;
  }
  .slideshow__dots {
    left: 48px;
  }
  .section--tight-top {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: clamp(32px, 10vw, 48px);
    letter-spacing: 0.12em;
  }
  .gallery {
    height: 50vh;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid > div:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(199, 169, 114, 0.15);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .slideshow__dot {
    width: 8px;
    height: 8px;
  }
  .slideshow__dot.is-active {
    width: 28px;
    height: 5px;
  }
  .highlights {
    grid-template-columns: 1fr;
  }
  .contact-grid > div {
    padding: 20px 16px;
  }
}
@media (max-width: 480px) {
  .contact-map #studio-map {
    height: 220px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  html.js .reveal, .slideshow__slide, .slideshow__dot, .scroll-indicator::after {
    animation: none !important;
    transition: none !important;
  }
  html.js .reveal {
    opacity: 1;
    transform: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
