* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --ivory: #f8f4ef;
  --sand: #f1ebe3;
  --champagne: #d8b8a7;
  --accent: #c28f78;
  --espresso: #3b2e27;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--ivory);
  color: var(--espresso);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
}

/* ===============================
   REVEAL
================================ */

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

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   HEADER
================================ */

.site-header {
  background: white;
  border-bottom: 1px solid #ebe3da;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 1.25rem 5%;
}

.logo-block {
  text-align: center;
}

.logo-script {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--accent);
  font-size: 2rem;
  line-height: 1;
}

.logo-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 7px;
  color: var(--accent);
}

nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

nav li {
  font-size: .8rem;
  letter-spacing: 3px;
  font-weight: 500;
  cursor: pointer;
}

.inquire-btn {
  background: var(--accent);
  color: white;

  padding: 1rem 1.75rem;

  text-decoration: none;
  letter-spacing: 2px;
  font-size: .8rem;
}

/* ===============================
   HERO
================================ */

.hero {
  min-height: 85vh;

  background:
    linear-gradient(
      rgba(58,46,38,.35),
      rgba(58,46,38,.35)
    ),
    url("images/hero.png");

  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.hero-content {
  color: white;
  max-width: 900px;
  padding: 2rem;
}

.hero-tag {
  letter-spacing: 4px;
  font-size: .8rem;
  margin-bottom: 1.5rem;

  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.5rem;
  font-weight: 400;

  line-height: .95;

  margin-bottom: 1.5rem;

  text-shadow:
    0 2px 8px rgba(0,0,0,.35),
    0 8px 30px rgba(0,0,0,.45);
}

.hero p {
  max-width: 500px;

  margin: auto;
  margin-bottom: 2rem;

  font-size: 1.05rem;

  text-shadow:
    0 2px 10px rgba(0,0,0,.35);
}

button {
  background: var(--champagne);
  color: white;

  border: none;

  padding: 1rem 2rem;

  letter-spacing: 2px;

  cursor: pointer;
}

/* ===============================
   GLOBAL
================================ */

section {
  padding: 6rem 5%;
}

.section-label {
  text-align: center;

  color: var(--accent);

  font-size: .75rem;
  letter-spacing: 5px;

  margin-bottom: 1rem;
}

section h2 {
  text-align: center;

  font-family: 'Cormorant Garamond', serif;

  font-size: 4rem;
  font-weight: 400;

  margin-bottom: 2rem;
}

/* ===============================
   WHY US
================================ */

.why-v5 {
  max-width: 900px;
  margin: auto;
}

.why-image {
  margin-bottom: 3rem;
}

.why-image img {
  width: 100%;
  display: block;

  border-radius: 20px;

  box-shadow:
    0 15px 40px rgba(0,0,0,.08);
}

.why-lead {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.pillar {
  display: flex;
  gap: 1rem;

  max-width: 700px;
  margin: 0 auto 2rem auto;
}

.pillar-icon {
  color: var(--accent);
  font-size: 1.8rem;
}

.pillar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;

  margin-bottom: .25rem;
}

/* ===============================
   SERVICES
================================ */

.services {
  background: white;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}

.service-card {
  background: white;

  border-radius: 12px;
  overflow: hidden;

   box-shadow: none;

  transition: .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card img {
  width: 100%;
  height: 280px;

  object-fit: cover;
}

.service-content {
  text-align: center;
  padding: 1.25rem 1.5rem;
}

.service-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.card-divider {
  color: var(--accent);
  margin: 1rem 0;
}

/* ===============================
   GALLERY
================================ */

.editorial-gallery {
  max-width: 1100px;
  margin: auto;
}

.gallery-large {
  margin-bottom: 1rem;
}

.gallery-large img {
  width: 100%;
  height: 450px;

  object-fit: cover;

  border-radius: 18px;
}

.gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 1rem;
  margin-bottom: 1rem;
}

.gallery-item img {
  width: 100%;
  height: 320px;

  object-fit: cover;

  border-radius: 18px;
}
.gallery-link {
  text-align: center;
  margin-top: 1rem;
  
}

.gallery-link a {
  text-decoration: none;

  color: var(--accent);

  letter-spacing: 2px;
  text-transform: uppercase;

  font-size: .85rem;
  font-weight: 500;

  transition: .25s ease;
}

.gallery-link a:hover {
  opacity: .7;
}

/* ===============================
   CTA
================================ */

.cta-section {
  text-align: center;
  background: var(--sand);
}

.cta-section p {
  max-width: 500px;
  margin: auto auto 2rem;
}

/* ===============================
   FOOTER
================================ */

footer {
  background: var(--espresso);
  color: white;
  text-align: center;
  padding: 6rem 2rem;
}

.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.footer-tagline {
  max-width: 420px;
  margin: 0 auto 1rem;
  opacity: .8;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .8rem;
  opacity: .85;
}

.footer-phone {
  opacity: .85;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 900px) {

  .site-header {
    flex-direction: column;
    gap: 2rem;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .hero p {
    max-width: 280px;
  }

  section h2 {
    font-size: 2.8rem;
  }

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

  .gallery-row {
    grid-template-columns: 1fr;
  }

  .gallery-large img {
    height: 280px;
  }

  .gallery-item img {
    height: 240px;
  }

  .gallery-row:last-of-type {
    display: none;
  }

  .gallery-ending {
    display: none;
  }

  .pillar {
    flex-direction: row;
  }
}
/* Floating Inquiry Button */

.floating-inquire {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;

    background: rgba(248,244,239,.92);
    backdrop-filter: blur(12px);

    color: var(--espresso);

    padding: .75rem 1.1rem;
    font-size: .8rem;

    border-radius: 999px;

    text-decoration: none;

    font-size: .9rem;
    letter-spacing: .08em;
    text-transform: uppercase;

    z-index: 1000;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);

    transition: all .25s ease;
}

.floating-inquire:hover {
    transform: translateY(-2px);
}
.mobile-nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.mobile-nav a {
    text-decoration: none;
    color: var(--espresso);

    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .8rem;

    border-bottom: 1px solid transparent;
    padding-bottom: .15rem;

    transition: .25s ease;
}

.mobile-nav a:hover {
    border-bottom-color: currentColor;
}
.inquiry-link {
    display: inline-block;

    margin-top: 1rem;

    text-decoration: none;

    color: var(--espresso);

    border-bottom: 1px solid currentColor;

    padding-bottom: .15rem;

    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .85rem;
}
/* ===================================
   GALLERY PAGE
=================================== */

.logo-link {
  text-decoration: none;
  color: inherit;
}

.gallery-hero {
  text-align: center;
  padding: 5rem 5% 3rem;
}

.gallery-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;

  margin: 1rem 0;
}

.gallery-hero p {
  max-width: 500px;
  margin: 0 auto;

  color: var(--espresso);
  opacity: .75;
}

.gallery-grid {
  max-width: 900px;

  margin: 0 auto;

  padding: 0 5% 5rem;
}

.gallery-grid img {
  width: 100%;
  display: block;

  border-radius: 18px;

  margin-bottom: 1.5rem;

  object-fit: cover;
}

@media (max-width: 768px) {

  .gallery-hero {
    padding-top: 4rem;
  }

  .gallery-hero h1 {
    font-size: 2.4rem;
  }

}
.gallery-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;

  margin-bottom: 1.5rem;
}

.gallery-pair img {
  margin-bottom: 0;
}

.inquiry-form-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 5% 6rem;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {

  width: 100%;

  padding: 1rem;

  border: 1px solid #ddd;

  background: white;

  font-family: inherit;

  font-size: 1rem;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form button {
  margin-top: 1rem;
}

.form-step {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.form-step h2 {
  margin: .75rem 0 2rem;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {

  width: 100%;

  padding: 1rem;

  margin-bottom: 1rem;

  border: 1px solid #ddd;

  background: white;

  font-family: inherit;

  font-size: 1rem;

  border-radius: 8px;
}

.checkbox-grid {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin-bottom: 2rem;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .95rem;
}

.checkbox-grid input {
  width: auto;
  margin: 0;
}

.response-note {
  text-align: center;
  margin-bottom: 2rem;
  color: #7d736c;
  font-size: .9rem;
  letter-spacing: .05em;
}

.step-label {
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: .6rem;

  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;

  color: var(--espresso);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: white;
}

.form-step h2 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.service-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

.service-card {
  display: block;
  padding: 1.25rem;
  background: white;
  border: 1px solid #e8ddd4;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  transition: all .25s ease;
}

.service-card input {
  display: none;
}

.service-card span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--espresso);
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.service-card:has(input:checked) {
  background: var(--accent);
  border-color: var(--accent);
}

.service-card:has(input:checked) span {
  color: white;
}

.service-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

textarea.form-input {
  width: 100%;
  min-height: 180px;
  padding: 1rem;
  border: 1px solid #e6ddd4;
  border-radius: 12px;
  background: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  resize: vertical;
  box-sizing: border-box;
}

.submit-button {
  display: block;
  margin: 0 auto;
  min-width: 220px;
}