@font-face {
  font-family: "Sacramento Local";
  src: url("assets/fonts/Sacramento.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat Local";
  src: url("assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/Inter-Regular.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --ink: #202119;
  --muted: #61634f;
  --rose: #646c2f;
  --rose-dark: #4b5223;
  --blush: #fcf9d6;
  --cream: #fcf9d6;
  --paper: #ffffff;
  --soft: #f7f6df;
  --line: #dedfbd;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(58, 63, 27, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter Local", Arial, sans-serif;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

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

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

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

.section {
  padding: 110px 0;
  scroll-margin-top: 80px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Montserrat Local", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-size: clamp(3.6rem, 8vw, 7.1rem);
  font-weight: 300;
  line-height: 0.92;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  font-weight: 300;
  line-height: 0.98;
}

h1 em,
h2 em {
  color: var(--rose);
  font-family: "Sacramento Local", cursive;
  font-weight: 400;
  letter-spacing: 0;
}

h3 {
  font-family: "Montserrat Local", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.25;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(222, 223, 189, 0.82);
  background: rgba(252, 249, 214, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
}

.brand {
  justify-self: start;
  font-family: "Sacramento Local", cursive;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.brand b {
  color: var(--rose);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.nav-links a,
.social-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.social-links a:hover {
  color: var(--rose);
}

.nav-cta {
  justify-self: end;
}

.menu-button {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--rose);
  color: white;
  font-size: 0.92rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.button:hover {
  background: var(--rose-dark);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding-inline: 20px;
  font-size: 0.82rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 120px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.hero-orb-one {
  top: -120px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: rgba(100, 108, 47, 0.18);
}

.hero-orb-two {
  bottom: -220px;
  left: 18%;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.62);
}

.hero-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
}

.hero-description {
  max-width: 610px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  margin-bottom: 54px;
  align-items: center;
  gap: 24px;
}

.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.text-link span {
  margin-left: 7px;
}

.hero-social-dock {
  display: flex;
  width: fit-content;
  margin: -18px 0 38px;
  padding: 7px;
  border: 1px solid rgba(100, 108, 47, 0.2);
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 36px rgba(58, 63, 27, 0.1);
  backdrop-filter: blur(12px);
}

.hero-social-label {
  padding: 0 10px 0 12px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-social-link {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  padding: 0 13px 0 8px;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 700;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.hero-social-link::after {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(100, 108, 47, 0.18);
  border-radius: 999px;
  content: "";
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.hero-social-link svg {
  width: 24px;
  height: 24px;
  padding: 4px;
  overflow: visible;
  border-radius: 50%;
  background: var(--rose);
  stroke: white;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: socialIconFloat 3.8s ease-in-out infinite;
}

.hero-social-link:nth-of-type(2) svg {
  animation-delay: -1.2s;
}

.hero-social-link:nth-of-type(3) svg {
  animation-delay: -2.4s;
}

.hero-social-link .social-dot {
  fill: white;
  stroke: none;
}

.hero-social-link:hover,
.hero-social-link:focus-visible {
  background: var(--rose);
  color: white;
  outline: none;
  transform: translateY(-2px);
}

.hero-social-link:hover::after,
.hero-social-link:focus-visible::after {
  opacity: 1;
  transform: none;
}

.hero-social-link:hover svg,
.hero-social-link:focus-visible svg {
  background: white;
  stroke: var(--rose);
}

@keyframes socialIconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3px) rotate(-3deg);
  }
}

.mini-proof {
  display: flex;
  gap: 38px;
}

.mini-proof div + div {
  padding-left: 38px;
  border-left: 1px solid var(--line);
}

.mini-label {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mini-proof strong {
  font-size: 0.95rem;
}

.hero-media {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 46% 46% 28px 28px;
  background: #949b61;
  box-shadow: var(--shadow);
}

.hero-media::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(32, 33, 25, 0.82));
  content: "";
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  color: white;
}

.hero-media figcaption span {
  display: block;
  margin-bottom: 5px;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-media figcaption strong {
  font-family: "Montserrat Local", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}

.about-story {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(252, 249, 214, 0.44), rgba(252, 249, 214, 0.44)),
    url("assets/backgrounds/about-floral.jpeg?v=20260729-4") center / cover;
}

.about-story::before {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.13);
  content: "";
  pointer-events: none;
}

.about-story .container {
  position: relative;
  z-index: 1;
}

.about-story-heading {
  max-width: 720px;
  margin-bottom: 52px;
}

.about-story-heading h2 {
  margin-bottom: 0;
}

.about-story-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 44px;
}

.about-story-messages {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.story-portrait {
  position: relative;
  width: min(76%, 390px);
  margin: 0 0 28px 26px;
}

.story-portrait img {
  width: 100%;
  height: 300px;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 20px 55px rgba(58, 63, 27, 0.22);
}

.story-portrait figcaption {
  position: absolute;
  bottom: -12px;
  left: 12px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  background: rgba(75, 82, 35, 0.94);
  box-shadow: 0 10px 24px rgba(58, 63, 27, 0.22);
  color: white;
  font-size: 0.7rem;
  line-height: 1;
}

.story-portrait figcaption img {
  width: 27px;
  height: 27px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.story-portrait figcaption span {
  font-size: 0.7rem;
}

.message-bubble {
  position: relative;
  width: min(92%, 500px);
  margin: 0;
  padding: 31px 36px 32px;
  border-radius: 25px 25px 25px 7px;
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(145deg, #78804a, #4b5223);
  box-shadow: 0 24px 56px rgba(58, 63, 27, 0.22);
  color: white;
}

.message-bubble::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 26px;
  height: 24px;
  background: #4b5223;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.message-bubble h3 {
  margin-bottom: 7px;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.message-bubble > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.48;
}

.message-date {
  display: block;
  max-width: calc(100% - 76px);
  margin: 0 auto 17px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.73rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.message-bubble-offset {
  margin-top: 34px;
  margin-left: 14%;
}

.coffee-sticker {
  position: absolute;
  z-index: 2;
  top: -44px;
  right: -31px;
  width: 116px;
  height: 116px;
  object-fit: contain;
  pointer-events: none;
  transform: rotate(10deg);
}

.coffee-sticker-small {
  top: -37px;
  right: -25px;
  width: 98px;
  height: 98px;
  transform: rotate(-8deg);
}

.story-feature {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  background: var(--soft);
  box-shadow: 0 28px 70px rgba(58, 63, 27, 0.22);
}

.story-feature::after {
  position: absolute;
  inset: 62% 0 0;
  background: linear-gradient(transparent, rgba(32, 33, 25, 0.7));
  content: "";
  pointer-events: none;
}

.story-feature img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.story-feature figcaption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 23px;
  left: 26px;
  color: white;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story-facts {
  margin-top: 54px;
  padding: 24px 28px;
  border: 1px solid rgba(100, 108, 47, 0.26);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(58, 63, 27, 0.1);
  backdrop-filter: blur(8px);
}

.social-showcase {
  overflow: hidden;
  background: var(--paper);
}

.social-showcase-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 76px;
}

.social-mockup {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(100, 108, 47, 0.32);
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(145deg, #70783b, #454b20);
  box-shadow: 0 26px 62px rgba(58, 63, 27, 0.2);
}

.social-mockup img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 28px 34px rgba(32, 33, 25, 0.17));
}

.social-showcase-copy {
  max-width: 490px;
}

.social-showcase-copy > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.03rem;
}

.facts {
  display: grid;
  margin: 36px 0 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.facts div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.facts dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.facts dd {
  margin: 0;
  font-weight: 700;
}

.value-section,
.portfolio-section,
.pricing-section {
  background: var(--soft);
}

.value-section {
  overflow: hidden;
}

.section-heading {
  display: grid;
  margin-bottom: 54px;
  align-items: end;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 410px;
  margin-bottom: 8px;
  color: var(--muted);
}

.services-studio {
  overflow: hidden;
  border: 1px solid rgba(100, 108, 47, 0.22);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: 0 28px 72px rgba(58, 63, 27, 0.12);
}

.service-tabs {
  display: flex;
  padding: 14px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(247, 246, 223, 0.96), rgba(252, 249, 214, 0.78)),
    var(--soft);
  gap: 8px;
  scrollbar-color: var(--rose) transparent;
  scrollbar-width: thin;
}

.service-tab {
  display: inline-flex;
  min-width: max-content;
  min-height: 52px;
  padding: 9px 18px 9px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.service-tab:hover {
  border-color: rgba(100, 108, 47, 0.24);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  transform: translateY(-1px);
}

.service-tab[aria-selected="true"] {
  border-color: var(--rose);
  background: var(--rose);
  color: white;
  box-shadow: 0 10px 24px rgba(75, 82, 35, 0.2);
}

.service-tab-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  place-items: center;
  background: rgba(255, 255, 255, 0.78);
  color: var(--rose);
}

.service-tab[aria-selected="true"] .service-tab-icon {
  background: rgba(255, 255, 255, 0.16);
  color: white;
}

.service-panel {
  min-height: 360px;
  padding: clamp(24px, 4vw, 52px);
  outline: 0;
}

.service-panel-enter {
  animation: servicePanelIn 420ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.service-empty {
  display: grid;
  min-height: 330px;
  padding: clamp(28px, 6vw, 72px);
  border: 1px dashed rgba(100, 108, 47, 0.36);
  border-radius: 28px;
  place-items: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(252, 249, 214, 0.98), transparent 38%),
    linear-gradient(145deg, #ffffff, #f8f7e7);
  text-align: center;
}

.service-empty-content {
  max-width: 570px;
}

.service-empty-icon {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  border: 1px solid rgba(100, 108, 47, 0.3);
  border-radius: 50%;
  place-items: center;
  background: var(--soft);
  color: var(--rose);
  font-size: 1.5rem;
}

.service-empty h3 {
  margin-bottom: 12px;
  font-family: "Montserrat Local", Arial, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  line-height: 1.12;
}

.service-empty p {
  max-width: 500px;
  margin: 0 auto;
  color: var(--muted);
}

.photo-gallery-header {
  display: grid;
  margin-bottom: 28px;
  align-items: end;
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.photo-gallery-header h3 {
  max-width: 650px;
  margin: 5px 0 10px;
  font-family: "Montserrat Local", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05em;
}

.photo-gallery-header h3 em {
  color: var(--rose);
  font-family: Georgia, serif;
  font-weight: 400;
}

.photo-gallery-header p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.photo-count {
  display: grid;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(100, 108, 47, 0.25);
  border-radius: 50%;
  place-items: center;
  background: var(--soft);
  color: var(--muted);
  text-align: center;
}

.photo-count strong {
  display: block;
  color: var(--rose-dark);
  font-family: "Montserrat Local", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.photo-count span {
  display: block;
  margin-top: 3px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-gallery-toolbar {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.photo-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.photo-filter {
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.photo-filter:hover,
.photo-filter.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
  transform: translateY(-1px);
}

.gallery-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.photo-gallery {
  columns: 4 220px;
  column-gap: 14px;
}

.photo-card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  break-inside: avoid;
  background: var(--soft);
  box-shadow: 0 10px 28px rgba(44, 46, 27, 0.08);
  cursor: zoom-in;
  text-align: left;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  animation: photoCardIn 520ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
  animation-delay: var(--photo-delay, 0ms);
}

.photo-card[hidden] {
  display: none;
}

.photo-card img {
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
  transition:
    filter 450ms ease,
    transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.photo-card::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(22, 24, 14, 0.84));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.photo-card-copy {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 15px;
  left: 16px;
  color: white;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.photo-card-copy small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-card-copy strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.25;
}

.photo-card-index {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: grid;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  place-items: center;
  background: rgba(32, 33, 25, 0.38);
  color: white;
  font-size: 0.68rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.photo-card:hover img,
.photo-card:focus-visible img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.045);
}

.photo-card:hover::after,
.photo-card:hover .photo-card-copy,
.photo-card:focus-visible::after,
.photo-card:focus-visible .photo-card-copy {
  opacity: 1;
}

.photo-card:hover .photo-card-copy,
.photo-card:focus-visible .photo-card-copy {
  transform: none;
}

.photo-card:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 3px;
}

.gallery-load-more {
  display: flex;
  margin-top: 28px;
  justify-content: center;
}

.gallery-load-more[hidden] {
  display: none;
}

.gallery-load-more button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--rose);
  border-radius: 999px;
  align-items: center;
  background: white;
  color: var(--rose-dark);
  cursor: pointer;
  gap: 12px;
  font-weight: 700;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.gallery-load-more button:hover {
  background: var(--rose);
  color: white;
  transform: translateY(-2px);
}

.photo-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(18, 19, 12, 0.94);
  color: white;
}

.photo-lightbox::backdrop {
  background: rgba(18, 19, 12, 0.82);
  backdrop-filter: blur(8px);
}

.photo-lightbox[open] {
  animation: lightboxIn 240ms ease both;
}

.lightbox-shell {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: clamp(58px, 7vw, 88px) clamp(58px, 8vw, 110px) 34px;
  place-items: center;
}

.lightbox-shell figure {
  display: grid;
  width: min(100%, 1180px);
  height: 100%;
  margin: 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  gap: clamp(24px, 5vw, 70px);
}

.lightbox-shell figure > img {
  width: 100%;
  height: min(78dvh, 880px);
  border-radius: 22px;
  object-fit: contain;
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.34));
}

.lightbox-shell figcaption {
  max-width: 330px;
}

.lightbox-shell figcaption p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lightbox-shell figcaption h3 {
  margin: 0 0 12px;
  font-family: "Montserrat Local", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05em;
}

.lightbox-shell figcaption span {
  color: #d6dda6;
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  cursor: pointer;
  font-size: 1.3rem;
  backdrop-filter: blur(10px);
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
  background: white;
  color: var(--ink);
  transform: scale(1.05);
}

.lightbox-close {
  top: 22px;
  right: 24px;
  font-size: 1.8rem;
}

.lightbox-arrow {
  top: 50%;
}

.lightbox-arrow-previous {
  left: 22px;
}

.lightbox-arrow-next {
  right: 22px;
}

@keyframes servicePanelIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes photoCardIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lightboxIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.value-showcase {
  display: grid;
  align-items: stretch;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 30px;
}

.value-visual {
  position: relative;
  min-width: 0;
}

.value-visual::before {
  position: absolute;
  z-index: 0;
  top: -24px;
  right: -24px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(100, 108, 47, 0.3);
  border-radius: 50%;
  content: "";
  animation: valueHalo 14s linear infinite;
}

.value-visual::after {
  position: absolute;
  z-index: 0;
  top: 12px;
  right: 12px;
  width: 88px;
  height: 88px;
  border: 1px dashed rgba(100, 108, 47, 0.4);
  border-radius: 50%;
  content: "";
  animation: valueHalo 10s linear infinite reverse;
}

.value-portrait {
  position: relative;
  z-index: 1;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  background: var(--rose-dark);
  box-shadow: 0 26px 64px rgba(58, 63, 27, 0.18);
}

.value-portrait::after {
  position: absolute;
  inset: 54% 0 0;
  background: linear-gradient(transparent, rgba(32, 33, 25, 0.82));
  content: "";
  pointer-events: none;
}

.value-portrait img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: 50% 42%;
}

.value-portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 27px;
  left: 28px;
  color: white;
}

.value-portrait figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--blush);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.value-portrait figcaption strong {
  display: block;
  font-family: "Montserrat Local", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 300;
  line-height: 1.15;
}

.value-floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 190px;
  padding: 13px 15px;
  border: 1px solid rgba(100, 108, 47, 0.18);
  border-radius: 18px;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(58, 63, 27, 0.18);
  backdrop-filter: blur(12px);
  animation: valueFloat 4.8s ease-in-out infinite;
}

.value-floating-note > span {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex: 0 0 auto;
  place-items: center;
  background: var(--rose);
  color: white;
  font-weight: 700;
}

.value-floating-note small,
.value-floating-note strong {
  display: block;
}

.value-floating-note small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.value-floating-note strong {
  font-size: 0.76rem;
}

.value-floating-note-top {
  top: 72px;
  right: -24px;
}

.value-floating-note-bottom {
  right: -18px;
  bottom: 72px;
  animation-delay: -2.2s;
}

.value-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 18px;
}

.value-stats {
  display: grid;
  padding: 14px;
  border: 1px solid rgba(100, 108, 47, 0.2);
  border-radius: 28px;
  background: var(--rose-dark);
  box-shadow: 0 20px 48px rgba(58, 63, 27, 0.16);
  grid-template-columns: repeat(3, 1fr);
}

.value-stats div {
  padding: 19px 14px;
  border-radius: 18px;
  text-align: center;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.value-stats div + div {
  border-left: 1px solid rgba(252, 249, 214, 0.16);
}

.value-stats div:hover {
  background: rgba(252, 249, 214, 0.1);
  transform: translateY(-3px);
}

.value-stats strong,
.value-stats span {
  display: block;
}

.value-stats strong {
  color: var(--blush);
  font-family: "Montserrat Local", Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 1;
}

.value-stats span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.value-grid {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr;
  gap: 14px;
}

.value-showcase .value-card {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 26px 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  align-items: center;
  grid-template-columns: 54px 1fr 36px;
  gap: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(100, 108, 47, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.88);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.value-showcase .value-card::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 0 6px 6px 0;
  background: var(--rose);
  content: "";
  transform: scaleY(0);
  transition: transform 220ms ease;
}

.value-showcase .value-card:hover {
  border-color: rgba(100, 108, 47, 0.45);
  box-shadow: 0 20px 48px rgba(58, 63, 27, 0.13);
  transform: translateX(7px);
}

.value-showcase .value-card:hover::before {
  transform: scaleY(1);
}

.value-card-number {
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  place-items: center;
  background: var(--rose);
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 220ms ease;
}

.value-card:hover .value-card-number {
  transform: rotate(-8deg) scale(1.06);
}

.value-showcase .value-card h3,
.value-showcase .value-card p {
  margin-bottom: 0;
}

.value-showcase .value-card h3 {
  margin-bottom: 7px;
}

.value-card-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  color: var(--rose);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.value-card:hover .value-card-arrow {
  background: var(--rose);
  color: white;
  transform: rotate(45deg);
}

.service-card {
  min-height: 270px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-card:hover {
  box-shadow: 0 20px 48px rgba(58, 63, 27, 0.1);
  transform: translateY(-5px);
}

.service-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 36px;
  border-radius: 50%;
  place-items: center;
  background: var(--soft);
  color: var(--rose);
  font-size: 1.15rem;
  font-weight: 700;
}

.value-card p,
.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

@keyframes valueFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(-1deg);
  }
}

@keyframes valueHalo {
  to {
    transform: rotate(360deg);
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.portfolio-link {
  display: block;
  border-radius: 24px;
}

.portfolio-link:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 5px;
}

.portfolio-item {
  position: relative;
  min-height: 450px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #8e9656;
  box-shadow: 0 18px 46px rgba(58, 63, 27, 0.15);
}

.portfolio-item img,
.portfolio-item video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 400ms ease;
}

.portfolio-item:hover img {
  transform: scale(1.035);
}

.portfolio-item::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(35, 29, 30, 0.88));
  content: "";
  pointer-events: none;
}

.portfolio-tag {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.7rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.portfolio-item figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: white;
}

.portfolio-item h3 {
  margin-bottom: 6px;
}

.portfolio-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
}

.portfolio-cta {
  display: inline-flex;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 0.76rem;
  font-weight: 700;
}

.portfolio-cta b {
  transition: transform 180ms ease;
}

.portfolio-link:hover .portfolio-cta b {
  transform: translate(3px, -3px);
}

.brands-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.brands-section::before {
  position: absolute;
  top: -280px;
  left: 50%;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  background: rgba(100, 108, 47, 0.24);
  content: "";
  filter: blur(12px);
  pointer-events: none;
  transform: translateX(-10%);
}

.brands-section .eyebrow {
  color: var(--blush);
}

.brands-section h2 em {
  color: var(--blush);
}

.brands-section .section-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.brands-heading,
.brands-gallery,
.brands-marquee,
.brands-footnote {
  position: relative;
  z-index: 1;
}

.brands-gallery {
  display: grid;
  gap: 18px;
}

.brands-marquee {
  width: 100%;
  overflow: hidden;
  padding: 4px 0;
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 7%,
    black 93%,
    transparent
  );
}

.brands-track {
  display: flex;
  width: max-content;
  animation: brand-scroll 62s linear infinite;
}

.brands-marquee:hover .brands-track {
  animation-play-state: paused;
}

.brands-marquee-reverse .brands-track {
  animation-direction: reverse;
  animation-duration: 58s;
}

.brand-run {
  display: flex;
  padding-right: 18px;
  gap: 18px;
}

.brand-card {
  position: relative;
  display: flex;
  width: 252px;
  min-height: 178px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 10%, rgba(252, 249, 214, 0.12), transparent 35%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.brand-card:hover {
  border-color: rgba(252, 249, 214, 0.48);
  background:
    radial-gradient(circle at 92% 10%, rgba(252, 249, 214, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.1);
  transform: translateY(-7px) rotate(-0.7deg);
}

.brand-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 104px;
  height: 58px;
  padding: 8px;
  border-radius: 17px;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(32, 33, 25, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.13);
  color: var(--rose-dark);
  font-family: "Montserrat Local", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: center;
}

.brand-logo-image {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
}

.brand-logo-fallback {
  display: none;
}

.brand-mark-fallback .brand-logo-image {
  display: none;
}

.brand-mark-fallback .brand-logo-fallback {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  place-items: center;
  background: var(--soft);
  color: var(--rose-dark);
  font-size: 0.73rem;
}

.brand-collaboration {
  padding: 7px 10px;
  border: 1px solid rgba(252, 249, 214, 0.24);
  border-radius: 999px;
  color: rgba(252, 249, 214, 0.72);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand-card p {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-card h3 {
  max-width: 190px;
  margin-bottom: 0;
  color: white;
  font-size: 1.16rem;
}

.brand-spark {
  position: absolute;
  right: 21px;
  bottom: 19px;
  color: var(--blush);
  font-size: 0.86rem;
}

.brands-footnote {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 12px;
}

.brands-footnote p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
}

.brands-pulse {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--blush);
}

.brands-pulse::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(252, 249, 214, 0.55);
  border-radius: inherit;
  animation: brand-pulse 2.4s ease-out infinite;
  content: "";
}

@keyframes brand-scroll {
  to {
    transform: translateX(-50%);
  }
}

@keyframes brand-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.6);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pricing-card {
  display: flex;
  min-height: 490px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  flex-direction: column;
}

.pricing-card.featured {
  background: var(--rose);
  color: white;
  transform: translateY(-12px);
}

.pricing-kicker {
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured .pricing-kicker {
  color: var(--blush);
}

.pricing-card h3 {
  margin: 12px 0 6px;
  font-size: 1.35rem;
}

.price {
  margin: 15px 0 22px;
  font-family: "Montserrat Local", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.65rem;
  font-weight: 600;
}

.pricing-card ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.91rem;
}

.featured li {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.76);
}

.pricing-card .button {
  width: 100%;
  margin-top: auto;
}

.featured .button {
  background: white;
  color: var(--rose-dark);
}

.testimonial-section {
  background: var(--paper);
}

.testimonial {
  padding: 70px;
  border: 1px dashed var(--rose);
  border-radius: var(--radius);
  text-align: center;
}

.testimonial blockquote {
  max-width: 850px;
  margin: 0 auto 24px;
  font-family: "Montserrat Local", Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(1.7rem, 3.5vw, 3rem);
  line-height: 1.3;
}

.testimonial-author {
  margin: 0;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.contact-section {
  padding-top: 40px;
  background: var(--paper);
}

.contact-experience {
  display: grid;
  padding: 62px;
  border-radius: 36px;
  align-items: center;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  background:
    radial-gradient(circle at 92% 6%, rgba(100, 108, 47, 0.32), transparent 32%),
    var(--ink);
  color: white;
}

.contact-intro .eyebrow,
.contact-intro h2 em {
  color: var(--blush);
}

.contact-intro h2 {
  margin-bottom: 24px;
}

.contact-intro > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.66);
}

.button-light {
  background: white;
  color: var(--rose-dark);
}

.button-light:hover {
  background: var(--blush);
}

.button-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  color: white;
}

.button-outline-light:hover {
  border-color: var(--blush);
  background: rgba(252, 249, 214, 0.08);
}

.project-chat {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 28px;
  background: #f8f7ea;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.24);
  color: var(--ink);
}

.chat-header {
  display: grid;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  background: white;
}

.chat-avatar {
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  place-items: center;
  background: var(--rose);
  color: white;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.chat-header strong,
.chat-header span {
  display: block;
}

.chat-header > div:nth-child(2) > span {
  color: var(--muted);
  font-size: 0.7rem;
}

.chat-header i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background: #68a94d;
  box-shadow: 0 0 0 3px rgba(104, 169, 77, 0.14);
}

.chat-step {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--rose-dark);
  font-size: 0.62rem;
  font-weight: 700;
}

.chat-messages {
  display: flex;
  min-height: 196px;
  max-height: 350px;
  padding: 22px;
  overflow-y: auto;
  flex-direction: column;
  gap: 13px;
}

.chat-message {
  max-width: 82%;
  padding: 13px 15px;
  border-radius: 18px 18px 18px 5px;
  align-self: flex-start;
  background: white;
  box-shadow: 0 8px 24px rgba(58, 63, 27, 0.08);
}

.chat-message-user {
  border-radius: 18px 18px 5px;
  align-self: flex-end;
  background: var(--rose);
  color: white;
}

.chat-message span {
  display: block;
  margin-bottom: 3px;
  color: var(--rose);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chat-message-user span {
  color: var(--blush);
}

.chat-message p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}

.chat-options {
  display: grid;
  padding: 0 22px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.chat-options button {
  display: flex;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.chat-options button:hover,
.chat-options button:focus-visible {
  border-color: var(--rose);
  background: var(--blush);
  outline: none;
  transform: translateY(-2px);
}

.project-summary {
  margin: 0 22px 18px;
  padding: 17px;
  border: 1px solid rgba(100, 108, 47, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}

.summary-label {
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.project-summary table {
  width: 100%;
  border-collapse: collapse;
}

.project-summary th,
.project-summary td {
  padding: 7px 0;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  text-align: left;
  vertical-align: top;
}

.project-summary th {
  width: 34%;
  color: var(--muted);
  font-weight: 400;
}

.project-summary td {
  font-weight: 700;
}

.chat-actions {
  display: flex;
  padding: 0 22px 21px;
  flex-wrap: wrap;
  gap: 9px;
}

.chat-actions .button {
  min-height: 46px;
  padding-inline: 16px;
  font-size: 0.72rem;
}

.chat-actions .button-outline-light {
  border-color: var(--rose);
  color: var(--rose-dark);
}

.chat-actions .button-outline-light:hover {
  background: var(--soft);
}

.chat-status {
  min-height: 21px;
  margin: -8px 22px 16px;
  color: var(--rose-dark);
  font-size: 0.7rem;
  font-weight: 700;
}

footer {
  padding: 34px 0;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-grid p {
  margin: 0;
}

.social-links {
  display: flex;
  gap: 22px;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .brands-track,
  .brands-pulse::after,
  .hero-social-link svg,
  .value-floating-note,
  .value-visual::before,
  .value-visual::after,
  .service-panel-enter,
  .photo-card,
  .photo-lightbox[open] {
    animation: none;
  }

  .photo-card {
    opacity: 1;
    transform: none;
  }

  .brand-run[aria-hidden="true"] {
    display: none;
  }

  .brands-marquee {
    overflow-x: auto;
    mask-image: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .about-story-grid,
  .social-showcase-grid,
  .value-showcase,
  .contact-experience {
    grid-template-columns: 1fr;
  }

  .hero-media {
    width: min(100%, 620px);
    min-height: 580px;
  }

  .hero-media img {
    min-height: 580px;
  }

  .about-story-grid,
  .social-showcase-grid {
    gap: 54px;
  }

  .about-story-messages {
    width: min(100%, 650px);
  }

  .story-feature {
    min-height: 650px;
  }

  .story-feature img {
    min-height: 650px;
  }

  .social-mockup {
    width: min(100%, 720px);
  }

  .value-grid,
  .services-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-card.featured {
    transform: none;
  }

  .contact-experience {
    gap: 30px;
  }

  .value-portrait,
  .value-portrait img {
    min-height: 680px;
  }

  .photo-gallery {
    columns: 3 190px;
  }

  .lightbox-shell figure {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 0.3fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    z-index: 1000;
    background: #fcf9d6;
    backdrop-filter: none;
  }

  .container {
    width: min(calc(100% - 28px), 1180px);
  }

  .section {
    padding: 78px 0;
  }

  .nav {
    position: relative;
    z-index: 1001;
    display: flex;
    min-height: 68px;
    justify-content: space-between;
  }

  .nav-cta {
    display: none;
  }

  .menu-button {
    position: relative;
    z-index: 1003;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    position: absolute;
    left: 9px;
    width: 24px;
    height: 2px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-button span:first-child {
    top: 16px;
  }

  .menu-button span:last-child {
    top: 24px;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    top: 20px;
    transform: rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    top: 20px;
    transform: rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    z-index: 1002;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
    padding: clamp(48px, 10vh, 88px) 28px 40px;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    border-top: 1px solid var(--line);
    background: #fcf9d6;
    box-shadow: 0 24px 60px rgba(40, 35, 36, 0.14);
    flex-direction: column;
    gap: 0;
    font-family: "Montserrat Local", Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(2.15rem, 10vw, 3.4rem);
    font-weight: 600;
    line-height: 1.05;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    isolation: isolate;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 0s linear 180ms;
  }

  .nav-links a {
    display: flex;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
    color: var(--ink);
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 0s;
  }

  .hero {
    padding: 58px 0 80px;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.55rem, 12vw, 4.1rem);
  }

  .hero-grid {
    gap: 52px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-social-dock {
    width: 100%;
    margin-top: -10px;
    padding: 9px;
    border-radius: 24px;
    flex-wrap: wrap;
  }

  .hero-social-label {
    width: 100%;
    padding: 2px 8px 5px;
  }

  .hero-social-link {
    flex: 1 1 auto;
    justify-content: center;
  }

  .mini-proof {
    gap: 22px;
  }

  .mini-proof div + div {
    padding-left: 22px;
  }

  .hero-media,
  .hero-media img {
    min-height: 510px;
  }

  .about-story-heading {
    margin-bottom: 38px;
  }

  .story-portrait {
    width: min(84%, 390px);
    margin-left: 0;
  }

  .story-portrait img {
    height: 280px;
  }

  .message-bubble,
  .message-bubble-offset {
    width: calc(100% - 10px);
    margin-left: 0;
    padding: 28px 25px;
  }

  .message-bubble-offset {
    margin-top: 34px;
  }

  .coffee-sticker {
    top: -34px;
    right: -10px;
    width: 90px;
    height: 90px;
  }

  .coffee-sticker-small {
    top: -30px;
    right: -8px;
    width: 82px;
    height: 82px;
  }

  .message-date {
    max-width: calc(100% - 68px);
  }

  .story-feature,
  .story-feature img {
    min-height: 530px;
  }

  .story-facts {
    padding: 22px;
  }

  .social-mockup {
    width: calc(100% + 28px);
    margin-inline: -14px;
    overflow: hidden;
  }

  .social-mockup img {
    width: 155%;
    max-width: none;
    transform: translateX(-18%);
  }

  .services-studio {
    margin-inline: -4px;
    border-radius: 26px;
  }

  .service-tabs {
    padding: 10px;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
  }

  .service-tab {
    min-height: 48px;
    padding-right: 15px;
    scroll-snap-align: start;
  }

  .service-panel {
    min-height: 320px;
    padding: 22px 14px 28px;
  }

  .photo-gallery-header {
    margin-bottom: 22px;
    align-items: start;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .photo-gallery-header h3 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .photo-count {
    width: 76px;
    height: 76px;
  }

  .photo-count strong {
    font-size: 1.5rem;
  }

  .photo-count span {
    font-size: 0.56rem;
  }

  .photo-gallery-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-filters {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .photo-filter {
    min-width: max-content;
  }

  .gallery-hint {
    display: none;
  }

  .photo-gallery {
    columns: 2 145px;
    column-gap: 10px;
  }

  .photo-card {
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .photo-card::after,
  .photo-card-copy {
    opacity: 1;
  }

  .photo-card::after {
    inset: 52% 0 0;
  }

  .photo-card-copy {
    right: 11px;
    bottom: 11px;
    left: 11px;
    transform: none;
  }

  .photo-card-copy strong {
    font-size: 0.76rem;
  }

  .photo-card-index {
    top: 8px;
    right: 8px;
    width: 29px;
    height: 29px;
    font-size: 0.58rem;
  }

  .lightbox-shell {
    padding: 70px 14px 24px;
  }

  .lightbox-shell figure {
    display: flex;
    height: auto;
    max-height: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .lightbox-shell figure > img {
    height: min(66dvh, 620px);
    border-radius: 16px;
  }

  .lightbox-shell figcaption {
    width: 100%;
    max-width: none;
    padding-inline: 8px;
  }

  .lightbox-shell figcaption p {
    margin-bottom: 7px;
  }

  .lightbox-shell figcaption h3 {
    margin-bottom: 4px;
    font-size: 1.65rem;
  }

  .lightbox-close,
  .lightbox-arrow {
    width: 44px;
    height: 44px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }

  .lightbox-arrow {
    top: auto;
    bottom: 16px;
  }

  .lightbox-arrow-previous {
    left: auto;
    right: 68px;
  }

  .lightbox-arrow-next {
    right: 16px;
  }

  .facts,
  .value-grid,
  .services-grid,
  .portfolio-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .brands-section::before {
    top: -180px;
    left: 10%;
    width: 520px;
    height: 520px;
  }

  .brands-marquee {
    mask-image: linear-gradient(
      90deg,
      transparent,
      black 3%,
      black 97%,
      transparent
    );
  }

  .brand-card {
    width: 222px;
    min-height: 160px;
    padding: 19px;
  }

  .brand-mark {
    width: 88px;
    height: 50px;
    border-radius: 15px;
    font-size: 0.7rem;
  }

  .brands-footnote {
    align-items: flex-start;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .portfolio-item,
  .portfolio-item img,
  .portfolio-item video {
    height: 520px;
  }

  .value-portrait,
  .value-portrait img {
    min-height: 520px;
  }

  .value-floating-note {
    min-width: 168px;
    padding: 11px 12px;
  }

  .value-floating-note-top {
    top: 42px;
    right: -4px;
  }

  .value-floating-note-bottom {
    right: -4px;
    bottom: 54px;
  }

  .value-stats {
    padding: 8px;
  }

  .value-stats div {
    padding: 16px 7px;
  }

  .value-stats strong {
    font-size: 1.45rem;
  }

  .value-stats span {
    font-size: 0.52rem;
  }

  .value-showcase .value-card {
    padding: 25px;
    grid-template-columns: 48px 1fr 32px;
    gap: 15px;
  }

  .value-showcase .value-card:hover {
    transform: translateY(-4px);
  }

  .testimonial {
    padding: 50px 22px;
  }

  .contact-section {
    padding-top: 20px;
  }

  .contact-experience {
    width: 100%;
    padding: 48px 18px;
    border-radius: 28px;
  }

  .contact-intro {
    padding-inline: 7px;
  }

  .chat-options {
    grid-template-columns: 1fr;
  }

  .chat-actions {
    flex-direction: column;
  }

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

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}
