/* ============================================================
   115creative — Custom Stylesheet
   Replaces Squarespace static.css with clean, self-hosted CSS
   ============================================================ */

/* === Font === */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-tight-500.ttf') format('truetype');
}

/* === CSS Variables === */
:root {
  --sqs-site-max-width: 1800px;
  --sqs-site-gutter: 4vw;
  --sqs-mobile-site-gutter: 6vw;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-border: rgba(0, 0, 0, 0.12);
  --color-border-strong: rgba(0, 0, 0, 0.18);
  --color-surface: rgba(255, 255, 255, 0.98);
  --header-height: 60px;
  --header-logo-height-desktop: 103px;
  --header-logo-height-mobile: 30px;
  --header-vertical-padding-desktop: 3vw;
  --header-vertical-padding-mobile: 6vw;
  --nav-font-size: 0.85rem;
  --nav-letter-spacing: 0.04em;
}

/* === Reset === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  color: var(--color-black);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

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

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

button {
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
}

nav {
  list-style: none;
}

/* === Utility === */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.showOnDesktop { display: none; }
.showOnMobile { display: block; }

@media (min-width: 768px) {
  .showOnDesktop { display: block; }
  .showOnMobile { display: none; }
}

/* === Skip Link === */
a[href="#page"] {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a[href="#page"]:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 8px 16px;
  background: var(--color-black);
  color: var(--color-white);
  z-index: 9999;
}

/* ============================================================
   HEADER
   ============================================================ */

/* Header visuals/layout are handled by the mirrored Bedford/theme CSS.
   Keep only the small JS support rules for the local menu interactions. */

.top-bun,
.patty,
.bottom-bun {
  height: 1px;
}

.header-menu {
  display: none;
}

.header-menu.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.header-menu-nav-folder-content {
  display: flex;
  flex-direction: column;
}

.header-menu-nav-folder.is-active > .header-menu-nav-folder-content,
.header-menu-nav-folder[data-folder="root"] > .header-menu-nav-folder-content {
  display: flex;
}

.header-menu.is-open .header-menu-nav-list,
.header-menu.is-open .header-menu-actions,
.header-menu.is-open .header-menu-cta {
  transform: translateY(0);
}

.menu-close-btn {
  position: fixed;
  top: 14px;
  right: var(--sqs-mobile-site-gutter, 6vw);
  background: none;
  border: none;
  color: var(--solidHeaderNavigationColor, var(--color-black));
  font-size: 1.4rem;
  padding: 8px;
  z-index: 1001;
  line-height: 1;
}

@media (min-width: 768px) {
  .header-display-desktop .header-nav,
  .header-display-desktop .header-nav-wrapper,
  .header-display-desktop .header-nav-list,
  .header-display-desktop .header-nav-item--folder {
    overflow: visible;
  }

  .header-display-desktop .header-nav-item--folder {
    position: relative;
  }

  .header-display-desktop .header-nav-folder-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    appearance: none;
  }

  .header .header-layout-nav-right .header-display-desktop .header-nav .header-nav-item--folder > .header-nav-folder-content {
    position: absolute;
    top: calc(100% + 0.9rem);
    left: 50% !important;
    right: auto !important;
    display: grid;
    gap: 0.2rem;
    min-width: clamp(12.5rem, 16vw, 15rem);
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1.15rem;
    background: rgba(230, 100, 24, 0.86);
    box-shadow: 0 1.15rem 2.8rem rgba(53, 15, 0, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 0.65rem);
    transition:
      opacity 180ms ease,
      transform 220ms ease,
      visibility 220ms ease;
    z-index: 30;
    text-align: center !important;
  }

  .header .header-layout-nav-right .header-display-desktop .header-nav .header-nav-item--folder > .header-nav-folder-content::before {
    content: "";
    position: absolute;
    top: -0.45rem;
    left: 50%;
    width: 0.9rem;
    height: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
  }

  .header .header-layout-nav-right .header-display-desktop .header-nav .header-nav-item--folder > .header-nav-folder-title[aria-expanded="true"] + .header-nav-folder-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .header-display-desktop .header-nav-folder-item + .header-nav-folder-item {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .header-display-desktop .header-nav-folder-item a {
    display: block;
    padding: 0.38rem 0;
    color: inherit;
  }
}

@media (max-width: 1239px) {
  .header-display-mobile {
    display: flex !important;
  }

  .header-display-desktop {
    display: none !important;
  }

  .header .header-display-mobile .header-burger {
    display: flex !important;
  }

  .header .header-display-mobile .header-title-nav-wrapper {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .header .header-display-mobile .header-title {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header .header-display-mobile .header-title-logo a,
  .header .header-display-mobile .header-title-logo img {
    max-height: 30px;
  }

  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-burger {
    flex: 0 0 44px !important;
    width: 44px !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .header .header-display-mobile .header-burger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
  }

  .header .header-display-mobile .burger-box {
    width: 28px;
    height: 28px;
  }

  body.header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
  }

  body.header--menu-open .header-menu .header-menu-nav-list,
  body.header--menu-open .header-menu .header-menu-actions,
  body.header--menu-open .header-menu .header-menu-cta {
    transform: translateY(0);
  }
}

/* ============================================================
   MAIN LAYOUT
   ============================================================ */

#page {
  outline: none;
}

/* Main page/layout/typography/image/social styles are handled by the
   mirrored Bedford/Squarespace CSS loaded after this file. Keep this file
   focused on local-only helpers and fallbacks. */

/* ============================================================
   HERO TYPEWRITER
   ============================================================ */

.hero-typewriter {
  min-height: 1em;
}

.hero-typewriter::after {
  content: "|";
  display: inline-block;
  margin-left: 0.04em;
  animation: hero-typewriter-caret 0.9s steps(1, end) infinite;
}

@keyframes hero-typewriter-caret {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-typewriter::after {
    animation: none;
    opacity: 1;
  }
}

/* First home hero section: clear the fixed header so the opening copy
   doesn't get tucked behind the logo/navigation. */
.page-section[data-section-id="69b48d4430deb492fc1af6d6"] > .content-wrapper {
  padding-top: calc(var(--header-logo-height-mobile) + (var(--header-vertical-padding-mobile) * 2) + 1.5rem) !important;
}

@media (max-width: 767px) {
  .page-section[data-section-id="69b48d4430deb492fc1af6d6"] {
    min-height: auto !important;
  }

  .page-section[data-section-id="69b48d4430deb492fc1af6d6"] > .content-wrapper {
    padding-bottom: 0 !important;
  }

  .page-section[data-section-id="69b48d4430deb492fc1af6d6"] .fe-69b48d44dcdda6af57bfd7a7 {
    grid-template-rows: repeat(14, minmax(24px, auto)) !important;
  }

  .page-section[data-section-id="69b48d4430deb492fc1af6d6"] .fe-block-69b48d4440cf6a06ee01cecf {
    grid-area: 1 / 2 / 15 / 10 !important;
  }

  .page-section[data-section-id="69b48d4430deb492fc1af6d6"] .sqs-html-content {
    padding-bottom: 0.4rem;
  }

  .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] > .content-wrapper {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .page-section[data-section-id="69b48d4430deb492fc1af6d6"] > .content-wrapper {
    padding-top: calc(var(--header-logo-height-desktop) + (var(--header-vertical-padding-desktop) * 2) + 2rem) !important;
  }
}

/* ============================================================
   SECTION DIVIDER
   ============================================================ */

.section-divider-display {
  --divider-height: 6vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--divider-height);
  pointer-events: none;
  z-index: 3;
}

.section-divider-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-divider-block::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 100%;
  border-bottom: max(2px, calc(var(--stroke-thickness, 6px) / 2)) solid var(--section-divider-stroke-color, var(--color-black));
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  opacity: 0.9;
}

/* The SVG divider paths are JS-driven; hide clip/stroke SVGs by default */
.section-divider-svg-clip {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.section-divider-svg-stroke {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.section-divider-stroke {
  fill: none;
  stroke: var(--section-divider-stroke-color, var(--color-black));
  stroke-width: var(--stroke-thickness, 6px);
  stroke-dasharray: var(--stroke-dasharray, 0);
  stroke-linecap: var(--stroke-linecap, square);
}

.section-divider-display.is-enhanced .section-divider-block::before {
  display: none;
}

.section-divider-display.is-enhanced .section-divider-svg-clip,
.section-divider-display.is-enhanced .section-divider-svg-stroke {
  display: block;
}

/* Has divider: add bottom padding so content clears the divider */
.has-section-divider {
  padding-bottom: var(--divider-height, 6vw);
}

/* Home about-section divider: add real space under the paragraph, then keep
   the divider itself shallower so it sits well below the text. */
.page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] {
  align-items: flex-start !important;
  padding-bottom: 11vw !important;
}

.page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"].background-width--inset:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  padding-bottom: calc(var(--sqs-site-gutter) + 11vw) !important;
}

.page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] .section-divider-display {
  --divider-height: 1.75vw !important;
  top: auto !important;
  bottom: 0 !important;
}

.page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] > .content-wrapper {
  padding-bottom: clamp(2.75rem, 4vw, 4rem) !important;
}

/* ============================================================
   DIVIDER SCROLL SCENE
   ============================================================ */

/* Opt-in via JS so the page stays fully readable if scripting is unavailable. */
html.has-divider-scroll-scene .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] {
  --divider-scroll-progress: 0;
  --divider-copy-progress: 0;
  position: relative;
  z-index: 1;
}

html.has-divider-scroll-scene .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] .sqs-html-content {
  position: relative;
  transform-origin: bottom center;
  opacity: calc(1 - (var(--divider-copy-progress, 0) * 0.94));
  transform: translate3d(0, calc(var(--divider-copy-progress, 0) * -2rem), 0);
  transition: opacity 0.12s linear, transform 0.12s linear;
  will-change: opacity, transform;
}

html.has-divider-scroll-scene .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] .section-divider-svg-stroke {
  opacity: calc(0.5 + (var(--divider-scroll-progress, 0) * 0.5));
  transition: opacity 0.12s linear;
}

html.has-divider-scroll-scene .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] .section-divider-stroke {
  stroke-linejoin: round;
}

html.has-divider-scroll-scene .page-section[data-section-id="64596dc9c2106453822fd39a"] {
  --section-reveal-progress: 0;
  position: relative;
  z-index: 4;
  min-height: auto !important;
  margin-top: clamp(-2rem, -2vw, -0.25rem);
}

html.has-divider-scroll-scene .page-section[data-section-id="64596dc9c2106453822fd39a"] .content {
  transform-origin: center top;
  opacity: calc(0.28 + (var(--section-reveal-progress, 0) * 0.72));
  transform: translate3d(0, calc((1 - var(--section-reveal-progress, 0)) * 1.25rem), 0);
  transition: opacity 0.16s linear, transform 0.16s linear;
  will-change: opacity, transform;
}

html.has-divider-scroll-scene .page-section[data-section-id="64596dc9c2106453822fd39a"] > .content-wrapper {
  padding-top: 0 !important;
  padding-bottom: clamp(0.25rem, 1vw, 0.75rem) !important;
}

html.has-divider-scroll-scene #footer-sections {
  position: relative;
  z-index: 5;
}

html.has-divider-scroll-scene #footer-sections [data-section-id="69c29192e420e8643bd516ab"] {
  --footer-reveal-progress: 0;
  min-height: auto !important;
  margin-top: clamp(1.5rem, 2vw, 2.75rem) !important;
}

html.has-divider-scroll-scene #footer-sections [data-section-id="69c29192e420e8643bd516ab"] .content {
  transform-origin: center top;
  opacity: calc(0.76 + (var(--footer-reveal-progress, 0) * 0.24));
  transform: translate3d(0, calc((1 - var(--footer-reveal-progress, 0)) * 0.7rem), 0);
  transition: opacity 0.16s linear, transform 0.16s linear;
  will-change: opacity, transform;
}

html.has-divider-scroll-scene #footer-sections [data-section-id="69c29192e420e8643bd516ab"] > .content-wrapper {
  padding-top: clamp(1.5rem, 2vw, 2.25rem) !important;
  padding-bottom: clamp(2rem, 3vw, 3rem) !important;
}

.site-footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.85rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.site-footer-meta a {
  color: inherit;
}

.site-footer-meta-separator {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] {
    padding-bottom: 14vw !important;
  }

  .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] > .content-wrapper {
    padding-bottom: 2rem !important;
  }

  html.has-divider-scroll-scene .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] .sqs-html-content {
    transform: translate3d(0, calc(var(--divider-copy-progress, 0) * -1rem), 0);
  }

  html.has-divider-scroll-scene .page-section[data-section-id="64596dc9c2106453822fd39a"] {
    margin-top: 0 !important;
  }

  html.has-divider-scroll-scene .page-section[data-section-id="64596dc9c2106453822fd39a"] .content {
    transform: translate3d(0, calc((1 - var(--section-reveal-progress, 0)) * 0.75rem), 0);
  }

  html.has-divider-scroll-scene .page-section[data-section-id="64596dc9c2106453822fd39a"] > .content-wrapper {
    padding-bottom: 0 !important;
  }

  html.has-divider-scroll-scene #footer-sections [data-section-id="69c29192e420e8643bd516ab"] {
    margin-top: 1.25rem !important;
  }

  html.has-divider-scroll-scene #footer-sections [data-section-id="69c29192e420e8643bd516ab"] .content {
    opacity: calc(0.78 + (var(--footer-reveal-progress, 0) * 0.22));
    transform: translate3d(0, calc((1 - var(--footer-reveal-progress, 0)) * 0.65rem), 0);
  }

  html.has-divider-scroll-scene #footer-sections [data-section-id="69c29192e420e8643bd516ab"] > .content-wrapper {
    padding-top: 1.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  .site-footer-meta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: min(100%, 18rem);
    margin: 1.25rem auto 0;
    padding-top: 0.95rem;
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .site-footer-meta a,
  .site-footer-meta span:not(.site-footer-meta-separator) {
    display: block;
    width: 100%;
    text-align: center;
  }

  .site-footer-meta-separator {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.has-divider-scroll-scene .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] .sqs-html-content,
  html.has-divider-scroll-scene .page-section[data-section-id="64596dc9c2106453822fd39a"] .content,
  html.has-divider-scroll-scene #footer-sections [data-section-id="69c29192e420e8643bd516ab"] .content {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html.has-divider-scroll-scene .page-section[data-section-id="69b48d8ace3536a6e4fd9f0f"] .section-divider-svg-stroke {
    opacity: 1;
    transition: none;
  }
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  box-shadow:
    0 0 0 0 rgba(37, 211, 102, 0.45),
    0 0 30px rgba(37, 211, 102, 0.72),
    0 12px 30px rgba(0, 0, 0, 0.28);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105, 255, 156, 0.38) 0%, rgba(37, 211, 102, 0.2) 42%, rgba(37, 211, 102, 0) 72%);
  z-index: -2;
  animation: whatsapp-float-pulse 1.8s cubic-bezier(0.2, 0.75, 0.2, 1) infinite;
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #dfffe9;
  box-shadow:
    0 0 0 3px rgba(37, 211, 102, 0.5),
    0 0 16px rgba(105, 255, 156, 0.95);
  animation: whatsapp-live-dot 1.15s ease-out infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow:
    0 0 0 8px rgba(37, 211, 102, 0.18),
    0 0 38px rgba(37, 211, 102, 0.88),
    0 18px 34px rgba(0, 0, 0, 0.32);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

@keyframes whatsapp-float-pulse {
  0% {
    opacity: 0.6;
    transform: scale(0.9);
  }

  65% {
    opacity: 0.95;
    transform: scale(1.18);
  }

  100% {
    opacity: 0;
    transform: scale(1.34);
  }
}

@keyframes whatsapp-live-dot {
  0% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0.55),
      0 0 12px rgba(105, 255, 156, 0.85);
  }

  70% {
    box-shadow:
      0 0 0 7px rgba(37, 211, 102, 0),
      0 0 18px rgba(105, 255, 156, 1);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0),
      0 0 12px rgba(105, 255, 156, 0.85);
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float,
  .whatsapp-float::before,
  .whatsapp-float::after {
    animation: none;
  }
}

/* ============================================================
   INLINE SVG SPRITE (hidden)
   ============================================================ */

svg[data-usage="social-icons-svg"] {
  display: none;
}

/* ============================================================
   DESIGN PAGE
   ============================================================ */

body.page-design {
  --design-page-orange: hsla(var(--accent-hsl), 1);
  background: var(--design-page-orange);
}

body.page-design #siteWrapper,
body.page-design #page,
.design-page-shell {
  width: 100%;
  background: var(--design-page-orange);
}

.design-page .content-wrapper,
.design-page .content {
  width: 100%;
}

.page-design #header .header-background,
.page-design #header .header-border,
.page-design #header .header-dropshadow {
  opacity: 0;
}

.page-design #header .header-nav-item > a,
.page-design #header .header-nav-folder-title,
.page-design #header .header-menu-nav-item-content,
.page-design #header .menu-close-btn,
.page-design #header .header-burger-btn {
  color: #ffffff;
}

.page-design #header .top-bun,
.page-design #header .patty,
.page-design #header .bottom-bun {
  background: #ffffff;
}

.page-photography-subpage #header .header-nav-item--folder.header-nav-item--active > .header-nav-folder-title,
.page-photography-subpage #header .header-nav-folder-item--active .header-nav-folder-item-content,
.page-photography-subpage #header .header-menu-nav-item--active .header-menu-nav-item-content {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
}

.design-hero-section > .content-wrapper {
  padding:
    calc(var(--header-logo-height-mobile) + (var(--header-vertical-padding-mobile) * 2) + 1rem)
    clamp(1.25rem, var(--sqs-mobile-site-gutter), 2rem)
    clamp(1.35rem, 4vw, 2rem);
  background: var(--design-page-orange);
}

.design-hero-section,
.design-hero-section > .content-wrapper > .content {
  background: var(--design-page-orange);
}

.design-hero-stage,
.design-gallery-section .content,
.design-footer-shell .page-footer-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.design-hero-stage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: clamp(5.5rem, 10vw, 7.5rem);
}

.design-hero-title {
  margin: 0;
  font-size: clamp(2.95rem, 5.35vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.design-gallery-section > .content-wrapper {
  padding:
    clamp(1.25rem, 3vw, 1.7rem)
    clamp(1.25rem, var(--sqs-mobile-site-gutter), 2rem)
    clamp(3.5rem, 8vw, 4.5rem);
  background: #ffffff;
}

.design-gallery-section,
.design-gallery-section > .content-wrapper > .content {
  background: #ffffff;
}

.design-gallery-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.design-gallery-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.design-gallery-card {
  overflow: hidden;
}

.design-gallery-card img {
  width: 100%;
  height: auto;
}

.design-footer-shell {
  padding:
    clamp(2.5rem, 6vw, 3.5rem)
    clamp(1.25rem, var(--sqs-mobile-site-gutter), 2rem)
    clamp(2.75rem, 7vw, 4rem);
  background: var(--design-page-orange);
  color: #ffffff;
}

.design-footer-shell .page-footer-inner {
  display: grid;
  justify-items: center;
  gap: 2rem;
  text-align: center;
}

.design-footer-row {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.design-footer-title {
  font-size: clamp(1.7rem, 2.3vw, 2.3rem);
  line-height: 1.02;
}

.design-footer-socials .sqs-svg-icon--wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--design-page-orange);
  transition: transform 180ms ease;
}

.design-footer-socials .sqs-svg-icon--wrapper:hover,
.design-footer-socials .sqs-svg-icon--wrapper:focus-visible {
  transform: translateY(-1px);
}

.design-footer-socials .sqs-svg-icon--social {
  width: 1.55rem;
  height: 1.55rem;
}

.design-footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.design-footer-email a {
  font-size: clamp(1.5rem, 2.5vw, 2.3rem);
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
}

.design-footer-blog {
  font-size: clamp(1.3rem, 2vw, 1.95rem);
}

.design-footer-blog a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
}

@media (min-width: 768px) {
  .design-hero-section > .content-wrapper {
    padding:
      calc(var(--header-logo-height-desktop) + (var(--header-vertical-padding-desktop) * 2) + 0.85rem)
      clamp(2rem, var(--sqs-site-gutter), 5rem)
      clamp(1.8rem, 3vw, 2.6rem);
  }

  .design-gallery-section > .content-wrapper,
  .design-footer-shell {
    padding-left: clamp(2rem, var(--sqs-site-gutter), 5rem);
    padding-right: clamp(2rem, var(--sqs-site-gutter), 5rem);
  }

  .design-hero-stage {
    min-height: clamp(6rem, 8vw, 8rem);
  }

  .design-gallery-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .design-gallery-column {
    gap: 1.25rem;
  }

  .design-footer-row {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 1rem;
  }

  .design-footer-title {
    justify-self: start;
    text-align: left;
  }

  .design-footer-email {
    justify-self: end;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .design-footer-socials .sqs-svg-icon--wrapper {
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

body.page-contact {
  --contact-page-orange: hsla(var(--accent-hsl), 1);
  background: var(--contact-page-orange);
}

body.page-contact #siteWrapper,
body.page-contact #page,
.contact-page-shell {
  width: 100%;
  background: var(--contact-page-orange);
}

.contact-page .content-wrapper,
.contact-page .content {
  width: 100%;
}

.page-contact #header .header-background,
.page-contact #header .header-border,
.page-contact #header .header-dropshadow {
  opacity: 0;
}

.page-contact #header .header-nav-item > a,
.page-contact #header .header-nav-folder-title,
.page-contact #header .header-menu-nav-item-content,
.page-contact #header .menu-close-btn,
.page-contact #header .header-burger-btn {
  color: #ffffff;
}

.page-contact #header .top-bun,
.page-contact #header .patty,
.page-contact #header .bottom-bun {
  background: #ffffff;
}

.contact-main-section > .content-wrapper {
  padding:
    calc(var(--header-logo-height-mobile) + (var(--header-vertical-padding-mobile) * 2) + 1.35rem)
    clamp(1.25rem, var(--sqs-mobile-site-gutter), 2rem)
    clamp(3rem, 7vw, 4.35rem);
}

.contact-main-section,
.contact-main-section > .content-wrapper > .content {
  background: var(--contact-page-orange);
}

.contact-grid {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.75rem);
}

.contact-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 26rem;
}

.contact-page-title {
  margin: 0;
  font-size: clamp(3rem, 5.6vw, 5.3rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.contact-copy-lead {
  max-width: 27rem;
  margin-top: clamp(1.85rem, 4vw, 3.1rem);
  font-size: clamp(1.12rem, 1.55vw, 1.38rem);
  line-height: 1.35;
  color: #ffffff;
}

.contact-copy-text {
  max-width: 25rem;
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
  font-size: clamp(1.12rem, 1.5vw, 1.38rem);
  line-height: 1.55;
  color: #ffffff;
}

.contact-copy-text a,
.contact-form-status a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 2.9rem);
}

.contact-social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 999px;
  background: #ffffff;
  color: var(--contact-page-orange);
  transition: transform 180ms ease;
}

.contact-social-button:hover,
.contact-social-button:focus-visible {
  transform: translateY(-1px);
}

.contact-social-icon {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  fill: var(--contact-page-orange);
}

.contact-form-shell {
  width: 100%;
  max-width: 44rem;
}

.contact-form {
  display: grid;
  gap: 1.95rem;
}

.contact-form-group {
  display: grid;
  gap: 0.75rem;
}

.contact-form-row {
  display: grid;
  gap: 0.95rem;
}

.contact-form-heading,
.contact-form-field label,
.contact-form-status {
  color: #ffffff;
}

.contact-form-heading {
  font-size: clamp(1.02rem, 1.35vw, 1.15rem);
  line-height: 1.2;
}

.contact-form-field {
  display: grid;
  gap: 0.55rem;
}

.contact-form-field label {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: clamp(1.02rem, 1.35vw, 1.1rem);
  line-height: 1.25;
}

.contact-required {
  opacity: 0.82;
}

.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  border: 2px solid rgba(177, 177, 177, 0.98);
  border-radius: 0;
  padding: 0.92rem 0.95rem;
  background: #ffffff;
  color: var(--color-black);
  font: inherit;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  box-shadow: none;
  transition: border-color 180ms ease;
  appearance: none;
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.contact-form-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: rgba(145, 145, 145, 1);
}

.contact-form-actions {
  padding-top: 0.1rem;
}

.contact-form button {
  min-width: 9.35rem;
  border: 0;
  border-radius: 0;
  padding: 1rem 1.55rem;
  background: #ffffff;
  color: var(--contact-page-orange);
  font-size: clamp(1rem, 1.28vw, 1.08rem);
  line-height: 1;
  box-shadow: none;
  transition: transform 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  transform: translateY(-1px);
}

.contact-form-status {
  min-height: 1.45em;
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .contact-main-section > .content-wrapper {
    padding:
      calc(var(--header-logo-height-desktop) + (var(--header-vertical-padding-desktop) * 2) + 1.55rem)
      clamp(2rem, var(--sqs-site-gutter), 5rem)
      clamp(3.2rem, 7vw, 4.9rem);
  }

  .contact-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

  .contact-copy {
    padding-top: clamp(5.2rem, 10.5vw, 7.9rem);
  }

  .contact-form-shell {
    justify-self: end;
    padding-top: clamp(5rem, 10vw, 7.3rem);
  }

  .contact-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .contact-grid {
    gap: 5.5rem;
  }
}

@media (max-width: 767px) {
  .contact-socials .sqs-svg-icon--wrapper {
    width: 3.25rem;
    height: 3.25rem;
  }

  .contact-form-shell {
    max-width: none;
  }
}
