:root {
  --cream: #fbf7ee;
  --paper: #fffdf8;
  --sage: #77876a;
  --olive: #31442a;
  --moss: #546443;
  --rose: #e8c3bb;
  --rose-dark: #be8278;
  --sand: #eadfce;
  --ink: #26301f;
  --muted: #776f63;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.025);
  }
}

@keyframes projectSlide {
  0%,
  16% {
    transform: translateX(0);
  }
  21%,
  36% {
    transform: translateX(-20%);
  }
  41%,
  56% {
    transform: translateX(-40%);
  }
  61%,
  76% {
    transform: translateX(-60%);
  }
  81%,
  96% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(0);
  }
}

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

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

.site-header {
  align-items: center;
  background: rgba(251, 247, 238, 0.9);
  backdrop-filter: blur(18px);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(18px, 4vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  color: var(--olive);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav a {
  color: var(--moss);
}

.language-switch {
  display: flex;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
}

.language-switch a {
  color: var(--moss);
  opacity: 0.62;
}

.language-switch a[aria-current="page"] {
  opacity: 1;
}

.hero {
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 20%;
  position: absolute;
  transform-origin: center 20%;
  width: 100%;
  animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(49, 68, 42, 0.7), rgba(49, 68, 42, 0.16) 55%, rgba(251, 247, 238, 0.1));
  inset: 0;
  position: absolute;
}

.hero::after {
  background: var(--cream);
  bottom: -1px;
  clip-path: polygon(0 64%, 100% 82%, 100% 100%, 0 100%);
  content: "";
  height: 210px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-content {
  color: #fffdf8;
  max-width: 760px;
  padding: 28vh clamp(20px, 7vw, 96px) 180px;
  position: relative;
  z-index: 1;
  animation: fadeUp 900ms ease both;
}

.eyebrow {
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f6d8cf;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
  margin: 0;
}

h1 {
  font-size: clamp(54px, 8vw, 112px);
  max-width: 860px;
}

h2 {
  color: var(--olive);
  font-size: clamp(38px, 5vw, 68px);
}

h3 {
  color: var(--olive);
  font-size: 32px;
}

.hero p:not(.eyebrow) {
  font-size: clamp(17px, 2vw, 21px);
  max-width: 620px;
}

.solo-note {
  border-left: 3px solid var(--rose);
  font-size: 15px !important;
  font-weight: 700;
  padding-left: 14px;
}

.actions,
.tags,
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  background: var(--rose);
  border: 1px solid var(--rose);
  color: var(--olive);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-width: 180px;
  padding: 14px 20px;
  text-transform: uppercase;
}

.button.ghost {
  background: rgba(251, 247, 238, 0.12);
  border-color: rgba(251, 247, 238, 0.7);
  color: #fffdf8;
}

.section {
  padding: clamp(72px, 9vw, 128px) clamp(20px, 6vw, 88px);
}

.intro {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.intro > p,
.work-copy p,
.about p,
.contact p,
.package-grid p,
.service-grid p {
  color: var(--muted);
}

.about blockquote {
  border-left: 3px solid var(--rose-dark);
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  margin: 0 0 22px;
  padding-left: 18px;
}

.image-band {
  height: min(62vw, 620px);
  overflow: hidden;
  position: relative;
}

.image-band::before,
.image-band::after {
  background: var(--cream);
  content: "";
  height: 150px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.image-band::before {
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0 18%);
  top: -1px;
}

.image-band::after {
  bottom: -1px;
  clip-path: polygon(0 70%, 100% 48%, 100% 100%, 0 100%);
}

.image-band img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-heading {
  margin: 0 auto 44px;
  max-width: 820px;
  text-align: center;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  margin: 18px auto 0;
  max-width: 660px;
}

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

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1040px;
}

.service-grid article,
.package-grid article {
  background: var(--paper);
  border: 1px solid rgba(84, 100, 67, 0.14);
  padding: 28px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-grid article:hover,
.package-grid article:hover,
.mini-grid article:hover,
.instagram-card:hover {
  border-color: rgba(190, 130, 120, 0.35);
  box-shadow: 0 18px 50px rgba(49, 68, 42, 0.09);
  transform: translateY(-4px);
}

.service-grid > article > span,
.mini-grid > article > span {
  color: var(--rose-dark);
  display: block;
  font-weight: 800;
  margin-bottom: 28px;
}

.chips {
  gap: 8px;
  margin-top: 20px;
}

.chips span {
  background: #f2e4dc;
  color: var(--olive);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  padding: 7px 9px;
}

.service-points {
  color: var(--muted);
  font-size: 14px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.service-points li {
  border-top: 1px solid rgba(49, 68, 42, 0.1);
  padding: 8px 0;
}

.service-points li::before {
  color: var(--rose-dark);
  content: "• ";
  font-weight: 900;
}

.work {
  align-items: center;
  background: #f3eadf;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
}

.work-copy ul {
  color: var(--olive);
  font-weight: 700;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.work-copy li {
  border-top: 1px solid rgba(49, 68, 42, 0.18);
  padding: 12px 0;
}

.work-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.work-gallery figure {
  background: var(--paper);
  margin: 0;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.work-gallery figure:hover {
  box-shadow: 0 20px 55px rgba(49, 68, 42, 0.12);
  transform: translateY(-4px);
}

.work-gallery img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.work-gallery figure:first-child {
  grid-row: auto;
  grid-column: auto;
}

.work-gallery figure:first-child img {
  height: auto;
}

.work-gallery figcaption {
  background: transparent;
  bottom: auto;
  color: var(--olive);
  font-size: 13px;
  font-weight: 800;
  left: auto;
  max-width: none;
  min-height: 52px;
  padding: 14px 16px 16px;
  position: static;
}

.work-slider {
  background: var(--paper);
  box-shadow: 0 26px 80px rgba(49, 68, 42, 0.14);
  overflow: hidden;
  position: relative;
}

.slider-track {
  animation: projectSlide 36s ease-in-out infinite;
  display: flex;
  width: 500%;
}

.slider-track figure {
  flex: 0 0 20%;
  margin: 0;
  position: relative;
}

.slider-track img {
  aspect-ratio: 4 / 5;
  height: min(72vh, 720px);
  object-fit: cover;
  width: 100%;
}

.slider-track .product-slide img {
  background: #b9b7b1;
  object-fit: contain;
}

.slider-track figcaption {
  background: rgba(255, 253, 248, 0.9);
  bottom: 18px;
  color: var(--olive);
  font-size: 13px;
  font-weight: 800;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 10px 12px;
  position: absolute;
}

.slider-dots {
  bottom: 18px;
  display: flex;
  gap: 7px;
  position: absolute;
  right: 18px;
}

.slider-dots span {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(49, 68, 42, 0.28);
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.articles {
  background: linear-gradient(135deg, rgba(239, 226, 219, 0.58), rgba(255, 253, 248, 0.9));
  border-top: 1px solid rgba(49, 68, 42, 0.1);
  border-bottom: 1px solid rgba(49, 68, 42, 0.1);
}

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

.article-card {
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(49, 68, 42, 0.16);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 280px;
  padding: 30px;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.article-card:hover {
  border-color: rgba(49, 68, 42, 0.34);
  box-shadow: 0 24px 65px rgba(49, 68, 42, 0.13);
  transform: translateY(-4px);
}

.article-card span {
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card h3 {
  color: var(--olive);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.98;
  margin: 0;
}

.article-card p {
  color: var(--muted);
  margin: 0;
}

.article-card strong {
  color: var(--olive);
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-top: auto;
  text-transform: uppercase;
}

.package-grid {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-grid .featured {
  background: #eef0e6;
  border-color: rgba(49, 68, 42, 0.3);
  box-shadow: 0 22px 60px rgba(49, 68, 42, 0.12);
}

.label {
  color: var(--rose-dark) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price {
  color: var(--olive) !important;
  font-size: 20px;
  font-weight: 800;
  margin: 18px 0 20px;
}

.price span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.features {
  color: var(--muted);
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.features li {
  border-top: 1px solid rgba(49, 68, 42, 0.12);
  padding: 10px 0;
}

.features li::before {
  color: var(--rose-dark);
  content: "✓ ";
  font-weight: 900;
}

.note {
  background: var(--olive);
  color: #fffdf8;
  margin: 34px auto 0;
  max-width: 980px;
  padding: 28px;
  text-align: center;
}

.note strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
}

.alacarte {
  background: #f3eadf;
}

.mini-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-grid article {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(84, 100, 67, 0.14);
  padding: 24px;
}

.mini-grid h3 {
  font-size: 26px;
}

.mini-grid p {
  color: var(--muted);
}

.mini-grid strong {
  color: var(--olive);
}

.about {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.about img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.tags {
  margin-top: 26px;
}

.tags span {
  background: #f2e4dc;
  color: var(--olive);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
}

.instagram {
  align-items: center;
  background: #f6eee5;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
}

.instagram-card {
  background: var(--paper);
  border: 1px solid rgba(84, 100, 67, 0.14);
  color: var(--olive);
  display: grid;
  gap: 8px;
  padding: 28px;
}

.instagram-card span {
  color: var(--rose-dark);
  font-size: 28px;
  font-weight: 800;
}

.instagram-card strong {
  text-transform: uppercase;
}

.contact {
  background: var(--olive);
  color: #fffdf8;
  padding: clamp(76px, 10vw, 140px) clamp(20px, 6vw, 88px);
  text-align: center;
}

.contact h2 {
  color: #fffdf8;
  margin: 0 auto;
  max-width: 820px;
}

.contact p {
  color: #e7dfd0;
  margin: 20px auto 28px;
  max-width: 620px;
}

.contact small {
  color: #d7cdbf;
  display: block;
  margin-top: 16px;
}

.footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(20px, 6vw, 88px);
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.legal-page {
  background: var(--paper);
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(130px, 15vw, 190px) clamp(20px, 6vw, 70px) clamp(72px, 10vw, 120px);
}

.legal-page h1 {
  color: var(--olive);
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.9;
  margin: 0 0 26px;
}

.legal-page h2 {
  color: var(--olive);
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 12px;
}

.legal-page section {
  border-top: 1px solid rgba(49, 68, 42, 0.16);
  padding: 28px 0;
}

.legal-page p {
  color: var(--muted);
  margin: 0 0 10px;
}

.legal-page a {
  color: var(--olive);
  font-weight: 800;
}

.legal-note {
  background: #f6eee5;
  border-left: 4px solid var(--rose-dark);
  color: var(--olive) !important;
  margin: 0 0 36px !important;
  padding: 18px 20px;
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .intro,
  .work,
  .about,
  .instagram {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .package-grid,
  .article-grid,
  .mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-gallery img,
  .work-gallery figure:first-child img {
    height: auto;
  }

  .work-gallery figure:first-child {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: absolute;
  }

  .hero-content {
    padding-top: 170px;
  }

  .service-grid,
  .package-grid,
  .article-grid,
  .mini-grid,
  .work-gallery {
    grid-template-columns: 1fr;
  }

  .slider-track img {
    height: 520px;
  }

  .work-gallery img,
  .work-gallery figure:first-child img {
    height: auto;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
