@charset "UTF-8";
/* Text selection text color */
::selection {
  color: var(--wp--custom--color--background);
  background-color: var(--wp--custom--color--foreground);
}

/* Post title when featured image is present */
body:not(.has-featured-image) h1.wp-block-post-title {
  border-bottom: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--preset--color--primary);
  padding-bottom: calc(var(--wp--custom--gap--vertical) * 3);
}

/* Separator width */
/* This can be removed when this issue gets fixed: https://github.com/WordPress/gutenberg/issues/40624 */
.wp-block-separator {
  opacity: 1;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  height: 3px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 3px;
}

/* Links and underlines */
a {
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.46ex;
}

.wp-block-post-content p a:not(.wp-block-post-excerpt__more-link) {
  text-decoration-line: underline;
}
.wp-block-post-content p a:not(.wp-block-post-excerpt__more-link):hover {
  text-decoration: none;
  background-color: var(--wp--custom--color--primary);
  color: var(--wp--custom--color--background);
}

.wp-block-post-comments .comment-meta > a,
.wp-block-post-comments .comment-body > p > a,
.wp-block-post-comments .comment-edit-link,
.post-meta a {
  text-decoration-line: underline;
}
.wp-block-post-comments .comment-meta > a:hover,
.wp-block-post-comments .comment-body > p > a:hover,
.wp-block-post-comments .comment-edit-link:hover,
.post-meta a:hover {
  text-decoration-line: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.wp-block-site-title a,
.wp-block-post-title a {
  text-underline-offset: 0.1ex;
}

.wp-block-site-title a,
.wp-block-post-title a,
.wp-block-query-pagination a,
.wp-block-navigation a {
  text-decoration-line: none;
}
.wp-block-site-title a:hover,
.wp-block-post-title a:hover,
.wp-block-query-pagination a:hover,
.wp-block-navigation a:hover {
  text-decoration-line: underline;
}

.wp-block-search__button:active, .wp-block-search__button:focus,
a:not(.ab-item):not(.screen-reader-shortcut):active,
a:not(.ab-item):not(.screen-reader-shortcut):focus {
  outline: 1px dotted var(--wp--custom--color--primary);
  outline-offset: 0.1em;
  text-decoration: none;
}
.wp-block-navigation .wp-block-search__button:active, .wp-block-navigation .wp-block-search__button:focus,
.wp-block-navigation a:not(.ab-item):not(.screen-reader-shortcut):active,
.wp-block-navigation a:not(.ab-item):not(.screen-reader-shortcut):focus {
  outline-color: currentcolor;
}

.archive .wp-block-post-date,
.blog .wp-block-post-date,
.home .wp-block-post-date {
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.46ex;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.46ex;
}

.wp-block-post-excerpt__more-link {
  font-weight: 500;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-style: var(--wp--custom--button--border--style);
  border-width: var(--wp--custom--button--border--width);
  border-color: var(--wp--custom--color--foreground);
}

.wp-block-search__input {
  background-color: transparent;
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  border-width: 0;
  border-radius: 0;
  background-color: var(--wp--custom--color--foreground);
  color: var(--wp--custom--color--background);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--button--typography--font-weight);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  line-height: var(--wp--custom--button--typography--line-height);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  border-width: 0;
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
}

/*
 * Button hover styles: invert to cream on teal.
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover {
  opacity: 0.9;
}

.wp-block-button__link {
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.wp-block-button__link::after {
  content: "→";
  display: inline-block;
  margin-left: 1.6em;
  transition: transform 0.18s ease;
}
.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
}
.wp-block-button__link:hover::after {
  transform: translateX(4px);
}

/* Comments */
.wp-block-post-comments input[type=submit] {
  font-family: var(--wp--preset--font-family--courier-prime);
  color: var(--wp--custom--color--background);
}

.wp-block-post-comments textarea,
.wp-block-post-comments input:not([type=submit]) {
  background-color: var(--wp--custom--color--background);
  color: var(--wp--custom--color--foreground);
  border-style: var(--wp--custom--button--border--style);
  border-width: var(--wp--custom--button--border--width);
  border-color: var(--wp--custom--color--foreground);
}

/*
* Alignment styles, borrowed from Twenty Twenty-Two.
* These rules are temporary, and should not be relied on or
* modified too heavily by themes or plugins that build on
* Twenty Twenty-Two. These are meant to be a precursor to
* a global solution provided by the Block Editor.
*
* Relevant issues:
* https://github.com/WordPress/gutenberg/issues/35607
* https://github.com/WordPress/gutenberg/issues/35884
*/
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  max-width: unset;
  width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
* Responsive menu overlay.
* Full takeover panel styled to match the theme: dark teal,
* big typewriter links with pink diamonds, generous padding.
*/
.wp-block-navigation__responsive-container.is-menu-open {
  padding: 5.5rem 1.75rem 3rem !important;
  background-color: var(--wp--preset--color--background) !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0;
  align-items: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(240, 228, 206, 0.16);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item a {
  display: block;
  width: 100%;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  padding: 1.15rem 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item a::before {
  content: "✦";
  color: var(--wp--preset--color--accent);
  font-size: 0.65em;
  margin-right: 0.9em;
  vertical-align: 0.15em;
}

/* Close button: comfortable hit area, pinned to the top corner of the overlay */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  position: fixed;
  top: 1rem;
  right: 1.1rem;
  padding: 0.75rem;
  color: var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
  width: 28px;
  height: 28px;
}

/* Hamburger: bigger tap target */
.wp-block-navigation__responsive-container-open {
  padding: 0.5rem;
  margin-right: -0.5rem;
  color: var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container-open svg {
  width: 28px;
  height: 28px;
}

/* ========================================================================
   Tatuering Borås — vintage flash-parlour design layer
   Teal + aged paper + dusty pink, typewriter mono + woodtype display.
   ======================================================================== */
/* --- Analog film layer: grain + lifted blacks + light leak --- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  background-image: radial-gradient(ellipse 32% 42% at 88% 2%, rgba(255, 176, 118, 0.22), transparent 70%), linear-gradient(rgba(244, 233, 214, 0.09), rgba(244, 233, 214, 0.09)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.1'/%3E%3C/svg%3E");
  background-size: auto, auto, 240px 240px;
}

/* --- Analog photo treatment: warm cast + vignette (multiply) --- */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 91;
  pointer-events: none;
  background: radial-gradient(ellipse 115% 85% at 50% 40%, #FFF3E2 28%, #ECD5B4 62%, #B5946F 100%);
  mix-blend-mode: multiply;
}

/* --- Header --- */
.site-header {
  border-bottom: 1px solid rgba(28, 42, 38, 0.25);
}
.site-header .wp-block-site-title a {
  color: var(--wp--preset--color--primary);
}

/* Diamond separators between navigation items */
.wp-block-navigation .wp-block-navigation-item + .wp-block-navigation-item::before {
  content: "✦";
  color: var(--wp--preset--color--accent);
  font-size: 0.5rem;
  align-self: center;
  margin-left: -1.34rem;
  margin-right: 0.84rem;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item::before {
  display: none;
}

/* No block gap between the full-bleed sections of the page */
.site-main > * + * {
  margin-block-start: 0;
}

/* --- Hero --- */
.hero-cover {
  padding: clamp(3rem, 10vh, 7rem) var(--wp--custom--spacing--outer);
}
.hero-cover .wp-block-cover__background {
  background: linear-gradient(100deg, rgba(24, 36, 32, 0.94) 0%, rgba(24, 36, 32, 0.62) 52%, rgba(24, 36, 32, 0.14) 100%) !important;
  opacity: 1 !important;
}
.hero-cover .wp-block-cover__inner-container {
  width: 100% !important;
  max-width: var(--wp--custom--layout--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 2;
}

.hero-title {
  font-size: clamp(3.2rem, 8.5vw, 6.75rem);
  line-height: 1.08;
  margin: 0;
  color: var(--wp--preset--color--accent);
  text-shadow: 0 2px 24px rgba(18, 28, 25, 0.45);
}

.hero-ornament {
  width: 150px;
  color: var(--wp--preset--color--accent);
  margin: 1.5rem 0 1.7rem;
}
.hero-ornament svg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-kicker {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 2;
  color: var(--wp--preset--color--primary);
  margin: 0;
}

.hero-actions {
  margin-top: 2.4rem;
}

.hero-stamp {
  position: absolute;
  right: clamp(1.25rem, 6vw, 4.5rem);
  bottom: clamp(1.25rem, 6vh, 3.5rem);
  width: clamp(130px, 16vw, 200px);
  color: rgba(232, 168, 161, 0.95);
  transform: rotate(-12deg);
  filter: drop-shadow(0 4px 14px rgba(18, 28, 25, 0.5));
  z-index: 2;
  pointer-events: none;
}
.hero-stamp svg {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Intro cards (aged paper) --- */
.intro-cards {
  position: relative;
  background-image: radial-gradient(ellipse 60% 35% at 18% 45%, rgba(150, 114, 70, 0.1), transparent), radial-gradient(ellipse 50% 30% at 85% 62%, rgba(150, 114, 70, 0.12), transparent), radial-gradient(ellipse 40% 25% at 60% 34%, rgba(150, 114, 70, 0.07), transparent);
  /* Torn paper edge rising up into the hero video */
}
.intro-cards::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 30' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='0.3' stop-color='%23fff' stop-opacity='0.9'/%3E%3Cstop offset='0.6' stop-color='%23fff' stop-opacity='0.35'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cfilter id='f' x='-2%25' y='-60%25' width='104%25' height='240%25'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.11 0.32' numOctaves='2' seed='4' result='t'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='t' scale='7'/%3E%3C/filter%3E%3Cfilter id='m' x='-2%25' y='-60%25' width='104%25' height='240%25'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.13 0.4' numOctaves='2' seed='8' result='t'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='t' scale='4' result='d'/%3E%3CfeDropShadow in='d' dx='0' dy='1.6' stdDeviation='1.4' flood-color='%23332414' flood-opacity='0.4'/%3E%3C/filter%3E%3Cfilter id='p' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.45' numOctaves='2' seed='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 -9' result='n'/%3E%3CfeFlood flood-color='%23E9D6BC'/%3E%3CfeComposite in2='n' operator='in' result='dots'/%3E%3CfeComposite in='dots' in2='SourceAlpha' operator='in'/%3E%3C/filter%3E%3Crect x='0' y='5' width='1200' height='25' fill='url(%23g)' filter='url(%23p)'/%3E%3Cpath d='M0 19.1L10.0 22.5L17.6 22.3L27.3 21.0L34.1 19.8L45.6 16.4L52.0 17.9L60.4 19.6L71.9 13.5L83.8 14.2L92.4 10.3L102.1 10.6L108.4 11.0L116.8 12.6L125.7 17.5L137.5 15.5L145.6 12.3L155.7 10.2L163.9 10.8L172.9 7.5L181.4 8.7L190.0 7.6L196.6 8.3L206.8 6.8L214.9 14.5L222.1 10.4L233.9 13.8L240.9 17.2L248.0 17.7L254.0 16.4L262.1 19.6L271.8 20.4L280.8 15.7L291.6 18.5L298.9 16.5L308.7 14.8L320.1 14.3L331.3 15.5L340.4 18.2L347.7 17.1L357.8 19.7L369.1 18.8L377.7 20.8L387.4 19.3L398.0 15.1L409.4 14.2L417.5 10.7L426.9 7.6L438.3 10.1L449.8 9.0L458.0 7.7L465.9 12.2L475.2 11.9L484.4 13.2L491.8 12.3L502.0 11.3L509.8 13.4L519.8 13.8L526.0 11.4L533.0 11.8L540.5 10.1L546.5 10.3L553.7 11.1L565.2 12.9L572.2 14.1L583.3 15.4L594.4 20.2L603.6 21.2L613.7 21.4L623.0 21.3L633.4 18.7L641.6 17.5L648.9 17.4L655.2 17.6L666.8 15.4L678.0 16.1L684.8 15.0L694.4 16.0L704.2 14.2L712.4 15.1L723.3 14.1L730.8 17.2L737.1 16.0L748.0 12.2L755.9 9.8L766.9 8.1L773.0 10.7L780.0 8.7L787.1 6.0L798.3 8.3L808.4 9.2L817.6 11.3L826.6 12.9L836.4 13.5L845.5 16.0L857.1 15.7L867.2 17.7L875.8 14.9L886.3 16.2L892.7 12.8L899.0 12.3L905.7 15.5L917.5 17.7L929.2 15.2L940.7 18.9L951.3 19.9L959.2 19.5L968.8 22.4L979.4 21.2L987.2 19.8L997.2 13.8L1006.1 15.1L1016.7 11.5L1027.8 13.2L1035.0 11.3L1043.2 9.7L1052.8 9.8L1064.6 13.4L1073.1 11.0L1082.9 11.4L1092.4 12.7L1100.3 11.0L1108.3 10.8L1115.3 9.6L1123.2 8.6L1134.9 7.8L1144.8 8.7L1154.7 8.5L1161.3 10.4L1173.2 14.8L1181.9 15.0L1189.3 16.0L1199.1 19.1L1200 19.1L1200 -12L0 -12Z' fill='%23F2E9D6' opacity='0.55' filter='url(%23f)'/%3E%3Cpath d='M0 15.3L9.9 15.4L18.1 15.8L24.3 20.2L32.9 18.5L40.2 16.6L49.7 13.9L56.0 14.7L62.8 10.1L73.7 8.6L83.5 8.5L89.9 6.8L100.0 8.5L109.5 9.1L120.3 10.8L129.7 10.4L140.1 9.1L146.8 9.3L153.7 13.4L164.3 7.8L172.2 7.3L181.7 5.2L193.3 4.7L199.7 5.9L211.7 7.7L220.0 12.4L227.0 12.3L233.8 9.6L245.0 11.1L254.3 16.0L265.5 14.0L273.6 16.7L280.5 13.2L287.9 14.0L295.5 11.3L303.7 13.2L313.9 12.6L323.9 10.8L334.6 15.2L343.0 13.9L352.8 16.5L359.7 17.6L366.7 14.2L372.8 17.5L379.7 14.2L387.9 12.5L399.8 11.7L406.4 8.7L413.9 10.2L420.1 9.6L427.0 10.8L438.8 7.1L446.4 4.9L457.0 6.3L465.0 5.8L476.9 10.0L487.8 10.4L496.9 11.6L504.6 8.5L516.3 8.7L528.3 10.1L535.6 6.6L542.8 8.2L553.9 8.1L564.7 7.8L576.1 13.1L585.0 12.3L593.0 16.6L601.4 16.1L611.7 15.9L618.6 19.2L625.5 18.5L635.4 15.4L642.2 12.9L652.1 13.6L660.7 14.0L668.0 10.5L675.4 11.6L684.0 9.6L692.1 11.3L703.5 11.7L712.5 12.6L718.6 12.2L724.6 13.7L733.5 12.7L741.4 10.8L752.1 7.1L759.6 6.5L768.7 6.2L780.2 4.3L789.2 4.3L797.9 4.7L809.6 6.9L821.2 7.0L832.9 11.7L839.6 11.0L847.0 10.2L857.7 14.3L868.0 13.1L879.3 13.9L891.1 10.9L903.0 12.8L911.6 11.9L918.8 11.8L924.9 13.6L931.0 13.6L940.1 13.8L950.8 19.0L958.4 15.4L966.0 15.7L977.5 17.8L984.4 17.1L994.6 16.0L1003.1 9.6L1012.9 10.9L1024.1 6.2L1032.8 6.9L1044.3 6.7L1053.5 7.1L1060.5 6.8L1068.4 8.4L1076.1 9.6L1084.2 7.5L1090.3 10.3L1097.4 8.7L1104.0 9.5L1113.0 8.5L1122.0 7.0L1130.1 7.1L1139.9 5.2L1146.2 4.4L1156.7 6.4L1163.2 10.2L1173.2 9.9L1181.0 12.4L1189.7 13.2L1200 13.2L1200 -12L0 -12Z' fill='%23E5CFB6' filter='url(%23m)'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  transform: scaleY(-1);
  pointer-events: none;
  z-index: 3;
}
.intro-cards ::selection {
  color: var(--wp--preset--color--paper);
  background-color: var(--wp--preset--color--ink);
}

.intro-cards__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.4rem, 2.5vw, 2.2rem);
}

.intro-card__photo {
  margin: 0 0 1.5rem;
}
.intro-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border: 1px solid rgba(47, 91, 85, 0.3);
  box-shadow: 0 3px 12px rgba(64, 48, 28, 0.18);
  filter: saturate(0.92) contrast(1.02);
}

.intro-card__title {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  color: var(--wp--preset--color--ink);
}

.intro-card__text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(47, 69, 64, 0.88);
  margin: 0 0 1.5rem;
}

.intro-card__btn .wp-block-button__link {
  font-size: 0.68rem;
  padding: 0.8em 1.5em;
}

.intro-cards .wp-block-button__link {
  color: var(--wp--preset--color--ink);
  border-color: rgba(47, 91, 85, 0.65);
}
.intro-cards .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--ink);
  border-color: var(--wp--preset--color--ink);
  color: var(--wp--preset--color--paper);
}

/* --- Studio section (teal, Om studion) --- */
.studio-section {
  position: relative;
  background-image: radial-gradient(ellipse 55% 45% at 80% 20%, rgba(28, 44, 39, 0.18), transparent), radial-gradient(ellipse 45% 40% at 15% 80%, rgba(28, 44, 39, 0.14), transparent);
  /* Torn paper edge hanging down from the section above */
}
.studio-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 30' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='0.3' stop-color='%23fff' stop-opacity='0.9'/%3E%3Cstop offset='0.6' stop-color='%23fff' stop-opacity='0.35'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cfilter id='f' x='-2%25' y='-60%25' width='104%25' height='240%25'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.11 0.32' numOctaves='2' seed='4' result='t'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='t' scale='7'/%3E%3C/filter%3E%3Cfilter id='m' x='-2%25' y='-60%25' width='104%25' height='240%25'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.13 0.4' numOctaves='2' seed='8' result='t'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='t' scale='4' result='d'/%3E%3CfeDropShadow in='d' dx='0' dy='1.6' stdDeviation='1.4' flood-color='%23332414' flood-opacity='0.4'/%3E%3C/filter%3E%3Cfilter id='p' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.45' numOctaves='2' seed='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 -9' result='n'/%3E%3CfeFlood flood-color='%23E9D6BC'/%3E%3CfeComposite in2='n' operator='in' result='dots'/%3E%3CfeComposite in='dots' in2='SourceAlpha' operator='in'/%3E%3C/filter%3E%3Crect x='0' y='5' width='1200' height='25' fill='url(%23g)' filter='url(%23p)'/%3E%3Cpath d='M0 19.1L10.0 22.5L17.6 22.3L27.3 21.0L34.1 19.8L45.6 16.4L52.0 17.9L60.4 19.6L71.9 13.5L83.8 14.2L92.4 10.3L102.1 10.6L108.4 11.0L116.8 12.6L125.7 17.5L137.5 15.5L145.6 12.3L155.7 10.2L163.9 10.8L172.9 7.5L181.4 8.7L190.0 7.6L196.6 8.3L206.8 6.8L214.9 14.5L222.1 10.4L233.9 13.8L240.9 17.2L248.0 17.7L254.0 16.4L262.1 19.6L271.8 20.4L280.8 15.7L291.6 18.5L298.9 16.5L308.7 14.8L320.1 14.3L331.3 15.5L340.4 18.2L347.7 17.1L357.8 19.7L369.1 18.8L377.7 20.8L387.4 19.3L398.0 15.1L409.4 14.2L417.5 10.7L426.9 7.6L438.3 10.1L449.8 9.0L458.0 7.7L465.9 12.2L475.2 11.9L484.4 13.2L491.8 12.3L502.0 11.3L509.8 13.4L519.8 13.8L526.0 11.4L533.0 11.8L540.5 10.1L546.5 10.3L553.7 11.1L565.2 12.9L572.2 14.1L583.3 15.4L594.4 20.2L603.6 21.2L613.7 21.4L623.0 21.3L633.4 18.7L641.6 17.5L648.9 17.4L655.2 17.6L666.8 15.4L678.0 16.1L684.8 15.0L694.4 16.0L704.2 14.2L712.4 15.1L723.3 14.1L730.8 17.2L737.1 16.0L748.0 12.2L755.9 9.8L766.9 8.1L773.0 10.7L780.0 8.7L787.1 6.0L798.3 8.3L808.4 9.2L817.6 11.3L826.6 12.9L836.4 13.5L845.5 16.0L857.1 15.7L867.2 17.7L875.8 14.9L886.3 16.2L892.7 12.8L899.0 12.3L905.7 15.5L917.5 17.7L929.2 15.2L940.7 18.9L951.3 19.9L959.2 19.5L968.8 22.4L979.4 21.2L987.2 19.8L997.2 13.8L1006.1 15.1L1016.7 11.5L1027.8 13.2L1035.0 11.3L1043.2 9.7L1052.8 9.8L1064.6 13.4L1073.1 11.0L1082.9 11.4L1092.4 12.7L1100.3 11.0L1108.3 10.8L1115.3 9.6L1123.2 8.6L1134.9 7.8L1144.8 8.7L1154.7 8.5L1161.3 10.4L1173.2 14.8L1181.9 15.0L1189.3 16.0L1199.1 19.1L1200 19.1L1200 -12L0 -12Z' fill='%23F2E9D6' opacity='0.55' filter='url(%23f)'/%3E%3Cpath d='M0 15.3L9.9 15.4L18.1 15.8L24.3 20.2L32.9 18.5L40.2 16.6L49.7 13.9L56.0 14.7L62.8 10.1L73.7 8.6L83.5 8.5L89.9 6.8L100.0 8.5L109.5 9.1L120.3 10.8L129.7 10.4L140.1 9.1L146.8 9.3L153.7 13.4L164.3 7.8L172.2 7.3L181.7 5.2L193.3 4.7L199.7 5.9L211.7 7.7L220.0 12.4L227.0 12.3L233.8 9.6L245.0 11.1L254.3 16.0L265.5 14.0L273.6 16.7L280.5 13.2L287.9 14.0L295.5 11.3L303.7 13.2L313.9 12.6L323.9 10.8L334.6 15.2L343.0 13.9L352.8 16.5L359.7 17.6L366.7 14.2L372.8 17.5L379.7 14.2L387.9 12.5L399.8 11.7L406.4 8.7L413.9 10.2L420.1 9.6L427.0 10.8L438.8 7.1L446.4 4.9L457.0 6.3L465.0 5.8L476.9 10.0L487.8 10.4L496.9 11.6L504.6 8.5L516.3 8.7L528.3 10.1L535.6 6.6L542.8 8.2L553.9 8.1L564.7 7.8L576.1 13.1L585.0 12.3L593.0 16.6L601.4 16.1L611.7 15.9L618.6 19.2L625.5 18.5L635.4 15.4L642.2 12.9L652.1 13.6L660.7 14.0L668.0 10.5L675.4 11.6L684.0 9.6L692.1 11.3L703.5 11.7L712.5 12.6L718.6 12.2L724.6 13.7L733.5 12.7L741.4 10.8L752.1 7.1L759.6 6.5L768.7 6.2L780.2 4.3L789.2 4.3L797.9 4.7L809.6 6.9L821.2 7.0L832.9 11.7L839.6 11.0L847.0 10.2L857.7 14.3L868.0 13.1L879.3 13.9L891.1 10.9L903.0 12.8L911.6 11.9L918.8 11.8L924.9 13.6L931.0 13.6L940.1 13.8L950.8 19.0L958.4 15.4L966.0 15.7L977.5 17.8L984.4 17.1L994.6 16.0L1003.1 9.6L1012.9 10.9L1024.1 6.2L1032.8 6.9L1044.3 6.7L1053.5 7.1L1060.5 6.8L1068.4 8.4L1076.1 9.6L1084.2 7.5L1090.3 10.3L1097.4 8.7L1104.0 9.5L1113.0 8.5L1122.0 7.0L1130.1 7.1L1139.9 5.2L1146.2 4.4L1156.7 6.4L1163.2 10.2L1173.2 9.9L1181.0 12.4L1189.7 13.2L1200 13.2L1200 -12L0 -12Z' fill='%23E5CFB6' filter='url(%23m)'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
}
.studio-section a {
  color: var(--wp--preset--color--primary);
}
.studio-section .wp-block-button__link {
  color: var(--wp--preset--color--accent);
  border-color: rgba(232, 168, 161, 0.8);
}
.studio-section .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--surface);
}

.studio-title {
  font-family: var(--wp--preset--font-family--courier-prime);
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent);
  margin: 0 0 1.6rem;
}

.studio-text {
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 46ch;
  margin: 0 0 1.1rem;
}

.studio-actions {
  margin-top: 1.8rem;
}

/* Polaroid stack */
.polaroid-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
}
.polaroid-stack > * {
  margin-block-start: 0;
}

.polaroid {
  position: relative;
  margin: 0;
  width: 38%;
  background: #f3ead7;
  padding: 10px 10px 16px;
  box-shadow: 0 12px 26px rgba(20, 32, 28, 0.38), 0 2px 6px rgba(20, 32, 28, 0.22);
}
.polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}
.polaroid::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 84px;
  height: 26px;
  transform: translateX(-50%) rotate(-3deg);
  background: linear-gradient(rgba(205, 178, 134, 0.92), rgba(193, 166, 122, 0.8));
  box-shadow: 0 1px 3px rgba(20, 32, 28, 0.25);
  z-index: 1;
}
.polaroid:nth-child(1) {
  transform: rotate(-5deg);
  z-index: 1;
}
.polaroid:nth-child(2) {
  width: 42%;
  margin-left: -6%;
  transform: rotate(2.5deg) translateY(-12px);
  z-index: 2;
}
.polaroid:nth-child(2)::before {
  transform: translateX(-50%) rotate(2deg);
}
.polaroid:nth-child(3) {
  margin-left: -6%;
  transform: rotate(-2deg) translateY(10px);
  z-index: 1;
}

/* --- Footer (dusty rose) --- */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.footer-contact__row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.footer-contact__row svg {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--wp--preset--color--primary);
}

.footer-stamp {
  width: clamp(120px, 14vw, 170px);
  justify-self: center;
  color: rgba(240, 228, 206, 0.92);
}
.footer-stamp svg {
  display: block;
  width: 100%;
  height: auto;
}

.footer-insta {
  justify-self: end;
}
.footer-insta__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.footer-insta__thumbs {
  gap: 0.6rem;
}
.footer-insta__thumb {
  margin: 0;
}
.footer-insta__thumb img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: cover;
  border: 1px solid rgba(240, 228, 206, 0.55);
  filter: saturate(0.95);
}

.footer-legal {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(240, 228, 206, 0.3);
  padding-top: 1.3rem;
}
.footer-legal__text {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: rgba(240, 228, 206, 0.75);
  margin: 0;
}

/* --- Responsive --- */
@media (max-width: 1080px) {
  .intro-cards__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 2.5rem;
  }
  .footer-stamp {
    justify-self: start;
  }
  .footer-insta {
    justify-self: start;
  }
}
@media (max-width: 781px) {
  .studio-columns {
    gap: 2rem;
  }
  .polaroid-stack {
    padding: 1.5rem 0 2.5rem;
  }
}
@media (max-width: 600px) {
  .intro-cards__row {
    grid-template-columns: 1fr;
  }
  .hero-stamp {
    width: 110px;
    right: 1rem;
    bottom: 1rem;
  }
  .hero-cover {
    min-height: 78vh !important;
  }
}

/*# sourceMappingURL=theme.css.map */