:root {
  --ivory: #fbf7f1;
  --cream: #f2e9df;
  --sand: #d9c2ad;
  --rose: #b86f68;
  --rose-deep: #8b4943;
  --wine: #552821;
  --ink: #2f211c;
  --muted: #74645d;
  --gold: #ab8152;
  --line: rgba(85, 40, 33, 0.14);
  --shadow: 0 22px 54px rgba(49, 31, 24, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Hind Vadodara", Arial, sans-serif;
  --gujarati: "Hind Vadodara", var(--sans);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(184, 111, 104, 0.1), transparent 34rem),
    linear-gradient(180deg, #fffaf4 0%, var(--ivory) 36%, #fffdfa 100%);
  font-family: var(--sans);
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.section {
  padding: clamp(76px, 8vw, 116px) 0;
  position: relative;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--rose-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

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

h2 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(2.65rem, 5vw, 4.55rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.announcement {
  min-height: 42px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--wine);
  color: #fbf3eb;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.announcement a {
  margin-left: 10px;
  border-bottom: 1px solid currentcolor;
}

.announcement [data-whatsapp-link] {
  text-transform: none;
}

.announcement-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sand);
}

.site-header {
  height: 88px;
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  z-index: 10;
  color: var(--ink);
  border-bottom: 1px solid rgba(85, 40, 33, 0.11);
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--rose-deep);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.38rem;
  line-height: 1;
}

.brand-logo-mark {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-color: rgba(171, 129, 82, 0.78);
  background: #140e0b;
  box-shadow: 0 8px 22px rgba(47, 33, 28, 0.14);
}

.brand-logo-mark img {
  width: 90px;
  max-width: none;
  transform: translate(-16px, -7px);
}

.brand-name {
  display: flex;
  flex-direction: column;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.brand-name small {
  margin-top: 7px;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
  color: #594940;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links a:not(.nav-book)::after {
  content: "";
  height: 1px;
  margin-top: 7px;
  display: block;
  background: var(--rose-deep);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-book {
  padding: 14px 24px;
  color: var(--ivory);
  background: var(--wine);
  text-transform: none;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  padding: 13px 10px;
  display: none;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  width: 26px;
  height: 1px;
  margin: 7px auto;
  display: block;
  background: var(--wine);
  transition: transform 200ms ease;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip-path: inset(50%);
}

.hero {
  min-height: min(900px, calc(100vh - 42px));
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(251, 247, 241, 0.98) 0%, rgba(251, 247, 241, 0.9) 38%, rgba(251, 247, 241, 0.22) 65%, transparent 100%);
}

.hero-content {
  padding-top: 108px;
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 670px;
  margin-bottom: 24px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(3.35rem, 6.6vw, 6.35rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.91;
}

.hero-copy {
  max-width: 470px;
  margin-bottom: 37px;
  color: #635149;
  font-family: var(--gujarati);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.button {
  min-height: 53px;
  padding: 15px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--wine);
  color: white;
  background: var(--wine);
}

.button-primary:hover {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
}

.whatsapp-button {
  text-transform: none;
}

.button-quiet {
  border-color: #a18b78;
  color: var(--wine);
}

.hero-scroll {
  position: absolute;
  bottom: 31px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-scroll span {
  width: 1px;
  height: 37px;
  background: var(--gold);
}

.intro {
  background:
    linear-gradient(135deg, rgba(255, 253, 250, 0.98), rgba(242, 233, 223, 0.78)),
    #fffdfa;
}

.intro-grid {
  display: grid;
  grid-template-columns: 170px minmax(280px, 470px) minmax(290px, 1fr);
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
}

.intro-grid h2 {
  color: var(--wine);
}

.intro-text {
  padding-top: 3px;
}

.intro-text > p {
  margin-bottom: 44px;
  font-family: var(--gujarati);
}

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

.stats div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.stats strong {
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 2.65rem;
  font-weight: 500;
}

.stats span {
  color: var(--muted);
  font-size: 0.75rem;
}

.section-heading {
  max-width: 570px;
  margin: 0 auto clamp(48px, 6vw, 64px);
  text-align: center;
}

.section-heading h2 {
  color: var(--wine);
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.services {
  background:
    radial-gradient(circle at 14% 16%, rgba(171, 129, 82, 0.13), transparent 25rem),
    var(--ivory);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.service-card {
  min-width: 0;
  border: 1px solid rgba(85, 40, 33, 0.08);
  border-radius: 28px;
  background: white;
  box-shadow: 0 9px 34px rgba(54, 33, 26, 0.05);
}

.service-card img {
  width: 100%;
  aspect-ratio: 0.83;
  object-fit: cover;
  transition: transform 450ms ease;
}

.service-visual {
  display: block;
  overflow: hidden;
}

.service-card:hover img,
.service-visual:focus-visible img {
  transform: scale(1.035);
}

.service-card {
  overflow: hidden;
}

.service-detail {
  padding: 25px 24px 27px;
  position: relative;
}

.service-number {
  position: absolute;
  top: 28px;
  right: 22px;
  color: #c5afa0;
  font-family: var(--serif);
  font-size: 1.08rem;
}

.service-detail h3 {
  margin-bottom: 10px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.service-detail h3 a:hover {
  color: var(--rose-deep);
}

.service-detail p {
  min-height: 68px;
  margin-bottom: 20px;
  font-family: var(--gujarati);
  font-size: 0.9rem;
  line-height: 1.65;
}

.select-service {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid var(--rose-deep);
  color: var(--rose-deep);
  background: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.service-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.view-work {
  padding: 0 0 5px;
  border-bottom: 1px solid var(--gold);
  color: var(--rose-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.collection {
  background: #efe5da;
}

.collection-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(330px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 8vw, 108px);
}

.collection-image {
  padding: 28px 28px 0 0;
  position: relative;
}

.collection-image::before {
  content: "";
  position: absolute;
  inset: 0 0 32px 33px;
  border: 1px solid rgba(171, 129, 82, 0.55);
}

.collection-image img {
  max-height: 700px;
  position: relative;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.collection-copy {
  max-width: 550px;
}

.collection-copy p:not(.eyebrow) {
  margin-bottom: 34px;
  font-family: var(--gujarati);
}

.collection-points {
  margin-bottom: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.collection-points span {
  padding: 11px 16px;
  border: 1px solid rgba(85, 40, 33, 0.16);
  color: #665047;
  font-size: 0.8rem;
}

.collection .select-service {
  padding: 16px 28px;
  border: 1px solid var(--rose-deep);
  color: #fff;
  background: var(--rose-deep);
}

.collection .select-service:hover {
  border-color: var(--rose-deep);
  background: var(--rose-deep);
}

.gallery {
  background: #fffdfa;
}

.pricing {
  background:
    radial-gradient(circle at 85% 8%, rgba(184, 111, 104, 0.12), transparent 24rem),
    #fffdfa;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.price-card {
  min-height: 330px;
  padding: 30px 25px 27px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(85, 40, 33, 0.09);
  border-radius: 26px;
  background: var(--ivory);
  box-shadow: 0 9px 34px rgba(54, 33, 26, 0.05);
}

.price-card-featured {
  color: #fff8f0;
  background: var(--wine);
}

.price-number {
  color: #c5afa0;
  font-family: var(--serif);
  font-size: 1.08rem;
}

.price-card-featured .price-number,
.price-card-featured p {
  color: #e6d4c7;
}

.price-card h3 {
  margin: 22px 0 13px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 0.95;
}

.price-card-featured h3 {
  color: #fff8f0;
}

.price-card p {
  margin-bottom: 28px;
  font-family: var(--gujarati);
  font-size: 0.91rem;
  line-height: 1.65;
}

.price-value {
  margin-top: auto;
  margin-bottom: 27px;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 0.95;
}

.price-card-featured .price-value {
  color: #fff8f0;
}

.price-value strong {
  color: inherit;
  font: inherit;
}

.price-value span {
  margin-bottom: 8px;
  display: block;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price-card-featured .price-value span {
  color: #d9bfae;
}

.price-card .select-service {
  color: inherit;
}

.gallery-grid {
  height: clamp(560px, 66vw, 760px);
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.gallery-grid figure {
  min-height: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.045);
}

.gallery-wide {
  grid-row: span 2;
}

.gallery-tall {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.gallery-grid figcaption {
  padding: 24px 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  background: linear-gradient(transparent, rgba(37, 23, 18, 0.55));
  font-family: var(--serif);
  font-size: 1.8rem;
}

.portfolio-feature img {
  transition: opacity 380ms ease, transform 500ms ease;
}

.portfolio-feature img.switching {
  opacity: 0;
}

.slider-dots {
  position: absolute;
  right: 22px;
  bottom: 27px;
  z-index: 2;
  display: flex;
  gap: 7px;
}

.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  transition: background 180ms ease;
}

.slider-dots button.active {
  background: #fff;
}

.slider-dots button:focus-visible {
  outline-color: #fff;
  outline-offset: 4px;
}

.experience {
  color: #fbf6ee;
  background: var(--wine);
}

.experience .eyebrow {
  color: #ddb797;
}

.experience .section-heading h2,
.experience .steps h3 {
  color: #fff9f1;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(251, 246, 238, 0.2);
}

.steps article {
  padding: 42px clamp(20px, 4vw, 48px) 10px 0;
}

.steps article + article {
  padding-left: clamp(20px, 4vw, 48px);
  border-left: 1px solid rgba(251, 246, 238, 0.2);
}

.steps span {
  color: #cda57f;
  font-size: 0.72rem;
  letter-spacing: 0.23em;
}

.steps h3 {
  margin: 16px 0 12px;
  font-family: var(--serif);
  font-size: 2.45rem;
  font-weight: 500;
}

.steps p {
  max-width: 280px;
  margin: 0;
  color: #d5c7bd;
  font-family: var(--gujarati);
}

.booking {
  background:
    linear-gradient(180deg, rgba(251, 247, 241, 0.85), rgba(239, 229, 218, 0.72)),
    var(--ivory);
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(295px, 0.82fr) minmax(400px, 1fr);
  align-items: start;
  gap: clamp(42px, 8vw, 96px);
}

.booking-copy {
  position: sticky;
  top: 45px;
}

.booking-copy p:not(.eyebrow) {
  font-family: var(--gujarati);
}

.contact-note {
  margin-top: 46px;
  padding: 27px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.89rem;
}

.contact-note strong {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 13px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.social-links svg {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  fill: currentcolor;
}

.social-links-booking {
  margin-top: 29px;
  flex-wrap: wrap;
}

.social-links-booking a {
  padding: 13px 18px;
  border: 1px solid var(--line);
  color: var(--rose-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.social-links-booking a:hover {
  border-color: var(--rose-deep);
  background: white;
}

.booking-form {
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(85, 40, 33, 0.09);
  border-radius: 32px;
  background: white;
  box-shadow: var(--shadow);
}

.booking-form label {
  margin-bottom: 23px;
  display: block;
  color: #503d34;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  margin-top: 11px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #d8cabc;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 400;
  letter-spacing: normal;
  outline: none;
  text-transform: none;
  transition: border-color 160ms ease;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--rose-deep);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--rose-deep);
  outline-offset: 4px;
}

.form-button {
  width: 100%;
  margin-top: 6px;
}

.form-note {
  margin: 18px 0 0;
  text-align: center;
  color: #8d7b73;
  font-size: 0.78rem;
  line-height: 1.5;
}

.faq {
  padding-top: 0;
  background: var(--ivory);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.77fr 1fr;
  gap: clamp(40px, 8vw, 96px);
}

.accordions {
  border-top: 1px solid var(--line);
}

details {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  padding-right: 36px;
  list-style: none;
  color: var(--wine);
  font-size: 1.04rem;
  font-weight: 600;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  top: -7px;
  right: 3px;
  color: var(--rose-deep);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 18px 38px 0 0;
  font-family: var(--gujarati);
}

.footer {
  padding: 62px 0 25px;
  color: #ddcec3;
  background: #281914;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.72fr 0.8fr 1fr;
  gap: 38px;
  padding-bottom: 53px;
  border-bottom: 1px solid rgba(251, 247, 241, 0.14);
}

.footer-brand .brand-mark {
  color: #ddba91;
}

.footer-brand .brand-name {
  color: #fff8f0;
}

.footer-grid p {
  max-width: 290px;
  margin: 22px 0 0;
  color: #ad9b91;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 0.9rem;
}

.footer-grid .footer-title {
  margin: 0 0 7px;
  color: #f5e6d8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-grid a:hover {
  color: white;
}

.footer-social {
  margin-top: 3px;
}

.footer-social a {
  width: 46px;
  height: 46px;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(251, 247, 241, 0.2);
  color: #ddcec3;
}

.copyright {
  margin: 23px 0 0;
  text-align: center;
  color: #907e74;
  font-size: 0.76rem;
}

.floating-book {
  width: 68px;
  height: 68px;
  position: fixed;
  right: 27px;
  bottom: 28px;
  z-index: 6;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--rose-deep);
  box-shadow: 0 13px 35px rgba(85, 40, 33, 0.3);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.floating-social {
  position: fixed;
  right: 35px;
  bottom: 113px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-social a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  box-shadow: 0 11px 27px rgba(49, 31, 24, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 31px rgba(49, 31, 24, 0.26);
}

.floating-social svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: currentcolor;
}

.floating-social .instagram {
  background: linear-gradient(135deg, #f9b54b 0%, #db3b68 47%, #7138a8 100%);
}

.floating-social .facebook {
  background: #1877f2;
}

.admin-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(184, 111, 104, 0.16), transparent 35%),
    linear-gradient(135deg, #fffaf4 0%, #f4e8dd 100%);
}

.admin-shell {
  width: min(1080px, calc(100% - 42px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 0;
}

.admin-panel {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(85, 40, 33, 0.12);
  background: rgba(255, 253, 250, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.admin-header,
.admin-actions,
.admin-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.admin-header {
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.admin-home-link {
  color: var(--rose-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.admin-intro {
  max-width: 720px;
  padding: clamp(34px, 5vw, 56px) 0 30px;
}

.admin-intro h1 {
  margin-bottom: 18px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.admin-section-heading {
  padding-top: 10px;
}

.admin-section-heading h2 {
  margin-bottom: 8px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
}

.admin-section-heading p {
  margin-bottom: 0;
  font-family: var(--gujarati);
}

.admin-form {
  display: grid;
  gap: 24px;
}

.admin-token,
.admin-price-card label {
  display: block;
  color: #503d34;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.admin-token {
  padding: 22px;
  border: 1px solid var(--line);
  background: white;
}

.admin-token small {
  margin-top: 10px;
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  margin-top: 10px;
  padding: 13px 14px;
  border: 1px solid #ddcfc1;
  border-radius: 0;
  color: var(--ink);
  background: #fffdfa;
  font-weight: 500;
  letter-spacing: normal;
  outline: none;
  text-transform: none;
}

.admin-form textarea {
  min-height: 94px;
  resize: vertical;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--rose-deep);
  background: white;
}

.admin-upload-card {
  padding: 22px;
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  background: white;
}

.admin-upload-card h3 {
  margin: 0 0 8px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 500;
}

.admin-upload-card p {
  margin: 0;
  font-family: var(--gujarati);
}

.admin-upload-grid {
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) minmax(220px, 1.3fr) minmax(150px, 0.9fr);
  align-items: end;
  gap: 14px;
}

.admin-upload-grid label {
  color: #503d34;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.admin-price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-price-card {
  padding: 24px;
  display: grid;
  gap: 17px;
  background: var(--ivory);
  box-shadow: 0 9px 34px rgba(54, 33, 26, 0.05);
}

.admin-card-number {
  color: #c5afa0;
  font-family: var(--serif);
  font-size: 1rem;
}

.admin-row {
  align-items: flex-start;
}

.admin-row label {
  flex: 1;
}

.admin-actions {
  flex-wrap: wrap;
}

.admin-actions .button {
  min-width: 190px;
}

.admin-status {
  min-height: 28px;
  margin: 0;
  font-family: var(--gujarati);
  font-weight: 600;
}

.admin-status[data-status="success"] {
  color: #197149;
}

.admin-status[data-status="error"] {
  color: #a33d35;
}

.admin-item-price-list {
  display: grid;
  gap: 28px;
}

.admin-work-group {
  padding: 22px;
  border: 1px solid var(--line);
  background: white;
}

.admin-work-group-heading {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.admin-work-group-heading h3 {
  margin: 0;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
}

.admin-work-group-heading span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-work-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-work-item {
  display: flex;
  flex-direction: column;
  background: var(--ivory);
}

.admin-work-item img {
  width: 100%;
  aspect-ratio: 0.88;
  object-fit: cover;
}

.admin-work-item label {
  padding: 13px;
  display: block;
  color: #503d34;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-delete-photo {
  margin: auto 13px 13px;
  padding: 10px 12px;
  border: 1px solid rgba(163, 61, 53, 0.24);
  color: #a33d35;
  background: #fff8f5;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.admin-delete-photo:hover,
.admin-delete-photo:focus-visible {
  border-color: #a33d35;
  color: white;
  background: #a33d35;
}

.admin-delete-photo:disabled {
  cursor: progress;
  opacity: 0.58;
}

/* Individual work pages are deliberately ready for more real-work photos later. */
.work-page {
  min-height: 100vh;
  background: var(--ivory);
}

.work-header {
  position: static;
  top: auto;
  background: var(--ivory);
}

.work-nav-return {
  color: var(--rose-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-hero {
  padding: clamp(54px, 7vw, 88px) 0 clamp(62px, 9vw, 104px);
}

.work-title-row {
  max-width: 760px;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.work-title-row h1 {
  margin-bottom: 20px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.work-title-row p:last-child {
  margin-bottom: 0;
  font-family: var(--gujarati);
}

.work-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(285px, 0.8fr);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
}

.work-frame {
  padding: 18px;
  border: 1px solid rgba(171, 129, 82, 0.44);
  background: #fffdfa;
}

.work-image-button,
.work-gallery-image-button {
  width: 100%;
  padding: 0;
  display: block;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: inherit;
}

.work-frame img {
  width: 100%;
  max-height: min(68vh, 760px);
  object-fit: cover;
  transition: opacity 380ms ease;
}

.work-feature-price {
  margin: 14px 0 0;
  padding: 13px 15px;
  display: block;
  color: var(--wine);
  background: #f5ece2;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.work-feature-price:hover {
  transform: translateY(-2px);
  background: #eadccf;
}

.work-frame img.switching {
  opacity: 0;
}

.work-description h2 {
  margin-bottom: 20px;
  color: var(--wine);
  font-size: clamp(2.35rem, 4vw, 3.4rem);
}

.work-description p {
  margin-bottom: 32px;
  font-family: var(--gujarati);
}

.work-note {
  margin: 0 0 34px;
  padding: 17px 18px;
  border-left: 2px solid var(--gold);
  color: #74645d;
  background: #f5ece2;
  font-size: 0.87rem;
  line-height: 1.7;
}

.work-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.work-gallery {
  margin-top: clamp(62px, 9vw, 102px);
  padding-top: clamp(48px, 7vw, 74px);
  border-top: 1px solid var(--line);
}

.work-gallery-heading {
  max-width: 620px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.work-gallery-heading h2 {
  color: var(--wine);
}

.work-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.work-gallery-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #fffdfa;
  box-shadow: 0 12px 30px rgba(54, 33, 26, 0.07);
}

.work-gallery-grid img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  transition: transform 420ms ease;
}

.work-gallery-grid figure:hover img,
.work-gallery-image-button:focus-visible img,
.work-image-button:focus-visible img {
  transform: scale(1.035);
}

.work-gallery-grid figcaption {
  padding: 15px 16px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--wine);
  background: #fffdfa;
  font-family: var(--serif);
  font-size: 1.18rem;
}

.work-item-price {
  padding: 8px 10px;
  flex-shrink: 0;
  color: #fff8f0;
  background: var(--rose-deep);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.work-item-price:hover {
  transform: translateY(-2px);
  background: var(--wine);
}

.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  padding: clamp(18px, 4vw, 44px);
  display: grid;
  place-items: center;
  background: rgba(32, 20, 16, 0.92);
}

.work-lightbox[hidden] {
  display: none;
}

body.lightbox-open {
  overflow: hidden;
}

.work-lightbox figure {
  width: min(980px, 100%);
  margin: 0;
}

.work-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #1c120f;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

.work-lightbox figcaption {
  margin-top: 16px;
  color: #fff8f0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 248, 240, 0.25);
  border-radius: 50%;
  color: #fff8f0;
  background: rgba(255, 248, 240, 0.08);
  transition: transform 180ms ease, background-color 180ms ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  transform: translateY(-2px);
  background: rgba(255, 248, 240, 0.16);
}

.lightbox-close {
  width: 48px;
  height: 48px;
  top: 22px;
  right: 22px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-nav {
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.7rem;
  line-height: 1;
}

.lightbox-nav:hover {
  transform: translateY(calc(-50% - 2px));
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

.work-lightbox.single-image .lightbox-nav {
  display: none;
}

.work-footer {
  padding: 29px 0;
  color: #a99689;
  background: #281914;
  text-align: center;
  font-size: 0.77rem;
}

.work-footer-social {
  justify-content: center;
  gap: 25px;
  margin-bottom: 17px;
  color: #ddcec3;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-footer p {
  margin: 0;
  color: #a99689;
  font-size: inherit;
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 1020px) {
  .container {
    width: min(100% - 48px, 760px);
  }

  .nav-links {
    gap: 22px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(251, 247, 241, 0.98), rgba(251, 247, 241, 0.86) 48%, rgba(251, 247, 241, 0.3));
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .intro-text {
    max-width: 650px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

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

  .gallery-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 320px);
  }

  .gallery-wide {
    grid-row: auto;
  }

  .gallery-tall {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 800px) {
  .announcement {
    gap: 10px;
    font-size: 0.67rem;
    letter-spacing: 0.08em;
  }

  .site-header {
    height: 74px;
  }

  .brand-mark {
    width: 41px;
    height: 41px;
  }

  .brand-logo-mark {
    width: 49px;
    height: 49px;
  }

  .brand-logo-mark img {
    width: 76px;
    transform: translate(-14px, -5px);
  }

  .brand-name {
    font-size: 1.25rem;
  }

  .menu-toggle {
    display: block;
    z-index: 12;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    inset: 0;
    padding: 125px 30px 42px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    color: var(--wine);
    background: var(--ivory);
    font-family: var(--serif);
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 250ms ease, visibility 0s linear 250ms;
  }

  .menu-open .nav-links {
    transform: none;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .nav-book {
    margin-top: auto;
    text-align: center;
    font-family: var(--sans);
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: none;
  }

  .hero {
    min-height: calc(100svh - 42px);
    align-items: flex-end;
  }

  .hero-image {
    height: 57%;
    top: 0;
    bottom: auto;
    object-position: 72% center;
  }

  .hero-overlay {
    background: linear-gradient(0deg, var(--ivory) 42%, rgba(251, 247, 241, 0.35) 66%, rgba(251, 247, 241, 0.06));
  }

  .hero-content {
    padding: 0 0 58px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.25rem);
  }

  .hero-copy {
    font-size: 0.97rem;
  }

  .section-heading {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .hero-scroll {
    display: none;
  }

  .collection-grid,
  .booking-grid,
  .faq-grid,
  .work-showcase {
    grid-template-columns: 1fr;
  }

  .work-header .menu-toggle {
    display: none;
  }

  .work-nav-return {
    font-size: 0.68rem;
  }

  .booking-copy {
    position: static;
  }

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

  .steps article + article {
    padding-left: 0;
    border-top: 1px solid rgba(251, 246, 238, 0.2);
    border-left: 0;
  }

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

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

  .admin-price-list {
    grid-template-columns: 1fr;
  }

  .admin-upload-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 560px) {
  .container {
    width: calc(100% - 28px);
  }

  .announcement span:nth-child(1),
  .announcement-dot {
    display: none;
  }

  .section {
    padding: 58px 0;
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.1rem);
  }

  .hero {
    min-height: calc(100svh - 42px);
  }

  .hero-content {
    padding-bottom: 38px;
  }

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

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

  .intro-grid {
    padding: 28px 22px;
    border: 1px solid rgba(85, 40, 33, 0.09);
    border-radius: 32px;
    background: rgba(255, 253, 250, 0.82);
    box-shadow: 0 18px 42px rgba(54, 33, 26, 0.07);
  }

  .intro-text > p {
    margin-bottom: 28px;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stats div {
    padding: 15px 16px;
    border: 1px solid rgba(85, 40, 33, 0.1);
    border-radius: 20px;
    background: #fffaf4;
  }

  .stats strong {
    font-size: 2.2rem;
  }

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

  .price-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-card {
    min-height: 270px;
    padding: 27px 23px 24px;
  }

  .service-card img {
    aspect-ratio: 1.03;
  }

  .service-detail {
    padding: 22px 21px 24px;
  }

  .service-detail p {
    min-height: auto;
  }

  .service-actions {
    padding-top: 2px;
  }

  .collection-image {
    padding-right: 16px;
  }

  .collection-image::before {
    left: 19px;
  }

  .gallery-grid {
    display: flex;
    flex-direction: column;
  }

  .gallery-grid figure {
    height: 370px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .booking-form {
    padding: 28px 21px;
    border-radius: 26px;
  }

  .work-hero {
    padding-top: 48px;
  }

  .work-frame {
    padding: 11px;
  }

  .work-gallery {
    margin-top: 52px;
    padding-top: 43px;
  }

  .work-gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .work-gallery-grid img {
    aspect-ratio: 0.9;
  }

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

  .floating-book {
    width: 59px;
    height: 59px;
    right: 17px;
    bottom: 17px;
  }

  .floating-social {
    right: 20px;
    bottom: 89px;
    gap: 9px;
  }

  .floating-social a {
    width: 48px;
    height: 48px;
  }

  .admin-shell {
    width: calc(100% - 28px);
  }

  .admin-panel {
    padding: 22px 16px;
  }

  .admin-header,
  .admin-actions,
  .admin-row {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-header {
    gap: 22px;
  }

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

  .work-gallery-grid figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .lightbox-nav {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .admin-work-group {
    padding: 16px;
  }

  .admin-work-group-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-upload-grid {
    grid-template-columns: 1fr;
  }

  .admin-work-items {
    grid-template-columns: 1fr;
  }
}

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

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