:root {
  --bg: #f3f0ec;
  --surface: #fbf8f4;
  --text: #111111;
  --muted: #5e5a57;
  --line: rgba(17, 17, 17, 0.08);
  --accent: #ff7535;
  --gold: #f2bf42;
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
  --radius-lg: 42px;
  --radius-md: 28px;
  --radius-sm: 20px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(180deg, #f4f1ec 0%, #f1eeea 100%);
}

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

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

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.cookie-slot:empty {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(244, 241, 236, 0.88);
  backdrop-filter: blur(16px);
}

.header-row,
.desktop-nav,
.logo-row,
.section-heading,
.contact-banner,
.footer-row,
.footer-links,
.project-meta {
  display: flex;
}

.header-row {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 96px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.aura-brand .brand-copy strong,
.footer-row strong {
  text-transform: lowercase;
}

.brand-icon {
  width: 36px;
  height: 36px;
  position: relative;
}

.aura-icon::before,
.aura-icon::after {
  content: "";
  position: absolute;
  background: #111;
}

.aura-icon::before {
  width: 18px;
  height: 12px;
  left: 0;
  top: 4px;
  clip-path: polygon(0 0, 100% 0, 68% 50%, 100% 100%, 0 100%, 34% 50%);
}

.aura-icon::after {
  width: 18px;
  height: 12px;
  right: 0;
  bottom: 4px;
  clip-path: polygon(0 0, 100% 0, 68% 50%, 100% 100%, 0 100%, 34% 50%);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand-copy small {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.desktop-nav {
  align-items: center;
  gap: 28px;
}

.desktop-nav a,
.mobile-nav a,
.header-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
}

.desktop-nav a.is-active,
.desktop-nav a:hover,
.mobile-nav a:hover,
.header-link:hover {
  color: var(--text);
}

.header-link {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px 20px;
}

.mobile-nav.is-open {
  display: flex;
}

.aura-hero {
  padding: 34px 0 22px;
}

.aura-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
}

.headline-wrap {
  position: relative;
  z-index: 2;
}

.hero-chip,
.section-label,
.project-meta span,
.logo-row span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-chip,
.section-label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

.headline-wrap h1,
.section-copy h2,
.section-heading h2,
.contact-banner h2,
.subpage-hero h1 {
  margin: 18px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.83;
}

.headline-wrap h1 {
  font-size: clamp(5rem, 12vw, 8.9rem);
}

.hero-copy,
.section-copy p,
.section-intro,
.service-card p,
.project-content p,
.contact-banner p,
.footer-row p,
.subpage-hero p {
  color: var(--muted);
  line-height: 1.9;
}

.hero-copy {
  max-width: 470px;
  margin: 26px 0 0;
  font-size: 1.03rem;
}

.hero-stage {
  position: relative;
  min-height: 760px;
}

.tall-room,
.circle-photo,
.rating-card,
.contact-orb {
  position: absolute;
  box-shadow: var(--shadow);
}

.tall-room {
  left: 0;
  bottom: 10px;
  width: min(100%, 410px);
  overflow: hidden;
  border-radius: 86px;
  background: #fff;
}

.tall-room img {
  aspect-ratio: 0.72;
  object-fit: cover;
}

.circle-photo {
  top: 92px;
  right: 52px;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}

.circle-photo img {
  height: 100%;
  object-fit: cover;
}

.orange-shape {
  position: absolute;
  top: 212px;
  right: 0;
  width: 270px;
  height: 170px;
  background: var(--accent);
  border-radius: 0 0 170px 170px;
  transform: rotate(-28deg);
}

.sunburst {
  position: absolute;
  top: 118px;
  left: 86px;
  width: 100px;
  height: 100px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 57% 29%, 79% 7%, 68% 34%, 98% 23%, 73% 45%, 100% 50%, 73% 55%, 98% 77%, 68% 66%, 79% 93%, 57% 71%, 50% 100%, 43% 71%, 21% 93%, 32% 66%, 2% 77%, 27% 55%, 0% 50%, 27% 45%, 2% 23%, 32% 34%, 21% 7%, 43% 29%);
}

.rating-card {
  left: 320px;
  bottom: 132px;
  width: 148px;
  padding: 28px 18px;
  border-radius: 72px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.star {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 1.7rem;
}

.rating-card strong {
  display: block;
  font-size: 2.25rem;
}

.rating-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.contact-orb {
  right: 42px;
  bottom: 70px;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f3c445;
  color: #111;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-orb span {
  position: absolute;
}

.contact-orb span:nth-child(1) {
  top: 16px;
}

.contact-orb span:nth-child(2) {
  bottom: 16px;
}

.contact-orb span:nth-child(3) {
  font-size: 2rem;
  letter-spacing: normal;
}

.logo-strip {
  padding: 34px 0 18px;
}

.logo-row {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.logo-row span {
  color: rgba(17, 17, 17, 0.34);
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  font-weight: 600;
}

.section {
  padding: 82px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 40px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.contact-banner h2,
.subpage-hero h1 {
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 0.95;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 18px;
}

.mosaic-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.mosaic-card img {
  height: 100%;
  object-fit: cover;
}

.mosaic-card.tall {
  grid-row: span 2;
  min-height: 560px;
}

.section-heading {
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-intro {
  max-width: 430px;
  margin: 0;
}

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

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

.service-card,
.project-card,
.contact-banner,
.subpage-hero,
.mini-gallery img {
  border-radius: var(--radius-md);
}

.service-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid var(--line);
}

.service-card h3,
.project-content h3 {
  margin: 0 0 12px;
  font-size: 1.38rem;
  letter-spacing: -0.04em;
}

.project-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.project-card img {
  aspect-ratio: 1.08;
  object-fit: cover;
}

.project-content {
  padding: 26px;
}

.project-meta {
  gap: 14px;
  margin-bottom: 14px;
}

.project-meta span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
}

.contact-banner {
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.button-primary:hover {
  background: var(--accent);
}

.site-footer {
  padding: 0 0 52px;
}

.footer-row {
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.footer-row p {
  max-width: 420px;
  margin: 8px 0 0;
}

.footer-links {
  gap: 20px;
  flex-wrap: wrap;
}

.subpage-shell {
  padding: 38px 0 78px;
}

.subpage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.back-link {
  color: var(--accent);
  font-weight: 700;
}

.subpage-hero {
  padding: 40px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mini-gallery {
  margin-top: 24px;
}

.mini-gallery img {
  aspect-ratio: 0.92;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-link {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .aura-hero-grid,
  .about-grid,
  .project-grid,
  .services-grid,
  .mini-gallery {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 720px;
  }

  .contact-banner,
  .section-heading,
  .footer-row {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .header-row {
    min-height: 78px;
  }

  .headline-wrap h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .hero-stage {
    min-height: 640px;
  }

  .circle-photo {
    width: 110px;
    height: 110px;
    top: 44px;
    right: 30px;
  }

  .orange-shape {
    width: 190px;
    height: 116px;
    top: 150px;
  }

  .sunburst {
    width: 68px;
    height: 68px;
    top: 90px;
    left: 30px;
  }

  .tall-room {
    width: 82%;
    border-radius: 58px;
  }

  .rating-card {
    left: auto;
    right: 18px;
    bottom: 144px;
    width: 120px;
    padding: 20px 12px;
  }

  .contact-orb {
    right: 14px;
    bottom: 18px;
    width: 118px;
    height: 118px;
  }

  .section {
    padding: 64px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .contact-banner h2,
  .subpage-hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

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

  .mosaic-card.tall {
    grid-row: auto;
    min-height: 360px;
  }

  .service-card,
  .project-content,
  .contact-banner,
  .subpage-hero {
    padding: 24px;
  }

  .button-primary {
    width: 100%;
  }
}
