:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  color: #1f2430;
  background: #f6f0e6;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  background: #111827;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  z-index: 1000;
}

.skip-link:focus {
  top: 16px;
}

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

.scroll-progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  height: 4px;
  background: rgba(17, 24, 39, 0.08);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #bb8b3e, #f2d6a0);
  box-shadow: 0 0 18px rgba(187, 139, 62, 0.35);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(18px);
  background: rgba(248, 243, 236, 0.82);
  border-bottom: 1px solid rgba(31, 41, 55, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand img {
  width: clamp(172px, 18vw, 214px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-nav a,
.footer-nav a {
  position: relative;
  padding: 10px 0;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b4451;
}

.main-nav a::after,
.footer-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #bb8b3e, #f0d49f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after,
.footer-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  width: 48px;
  height: 48px;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px auto;
  background: #1f2937;
  border-radius: 999px;
}

.section {
  padding: 112px 0;
}

.section-light {
  background: linear-gradient(180deg, #fcf8f2 0%, #f4ecdf 100%);
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(228, 193, 128, 0.18), transparent 30%),
    linear-gradient(180deg, #141c28 0%, #1d2735 100%);
}

.section-accent {
  background: linear-gradient(180deg, #eee1ce 0%, #f8f2e8 100%);
}

.section-label {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 72px;
  margin: 0 0 28px;
  padding: 16px 32px;
  border-radius: 24px;
  overflow: hidden;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: clamp(1.12rem, 1.65vw, 1.42rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff7eb;
  background: linear-gradient(135deg, #0f1723 0%, #1a2433 52%, #0b131d 100%);
  border: 1px solid rgba(201, 161, 94, 0.62);
  box-shadow: 0 26px 58px rgba(12, 17, 24, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.section-label::before {
  content: '';
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff0c8 0%, #c99643 85%);
  box-shadow: 0 0 18px rgba(242, 208, 144, 0.7);
  flex: 0 0 auto;
}

.section-label::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03) 34%, rgba(255, 255, 255, 0) 58%);
  z-index: 0;
  pointer-events: none;
}

.section-heading {
  margin: 0 auto 46px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered .section-label {
  justify-content: center;
}

.section-heading.centered h2,
.section-heading.centered p:not(.section-label) {
  margin-left: auto;
  margin-right: auto;
}

.section-heading.narrow {
  max-width: 820px;
}

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

h1,
h2,
h3 {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 600;
}

h1 {
  font-size: clamp(3rem, 7.2vw, 5.6rem);
}

h2 {
  font-size: clamp(2.7rem, 4.9vw, 4.3rem);
  margin-bottom: 22px;
}

h3 {
  font-size: clamp(1.62rem, 2.4vw, 2.12rem);
  margin-bottom: 16px;
}

.hero {
  position: relative;
  min-height: clamp(620px, 44vw, 850px);
  display: flex;
  align-items: center;
  overflow: clip;
  color: #fff;
  padding: 148px 0 92px;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: calc(100% + 110px);
  object-fit: cover;
  object-position: center center;
  transform: translateY(0);
  will-change: transform;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 11, 18, 0.26) 0%, rgba(7, 11, 18, 0.48) 52%, rgba(7, 11, 18, 0.82) 100%),
    linear-gradient(120deg, rgba(201, 161, 94, 0.16) 0%, rgba(17, 24, 39, 0.05) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.55vw, 1.14rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff4de;
  background: linear-gradient(135deg, rgba(11, 18, 28, 0.72) 0%, rgba(21, 29, 42, 0.44) 100%);
  border: 1px solid rgba(222, 190, 130, 0.38);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.eyebrow::before {
  content: '';
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 214, 161, 0.08), rgba(244, 214, 161, 1));
}

.hero-title {
  max-width: 820px;
  margin-bottom: 18px;
  text-wrap: balance;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.hero-rotator {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  max-width: 840px;
  padding: 18px 24px;
  margin: 12px 0 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.hero-rotator p {
  margin: 0;
  font-size: clamp(1.02rem, 1.9vw, 1.3rem);
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}

.flash-mark {
  color: #f4d59f;
  font-size: 1.45rem;
  animation: flashPulse 2.2s ease-in-out infinite;
}

@keyframes flashPulse {
  0%, 100% {
    opacity: 0.42;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.16);
    text-shadow: 0 0 18px rgba(255, 232, 181, 0.85);
  }
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

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

.btn-primary {
  color: #111827;
  background: linear-gradient(135deg, #ddb971, #f3dfb6);
  box-shadow: 0 16px 30px rgba(223, 191, 123, 0.28);
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.pulse-button {
  animation: pulseAction 1.8s ease-in-out infinite;
}

@keyframes pulseAction {
  0%, 100% {
    box-shadow: 0 14px 28px rgba(223, 191, 123, 0.24);
  }
  50% {
    box-shadow: 0 14px 34px rgba(223, 191, 123, 0.54);
  }
}

.two-col {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.copy-block p {
  font-size: 1.04rem;
  color: #3d4755;
}

.copy-block h2,
.section-heading h2,
.contact-card h2 {
  color: #151c28;
  text-wrap: balance;
  letter-spacing: -0.03em;
  text-shadow: 0 14px 32px rgba(17, 24, 39, 0.06);
}

.section-dark .section-heading h2,
.section-dark .section-heading p:not(.section-label) {
  color: #f8f4ee;
}

.section-heading p:not(.section-label) {
  max-width: 860px;
  font-size: 1.06rem;
  color: #4e5764;
}

.section-heading .section-label + h2,
.copy-block .section-label + h2,
.contact-card .section-label + h2 {
  margin-top: 6px;
}

.team-card,
.contact-photo,
.price-card,
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 66px rgba(17, 24, 39, 0.12);
}

.team-card img,
.price-card img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-photo {
  display: block;
  padding: 0;
  border: 1px solid rgba(201, 161, 94, 0.18);
  background:
    radial-gradient(circle at top left, rgba(233, 205, 154, 0.38), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 235, 221, 0.96) 100%);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  box-shadow: none;
}

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

.gallery-item {
  aspect-ratio: 1.3 / 1;
  cursor: zoom-in;
  isolation: isolate;
  border: 0;
  padding: 0;
}

.gallery-item::after {
  content: none;
}

.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 17, 24, 0.02) 0%, rgba(12, 17, 24, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.gallery-item:hover::before {
  opacity: 1;
}


.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item img {
  transition: transform 0.35s ease;
}

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

.pricing-toggle-wrap {
  display: flex;
  justify-content: center;
}

.pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 26px;
  border: 1px solid rgba(201, 161, 94, 0.44);
  border-radius: 22px;
  background: linear-gradient(135deg, #101925 0%, #1c2737 52%, #0d151f 100%);
  color: #fff7eb;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 24px 52px rgba(18, 26, 38, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pricing-toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
}

.pricing-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.pricing-panel {
  margin-top: 30px;
}

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

.price-card {
  display: flex;
  min-height: 100%;
  align-items: stretch;
}

.price-card img {
  width: 40%;
  height: auto;
  object-fit: cover;
  object-position: center;
  flex: 0 0 40%;
}

.price-card-body {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.micro-label {
  margin-bottom: 10px;
  color: #9b6c25;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  font-size: 0.76rem;
}

.price {
  margin-bottom: 10px;
  font-size: 1.34rem;
  font-weight: 800;
  color: #121a26;
}

.price-note {
  margin-bottom: 0;
  color: #4d5563;
}

.pricing-info {
  margin-top: 28px;
}

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

.pricing-info-card {
  padding: 24px 24px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.1);
}

.pricing-info-card p:last-child {
  margin-bottom: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 700;
  color: #121a26;
}

.pricing-info-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #121a26;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 900;
}

.pricing-info-card-strong {
  background: linear-gradient(180deg, #121a26 0%, #1a2433 100%);
  border-color: rgba(17, 24, 39, 0.18);
}

.pricing-info-card-strong .pricing-info-label {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.pricing-info-card-strong p:last-child {
  color: #ffffff;
}

.delivery-copy {
  display: grid;
  gap: 10px;
}

.delivery-copy p {
  margin: 0;
  color: #ffffff;
  line-height: 1.45;
}

.delivery-copy p strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}


.pricing-info-card-accent {
  background: linear-gradient(180deg, #fff8ed 0%, #f8ebd2 100%);
  border-color: rgba(176, 132, 61, 0.3);
}

.pricing-info-card-accent .pricing-info-label {
  background: #b0843d;
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(30px, 4vw, 54px);
  align-items: stretch;
}

.contact-photo,
.contact-card {
  min-height: clamp(620px, 48vw, 880px);
}

.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 50px);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 239, 229, 0.92) 100%);
  border: 1px solid rgba(201, 161, 94, 0.22);
  box-shadow: 0 28px 72px rgba(17, 24, 39, 0.12);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a,
.contact-list p {
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 800;
  margin: 0;
}

.site-footer {
  padding: 30px 0 40px;
  background: #121a26;
  color: #f8f4ee;
}

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

.footer-brand {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 600;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.footer-cookie-button {
  position: relative;
  padding: 10px 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8f4ee;
  cursor: pointer;
}

.footer-cookie-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #bb8b3e, #f0d49f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.footer-cookie-button:hover::after,
.footer-cookie-button:focus-visible::after {
  transform: scaleX(1);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 140;
}

.cookie-banner__content {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: 22px;
  align-items: end;
  padding: 26px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(242, 214, 160, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(15, 23, 35, 0.98) 0%, rgba(19, 31, 49, 0.98) 100%);
  border: 1px solid rgba(201, 161, 94, 0.3);
  box-shadow: 0 28px 72px rgba(7, 11, 18, 0.34);
  backdrop-filter: blur(16px);
}

.cookie-banner__copy h2,
.cookie-modal__dialog h2 {
  margin: 0 0 12px;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff8ec;
}

.cookie-banner__copy p,
.cookie-modal__intro,
.cookie-modal__note,
.cookie-option__text {
  margin: 0;
  color: rgba(248, 244, 238, 0.88);
  line-height: 1.7;
}

.cookie-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f4dba7;
}

.cookie-banner__eyebrow::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff0c8 0%, #c99643 85%);
  box-shadow: 0 0 16px rgba(242, 208, 144, 0.62);
}

.cookie-banner__actions,
.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-button {
  min-height: 54px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(201, 161, 94, 0.34);
  font: inherit;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

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

.cookie-button-primary {
  color: #111827;
  background: linear-gradient(135deg, #f4ddb0 0%, #c99747 100%);
}

.cookie-button-secondary {
  color: #fff7eb;
  background: rgba(255, 255, 255, 0.08);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
}

.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 13, 20, 0.66);
  backdrop-filter: blur(8px);
}

.cookie-modal__dialog {
  position: relative;
  width: min(720px, calc(100% - 32px));
  margin: min(9vh, 72px) auto 0;
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(242, 214, 160, 0.1), transparent 28%),
    linear-gradient(180deg, #131c29 0%, #1d2735 100%);
  border: 1px solid rgba(201, 161, 94, 0.28);
  box-shadow: 0 32px 84px rgba(6, 10, 16, 0.42);
}

.cookie-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(201, 161, 94, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff7eb;
  font-size: 1.6rem;
  cursor: pointer;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  margin-top: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 161, 94, 0.16);
}

.cookie-option-toggle {
  cursor: pointer;
}

.cookie-option__title {
  margin: 0 0 6px;
  font-size: 1.08rem;
  font-weight: 800;
  color: #fff7eb;
}

.cookie-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  color: #f7e2b8;
  background: rgba(201, 151, 71, 0.16);
  border: 1px solid rgba(201, 151, 71, 0.24);
  white-space: nowrap;
}

.cookie-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.cookie-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-switch__track {
  position: relative;
  width: 66px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(201, 161, 94, 0.22);
  transition: background-color 0.2s ease;
}

.cookie-switch__track::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
}

.cookie-switch input:checked + .cookie-switch__track {
  background: linear-gradient(135deg, #f4ddb0 0%, #c99747 100%);
}

.cookie-switch input:checked + .cookie-switch__track::after {
  transform: translateX(28px);
}

.cookie-modal__actions {
  margin-top: 24px;
}

.cookie-modal__note {
  margin-top: 18px;
  font-size: 0.95rem;
}

.cookie-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 130;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(201, 161, 94, 0.3);
  background: rgba(15, 23, 35, 0.9);
  color: #fff7eb;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(7, 11, 18, 0.24);
  backdrop-filter: blur(14px);
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 28px;
  background:
    radial-gradient(circle at top, rgba(201, 161, 94, 0.08), transparent 32%),
    rgba(5, 9, 15, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 120;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  width: min(92vw, calc((100vh - 184px) * 1.5), 1240px);
  display: grid;
  gap: 16px;
  justify-items: center;
  margin: 0 auto;
}

.lightbox-content img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: linear-gradient(180deg, #0b1118 0%, #121a26 100%);
  border-radius: 24px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
}

.lightbox-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #f7f2ea;
}

.lightbox-meta p {
  margin: 0;
}

#lightbox-title {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.9vw, 1.3rem);
  color: #fff6e3;
}

#lightbox-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 161, 94, 0.24);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lightbox-close,
.lightbox-nav {
  border: 1px solid rgba(201, 161, 94, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
}

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

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.is-hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .cookie-banner__content {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cookie-banner__actions,
  .cookie-modal__actions {
    width: 100%;
  }

  .two-col,
  .pricing-grid,
  .gallery-grid,
  .pricing-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-photo,
  .contact-card {
    min-height: auto;
  }

  .contact-photo {
    aspect-ratio: 5 / 6;
  }

  .price-card {
    flex-direction: column;
  }

  .price-card img {
    width: 100%;
    aspect-ratio: 1.35 / 1;
    flex: none;
  }
}

@media (max-width: 780px) {
  .cookie-modal__dialog {
    margin-top: 24px;
    padding: 26px 22px;
  }

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

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    display: grid;
    gap: 10px;
    min-width: 220px;
    padding: 16px;
    background: rgba(247, 242, 234, 0.98);
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .gallery-grid,
  .pricing-grid,
  .pricing-info-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    display: block;
  }

  .price-card img {
    display: none;
  }

  .price-card-body {
    padding: 24px 22px;
  }

  .hero {
    min-height: 560px;
    padding: 132px 0 74px;
  }

  .lightbox {
    grid-template-columns: 1fr;
    padding: 20px 14px 24px;
  }

  .lightbox-content {
    width: min(100%, calc((100vh - 220px) * 1.5));
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .lightbox-nav.prev {
    left: 12px;
  }

  .lightbox-nav.next {
    right: 12px;
  }

  .lightbox-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner__content,
  .cookie-modal__dialog {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .cookie-button,
  .footer-cookie-button {
    width: 100%;
  }

  .cookie-banner__actions,
  .cookie-modal__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-option {
    align-items: flex-start;
    flex-direction: column;
  }

  .container {
    width: min(100% - 24px, 1200px);
  }

  .section {
    padding: 92px 0;
  }

  .section-label {
    width: fit-content;
    max-width: 100%;
    min-height: 62px;
    padding: 14px 20px;
    font-size: 0.96rem;
    letter-spacing: 0.14em;
  }

  .section-heading.centered .section-label,
  .section-heading .section-label,
  .contact-card .section-label {
    margin-left: auto;
    margin-right: auto;
  }

  .copy-block .section-label {
    margin-left: 0;
    margin-right: 0;
  }

  .hero {
    min-height: 520px;
    padding: 124px 0 66px;
  }

  .eyebrow {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    padding: 12px 16px;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
  }

  .hero-rotator {
    align-items: flex-start;
    padding: 16px 18px;
  }

  .btn,
  .pricing-toggle {
    width: 100%;
  }

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

  .contact-photo {
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
