﻿/*
Theme Name: Sunshine Labs Block
Theme URI: https://sunshinelabs.eu/
Author: Sunshine Labs Technical Geek
Description: Security-conscious lightweight block theme for the Sunshine Labs one-page website. Built with native Gutenberg blocks, local assets, no page builders, and no remote dependencies.
Version: 1.0.3
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: sunshine-labs
*/

:root {
  --sl-orange: #ff9c00;
  --sl-charcoal: #403f3e;
  --sl-ink: #191a18;
  --sl-stone: #d5bd91;
  --sl-pale-stone: #eee3cd;
  --sl-page: #f4efe5;
  --sl-white: #ffffff;
  --sl-muted: #d8d5ce;
  --sl-steel: #92948f;
  --sl-max: 1440px;
  --sl-display: "Arial Narrow", "Barlow Condensed", Impact, Haettenschweiler, "Franklin Gothic Condensed", sans-serif;
  --sl-body: Barlow, Arial, Helvetica, sans-serif;
  --sl-mono: "IBM Plex Mono", "Cascadia Mono", Consolas, "Courier New", monospace;
  --sl-focus: 0 0 0 3px var(--sl-ink), 0 0 0 6px var(--sl-orange);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sl-ink);
  background:
    linear-gradient(90deg, rgba(25, 26, 24, .045) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(0deg, rgba(25, 26, 24, .035) 1px, transparent 1px) 0 0 / 84px 84px,
    var(--sl-page);
  font-family: var(--sl-body);
  font-size: clamp(1rem, .35vw + .95rem, 1.125rem);
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a:hover {
  text-decoration: underline;
  text-decoration-thickness: .12em;
  text-underline-offset: .2em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  border-radius: 2px;
  outline: 0;
  box-shadow: var(--sl-focus);
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: var(--sl-ink);
  background: var(--sl-orange);
  font-weight: 800;
}

.site-shell {
  min-height: 100vh;
  background: var(--sl-page);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 76px;
  padding: 0 clamp(1.25rem, 3.3vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(.85rem, 2.4vw, 2rem);
  color: var(--sl-white);
  background:
    linear-gradient(90deg, rgba(255, 156, 0, .08), transparent 34%),
    rgba(25, 26, 24, .985);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  text-decoration: none;
}

.brand-lockup:hover {
  text-decoration: none;
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.brand-type {
  display: grid;
  color: var(--sl-white);
  font-family: var(--sl-display);
  font-size: clamp(1.32rem, 1.75vw, 1.62rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.3vw, 2.5rem);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sl-button,
.wp-block-button__link {
  min-height: 3.05rem;
  padding: .72rem 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--sl-orange);
  color: var(--sl-ink);
  background: var(--sl-orange);
  font-family: var(--sl-display);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(25, 26, 24, .22);
  transition: transform .18s ease, filter .18s ease, border-color .18s ease, background-color .18s ease;
}

.nav-whatsapp {
  min-height: 2.75rem;
  padding: .55rem 1.1rem .55rem .8rem;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.whatsapp-icon {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.whatsapp-label-short {
  display: none;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
}

.whatsapp-disc {
  fill: #25d366;
}

.whatsapp-phone {
  fill: #ffffff;
}

.sl-button:hover,
.wp-block-button__link:hover {
  color: var(--sl-ink);
  text-decoration: none;
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.sl-button.is-secondary {
  color: var(--sl-white);
  background: transparent;
  border-color: rgba(255, 255, 255, .65);
}

.sl-button.is-secondary:hover {
  color: var(--sl-white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(28rem, .92fr) 1.36fr;
  min-height: clamp(42rem, 58vw, 47rem);
  color: var(--sl-white);
  background:
    radial-gradient(circle at 9% 0%, rgba(255, 156, 0, .17), transparent 24rem),
    var(--sl-ink);
  overflow: hidden;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
}

.hero::before {
  right: clamp(1rem, 4vw, 4.8rem);
  top: clamp(1rem, 3vw, 3.5rem);
  width: clamp(9rem, 18vw, 17rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 156, 0, .36);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1.65rem rgba(25, 26, 24, .58),
    inset 0 0 0 1.78rem rgba(255, 156, 0, .28),
    0 0 0 4.8rem rgba(255, 255, 255, .025);
}

.hero::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 156, 0, .8), transparent);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(4rem, 7vw, 5.6rem) clamp(1.5rem, 4vw, 4rem) clamp(3.8rem, 6vw, 5rem) clamp(1.75rem, 6vw, 5.2rem);
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 156, 0, .16), transparent 27%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 4.8rem),
    linear-gradient(90deg, var(--sl-ink) 0%, var(--sl-ink) 84%, rgba(25, 26, 24, 0) 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.4rem;
  height: .18rem;
  flex: 0 0 auto;
  background: var(--sl-orange);
  content: "";
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--sl-display);
  font-weight: 900;
  line-height: .92;
  text-transform: uppercase;
}

h1 {
  max-width: 42rem;
  margin-top: 1.8rem;
  font-size: clamp(4rem, 7vw, 7rem);
  letter-spacing: -.025em;
  text-wrap: balance;
}

h1 span,
.contact h2 span,
.section-heading h2 span {
  color: var(--sl-orange);
}

.hero-copy p {
  max-width: 36rem;
  margin: 1.6rem 0 2rem;
  color: #e5e2db;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
}

.hero-copy .hero-seo-line {
  max-width: 35rem;
  margin-top: -1rem;
  margin-bottom: 1.7rem;
  padding-left: 1rem;
  border-left: 3px solid rgba(255, 156, 0, .82);
  color: #f4efe5;
  font-family: var(--sl-mono);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

.actions {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
}

.hero-media {
  position: relative;
  min-width: 0;
  min-height: 24rem;
  border-left: 2px solid rgba(255, 156, 0, .62);
}

.hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, var(--sl-ink) 0%, rgba(25, 26, 24, .28) 28%, rgba(25, 26, 24, 0) 60%);
  content: "";
  pointer-events: none;
}

.hero-media::after {
  position: absolute;
  z-index: 2;
  inset: clamp(1rem, 2.4vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .42);
  border-left-color: rgba(255, 156, 0, .8);
  border-bottom-color: rgba(255, 156, 0, .8);
  content: "";
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.made-in-malta {
  position: absolute;
  z-index: 3;
  right: clamp(1rem, 2.8vw, 2.2rem);
  bottom: clamp(1rem, 2.2vw, 1.9rem);
}

.provenance-stamp {
  display: inline-flex;
  align-items: center;
  gap: .62rem;
  min-width: 13.1rem;
  min-height: 2.5rem;
  padding: .5rem .72rem;
  color: var(--sl-white);
  background:
    linear-gradient(135deg, rgba(255, 156, 0, .1), rgba(25, 26, 24, .72) 46%),
    rgba(25, 26, 24, .66);
  font-family: var(--sl-mono);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(238, 227, 205, .58);
  outline: 1px solid rgba(255, 156, 0, .65);
  outline-offset: -4px;
  backdrop-filter: blur(7px);
}

.stamp-cross {
  display: grid;
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  background: rgba(255, 156, 0, .12);
  border: 1px solid rgba(255, 156, 0, .7);
}

.stamp-cross svg {
  width: 1rem;
  height: 1rem;
}

.stamp-cross path {
  fill: var(--sl-orange);
}

.stamp-cross circle {
  fill: var(--sl-ink);
}

.stamp-text {
  color: rgba(255, 255, 255, .9);
  line-height: 1;
  white-space: nowrap;
}

.quantity-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--sl-orange);
  border-top: 1px solid var(--sl-ink);
  border-bottom: 1px solid var(--sl-ink);
}

.quantity {
  min-height: 8.4rem;
  padding: 1.55rem clamp(1.25rem, 4.4vw, 4.4rem);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-right: 1px solid rgba(25, 26, 24, .62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 38%),
    var(--sl-orange);
}

.quantity:last-child {
  border-right: 0;
}

.quantity strong {
  flex: 0 0 auto;
  font-family: var(--sl-display);
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1;
}

.quantity span {
  max-width: 14rem;
  font-family: var(--sl-mono);
  font-size: .85rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.advantage-strip {
  padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1.25rem, 6vw, 5.2rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(.9rem, 1.8vw, 1.35rem);
  background:
    linear-gradient(90deg, rgba(255, 156, 0, .07), transparent 42%),
    var(--sl-charcoal);
  border-bottom: 1px solid rgba(255, 156, 0, .34);
}

.advantage-card {
  min-height: 11.8rem;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  color: var(--sl-white);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 156, 0, .18), transparent 5.5rem),
    rgba(25, 26, 24, .42);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: inset 0 -1px 0 rgba(255, 156, 0, .2);
}

.advantage-card h2 {
  margin-top: 1.05rem;
  color: var(--sl-white);
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  line-height: .95;
}

.advantage-card p {
  margin: .9rem 0 0;
  color: #e8e2d8;
  font-size: .98rem;
}

.section {
  padding: clamp(4.2rem, 8vw, 6.2rem) clamp(1.25rem, 6vw, 5.2rem);
  position: relative;
}

.section::before {
  position: absolute;
  top: 1.4rem;
  right: clamp(1.25rem, 6vw, 5.2rem);
  color: rgba(25, 26, 24, .32);
  font-family: var(--sl-mono);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  content: "Sunshine Labs / Malta / Fabrication";
}

.section-heading {
  max-width: var(--sl-max);
  margin: 0 auto clamp(2.8rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: .64fr 1.36fr;
  align-items: end;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.section-heading h2 {
  max-width: 55rem;
  font-size: clamp(3.2rem, 6.1vw, 5.9rem);
  letter-spacing: -.02em;
}

.section-heading p {
  max-width: 30rem;
  margin: 0;
  justify-self: end;
  color: #3f3f3b;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.service-grid {
  max-width: var(--sl-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--sl-ink);
  border-left: 2px solid var(--sl-ink);
}

.service-card {
  position: relative;
  min-height: 15.6rem;
  padding: clamp(1.55rem, 2.8vw, 2.2rem);
  background: #f8f4eb;
  border-right: 2px solid var(--sl-ink);
  border-bottom: 2px solid var(--sl-ink);
  overflow: hidden;
  transition: background-color .18s ease, color .18s ease;
}

.service-card::before {
  position: absolute;
  inset: auto -2.8rem -3.8rem auto;
  width: 9rem;
  aspect-ratio: 1;
  border: 1px solid rgba(25, 26, 24, .16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.25rem rgba(255, 156, 0, .08);
  content: "";
}

.service-card:hover {
  background: #fffaf0;
}

.service-card.is-dark {
  color: var(--sl-white);
  background: var(--sl-charcoal);
}

.service-card.is-dark::before {
  border-color: rgba(255, 255, 255, .14);
  box-shadow: inset 0 0 0 1.25rem rgba(255, 156, 0, .13);
}

.service-card.is-dark:hover {
  background: #353432;
}

.service-card.is-stone {
  background: var(--sl-stone);
}

.index {
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: 20rem;
  margin-top: 2.25rem;
  font-size: clamp(2rem, 3vw, 2.35rem);
  line-height: .95;
}

.service-card p {
  max-width: 22rem;
  margin: 1.05rem 0 0;
  color: inherit;
  font-size: .98rem;
}

.card-arrow {
  position: absolute;
  right: 1.55rem;
  bottom: 1.2rem;
  color: var(--sl-orange);
  font-family: var(--sl-display);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.start-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  color: var(--sl-white);
  background: var(--sl-charcoal);
  border-top: .75rem solid var(--sl-orange);
}

.start-intro {
  padding: clamp(4rem, 7vw, 5.8rem) clamp(1.5rem, 6vw, 5rem);
  background:
    linear-gradient(rgba(64, 63, 62, .92), rgba(64, 63, 62, .92)),
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255, 156, 0, .16) 22px 23px);
}

.start-intro h2 {
  margin-top: 1.8rem;
  font-size: clamp(3.45rem, 5.8vw, 5.65rem);
}

.start-intro p,
.start-card p {
  color: #e7e2d8;
}

.start-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.start-card {
  min-height: 16.25rem;
  padding: clamp(2rem, 4vw, 2.7rem);
  border-right: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.start-card b {
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .82rem;
}

.start-card h3 {
  margin-top: 1.25rem;
  font-size: clamp(2rem, 3vw, 2.25rem);
}

.maltaprints-showcase {
  padding: clamp(4.4rem, 8vw, 6.6rem) clamp(1.25rem, 6vw, 5.2rem);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4.6rem);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 156, 0, .16), transparent 38%),
    #f7f0df;
  border-top: 1px solid rgba(25, 26, 24, .16);
  border-bottom: 1px solid rgba(25, 26, 24, .16);
}

.maltaprints-showcase-copy {
  max-width: 36rem;
}

.maltaprints-showcase-copy h2 {
  margin: .8rem 0 0;
  color: var(--sl-ink);
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: .84;
  text-transform: uppercase;
}

.maltaprints-showcase-copy p:not(.eyebrow) {
  margin: 1.4rem 0 0;
  color: #423f38;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.55;
}

.maltaprints-showcase-points {
  margin: 1.8rem 0 0;
  padding: 0;
  display: grid;
  gap: .72rem;
  list-style: none;
}

.maltaprints-showcase-points li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: .9rem;
  align-items: start;
  color: var(--sl-ink);
  font-size: .95rem;
}

.maltaprints-showcase-points strong {
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .78rem;
  letter-spacing: .12em;
}

.maltaprints-showcase-media {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 1rem;
  align-items: stretch;
}

.maltaprints-showcase-media figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--sl-charcoal);
  border: 2px solid var(--sl-ink);
  box-shadow: 0 1.3rem 2.4rem rgba(25, 26, 24, .18);
}

.maltaprints-showcase-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.maltaprints-image-square {
  aspect-ratio: 1 / 1;
}

.maltaprints-image-tall {
  aspect-ratio: 3 / 4;
  margin-top: clamp(1.5rem, 4vw, 3rem) !important;
}

.work {
  background: var(--sl-pale-stone);
}

.work-grid {
  max-width: var(--sl-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 1.6rem;
}

.project-card {
  min-height: 17.5rem;
  padding: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--sl-white);
  background: var(--sl-charcoal);
  box-shadow: inset 0 -180px 150px -80px rgba(0, 0, 0, .9);
  border: 1px solid rgba(25, 26, 24, .22);
}

.project-card.is-large {
  min-height: 38.75rem;
  position: relative;
  overflow: hidden;
}

.project-card.is-large img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card.is-large::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .88), transparent 66%);
  content: "";
}

.project-card > * {
  position: relative;
  z-index: 1;
}

.project-side {
  display: grid;
  gap: 1.6rem;
}

.things-panel {
  align-content: stretch;
}

.things-list {
  min-height: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  color: var(--sl-white);
  background: var(--sl-charcoal);
  border: 1px solid rgba(25, 26, 24, .22);
  list-style: none;
}

.things-list li {
  position: relative;
  padding: 1.35rem 1.55rem 1.35rem 3.2rem;
  color: #f0ece2;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-size: .98rem;
}

.things-list li:last-child {
  border-bottom: 0;
}

.things-list li::before {
  position: absolute;
  left: 1.35rem;
  top: 1.5rem;
  width: .72rem;
  height: .72rem;
  border: .15rem solid var(--sl-orange);
  border-radius: 50%;
  content: "";
}

.faq-section {
  padding: clamp(4.2rem, 8vw, 6.2rem) clamp(1.25rem, 6vw, 5.2rem);
  background:
    linear-gradient(90deg, rgba(255, 156, 0, .08), transparent 36%),
    #f8f4eb;
  border-top: 1px solid rgba(25, 26, 24, .16);
}

.faq-grid {
  max-width: var(--sl-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--sl-ink);
  border-left: 2px solid var(--sl-ink);
}

.faq-item {
  padding: clamp(1.35rem, 2.4vw, 2rem);
  background: var(--sl-page);
  border-right: 2px solid var(--sl-ink);
  border-bottom: 2px solid var(--sl-ink);
}

.faq-item h3 {
  max-width: 34rem;
  color: var(--sl-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: .98;
}

.faq-item p {
  margin: .95rem 0 0;
  color: #3f3f3b;
  font-size: .98rem;
}

.project-card h3 {
  font-size: clamp(2.1rem, 3.6vw, 2.7rem);
}

.project-card small {
  margin-bottom: .65rem;
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-weight: 800;
  text-transform: uppercase;
}

.contact {
  min-height: 29rem;
  padding: clamp(4.4rem, 7vw, 5.4rem) clamp(1.5rem, 6vw, 5.2rem);
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  color: var(--sl-white);
  background: var(--sl-ink);
  border-top: .75rem solid var(--sl-orange);
  overflow: hidden;
  position: relative;
}

.contact::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: clamp(14rem, 28vw, 26rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 156, 0, .34);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2.7rem rgba(255, 255, 255, .025);
  content: "";
  pointer-events: none;
}

.contact h2 {
  max-width: 60rem;
  margin-top: 1.75rem;
  font-size: clamp(4rem, 7vw, 7rem);
}

.contact p {
  max-width: 34rem;
  color: #dedbd4;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.contact .trust-line {
  margin-top: 1.2rem;
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-actions {
  display: grid;
  gap: .9rem;
}

.site-footer {
  padding: 2rem clamp(1.25rem, 6vw, 5.2rem);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #d3d1cb;
  background: #10110f;
  font-family: var(--sl-mono);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 66px;
    padding: 0 1.25rem;
  }

  .brand-mark {
    width: 2.5rem;
    height: 2.5rem;
  }

  .primary-nav {
    display: flex;
    gap: 0;
  }

  .primary-nav a:not(.sl-button) {
    display: none;
  }

  .primary-nav .sl-button {
    min-height: 2.5rem;
    padding: .5rem .72rem .5rem .6rem;
    font-size: .84rem;
  }

  .whatsapp-icon {
    width: 1.125rem;
    height: 1.125rem;
  }

  .whatsapp-label-full {
    display: none;
  }

  .whatsapp-label-short {
    display: inline;
  }

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

  .hero::before {
    right: -5rem;
    top: 8rem;
    opacity: .45;
  }

  .hero-copy {
    padding: 3.6rem 1.5rem 2.8rem;
    background: var(--sl-ink);
  }

  h1 {
    font-size: clamp(3.65rem, 16.5vw, 5.15rem);
  }

  .hero-media::before {
    display: none;
  }

  .hero-media {
    min-height: 24.5rem;
    border-left: 0;
    border-top: 2px solid rgba(255, 156, 0, .62);
  }

  .actions .sl-button {
    width: 100%;
  }

  .made-in-malta {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    justify-content: center;
    max-width: none;
    margin: 0;
  }

  .provenance-stamp {
    min-width: 11.2rem;
    min-height: 2.25rem;
    padding: .45rem .62rem;
    font-size: .58rem;
    width: auto;
    max-width: 15rem;
    margin: 0;
    background: rgba(25, 26, 24, .94);
    backdrop-filter: none;
  }

  .stamp-cross {
    width: 1.55rem;
    height: 1.55rem;
  }

  .stamp-cross svg {
    width: .85rem;
    height: .85rem;
  }

  .quantity-strip {
    grid-template-columns: 1fr;
  }

  .quantity {
    min-height: 5.9rem;
    padding: 1.25rem 1.5rem;
    border-right: 0;
    border-bottom: 1px solid var(--sl-ink);
  }

  .quantity strong {
    min-width: 3.7rem;
  }

  .section {
    padding: 4.2rem 1.25rem;
  }

  .section::before {
    display: none;
  }

  .section-heading,
  .start-section,
  .maltaprints-showcase,
  .work-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-heading p {
    justify-self: start;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 13.5rem;
  }

  .start-intro {
    padding: 4.2rem 1.5rem;
  }

  .start-options {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .start-card {
    min-height: auto;
    padding: 2rem 1.5rem;
  }

  .maltaprints-showcase {
    padding: 4.2rem 1.25rem;
  }

  .maltaprints-showcase-copy {
    max-width: none;
  }

  .maltaprints-showcase-media {
    grid-template-columns: 1fr 1fr;
  }

  .maltaprints-image-tall {
    margin-top: 0 !important;
  }

  .project-card.is-large {
    min-height: 31rem;
  }

  .contact {
    padding: 4.4rem 1.5rem;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand-lockup {
    gap: .58rem;
  }

  .brand-type {
    max-width: 9.4rem;
    font-size: .98rem;
    line-height: .88;
  }

  h1 {
    font-size: clamp(3.05rem, 15vw, 4.35rem);
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-copy .hero-seo-line {
    font-size: .78rem;
  }

  .hero-media {
    min-height: 16.5rem;
  }

  .made-in-malta {
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
  }

  .provenance-stamp {
    min-width: 0;
    max-width: calc(100% - 1.5rem);
  }

  .stamp-text {
    white-space: normal;
  }

  .quantity span {
    max-width: none;
    font-size: .76rem;
  }

  .advantage-strip {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .advantage-card {
    min-height: auto;
  }

  .maltaprints-showcase-media {
    grid-template-columns: 1fr;
  }

  .maltaprints-image-tall {
    aspect-ratio: 4 / 5;
  }

  .section-heading h2,
  .start-intro h2 {
    font-size: clamp(3rem, 14vw, 4.1rem);
  }

  .contact h2 {
    font-size: clamp(3.25rem, 14vw, 4.6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Things we make industrial ledger update - v0.3.4 */
.project-card.is-large img {
  object-position: 58% center;
}

.things-list {
  padding: .4rem 0;
}

.things-list li {
  padding: 1.15rem 1.45rem;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1.05rem;
  align-items: start;
}

.things-list li::before {
  content: none !important;
  display: none !important;
}

.thing-index {
  padding-top: .12rem;
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.thing-detail {
  display: grid;
  gap: .32rem;
}

.thing-label {
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.thing-copy {
  color: #f0ece2;
  line-height: 1.55;
}

/* Gutenberg editable homepage compatibility */
.sunshine-editable-home > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.sunshine-editable-home .wp-block-group,
.sunshine-editable-home .wp-block-columns,
.sunshine-editable-home .wp-block-column,
.sunshine-editable-home .wp-block-image {
  box-sizing: border-box;
}

.sunshine-editable-home .wp-block-heading,
.sunshine-editable-home p,
.sunshine-editable-home figure {
  margin-block-start: 0;
  margin-block-end: 0;
}

.sunshine-editable-home .wp-block-buttons {
  gap: .9rem;
}

.sunshine-editable-home .wp-block-button {
  margin: 0;
}

.hero-media .wp-block-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
}

.hero-media .wp-block-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hero-actions.wp-block-buttons,
.contact-actions.wp-block-buttons {
  display: grid;
}

.quantity p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.quantity p strong {
  flex: 0 0 auto;
}

.advantage-card .eyebrow,
.service-card .eyebrow {
  margin: 0;
}

.project-card.is-large .wp-block-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.project-card.is-large .wp-block-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.project-card.is-large .project-kicker,
.project-card.is-large h3 {
  position: relative;
  z-index: 1;
}

.project-kicker {
  margin-bottom: .65rem;
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-weight: 800;
  text-transform: uppercase;
}

.things-list .thing-row {
  padding: 1.15rem 1.45rem;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1.05rem;
  align-items: start;
  color: #f0ece2;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-size: .98rem;
}

.things-list .thing-row:last-child {
  border-bottom: 0;
}

.things-list .thing-row > * {
  margin: 0;
}

.thing-detail > * {
  margin: 0;
}

.faq-item .wp-block-heading {
  max-width: 34rem;
  color: var(--sl-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: .98;
}

.faq-item > p,
.faq-item .wp-block-heading + p {
  margin-top: .95rem;
}

.wp-block-button.sl-button.is-secondary .wp-block-button__link,
.wp-block-button.is-secondary .wp-block-button__link {
  color: var(--sl-white);
  background: transparent;
  border-color: rgba(255, 255, 255, .65);
}

.wp-block-button.sl-button.is-secondary .wp-block-button__link:hover,
.wp-block-button.is-secondary .wp-block-button__link:hover {
  color: var(--sl-white);
}

/* Block theme shell compatibility */
.wp-site-blocks {
  min-height: 100vh;
  background: var(--sl-page);
}

.site-header .brand-lockup,
.site-header .primary-nav {
  margin-block-start: 0;
}

.brand-mark.wp-block-image,
.brand-mark.wp-block-image img {
  width: 3rem;
  height: 3rem;
}

.brand-type.wp-block-heading {
  margin: 0;
}

.service-card .index,
.service-card .eyebrow {
  color: var(--sl-orange);
  font-family: var(--sl-mono);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}


