:root {
  --theme-primary: #b67b5a;
  --theme-primary-hover: #9f6547;
  --bg: #f8f4ee;
  --bg-soft: #f1e9e0;
  --ink: #2f2521;
  --muted: #6f5f56;
  --border: rgba(47, 37, 33, 0.14);
  --gold: #cda35a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}

body a,
body a:hover,
body a:focus,
body a:active,
body a:visited {
  text-decoration: none !important;
}

.premium-shell {
  overflow: hidden;
}

.premium-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(248, 244, 238, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(47, 37, 33, 0.1);
}

.premium-nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.premium-nav-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-shrink: 0;
  min-height: 76px;
}

.premium-nav-logo {
  height: 72px;
  width: auto;
  max-height: 76px;
  max-width: 420px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1024px) {
  .premium-nav-brand {
    min-height: 64px;
  }

  .premium-nav-logo {
    height: 60px;
    max-height: 64px;
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  .premium-nav-brand {
    min-height: 52px;
  }

  .premium-nav-logo {
    height: 48px;
    max-height: 52px;
    max-width: 240px;
  }
}

.premium-nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.premium-nav-links a {
  color: #5f4e46;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.premium-nav-links a:hover {
  color: var(--ink);
}

.premium-nav-cta {
  color: #fff !important;
  padding: 0.65rem 0.9rem;
  letter-spacing: 0.12em !important;
}

.premium-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.05rem;
}

.kicker {
  margin: 0 0 0.8rem;
  font-size: 0.76rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--theme-primary);
}

.premium-hero {
  position: relative;
  min-height: 100vh;
  margin-top: 68px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: color-mix(in srgb, var(--theme-primary) 12%, #120d0a 88%);
  overflow: hidden;
}

.premium-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--theme-primary) 14%, rgba(19, 13, 10, 0.82)) 0%,
      color-mix(in srgb, var(--theme-primary) 11%, rgba(19, 13, 10, 0.7)) 28%,
      color-mix(in srgb, var(--theme-primary) 8%, rgba(19, 13, 10, 0.48)) 48%,
      color-mix(in srgb, var(--theme-primary) 5%, rgba(19, 13, 10, 0.22)) 70%,
      color-mix(in srgb, var(--theme-primary) 3%, rgba(19, 13, 10, 0.08)) 100%),
    linear-gradient(180deg,
      color-mix(in srgb, var(--theme-primary) 4%, rgba(19, 13, 10, 0.16)) 0%,
      color-mix(in srgb, var(--theme-primary) 7%, rgba(19, 13, 10, 0.3)) 100%);
}

.premium-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 54rem;
  margin-left: clamp(1.5rem, 8vw, 9rem);
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 1.25rem;
}

.premium-hero-content::before {
  content: none;
}

.premium-hero .kicker {
  color: var(--theme-primary);
}

.premium-hero-content>* {
  position: relative;
  z-index: 1;
}

.premium-title {
  margin: 0;
  max-width: none;
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  font-weight: 300;
  line-height: 0.98;
  color: #ffffff;
  text-shadow: none;
}

.premium-title span {
  display: block;
  color: inherit;
}

.premium-title .premium-title-accent {
  font-style: italic;
  color: var(--hero-accent-color, var(--theme-primary));
  font-size: 0.8em;
  line-height: 1.02;
}

.premium-subtitle {
  margin: 1.35rem 0 0;
  max-width: 34rem;
  color: rgba(255, 247, 241, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 400;
  text-shadow: none;
  white-space: pre-line;
}

.premium-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.premium-scroll-cue {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 0.95rem;
  margin-top: 1.35rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  animation: premiumScrollCueFloat 1.35s ease-in-out infinite;
}

.premium-scroll-cue:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.62);
}

@keyframes premiumScrollCueFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

.btn-premium {
  display: inline-block;
  padding: 0.95rem 1.55rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.btn-premium:hover,
.btn-premium:focus,
.btn-premium:active,
.btn-premium:visited {
  text-decoration: none !important;
}

.btn-premium-primary {
  background: var(--theme-primary);
  color: #fff;
}

.btn-premium-primary:hover {
  background: var(--theme-primary);
  color: #fff;
}

.btn-premium-outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-shadow: none;
}

.btn-premium-outline:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.premium-hero .btn-premium-primary {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}

.premium-hero .btn-premium-primary:hover {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}

.premium-hero .btn-premium-outline {
  border-color: rgba(255, 255, 255, 0.42);
  color: #f4eff8;
  background: rgba(255, 255, 255, 0.04);
}

.premium-hero .btn-premium-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.btn-premium-outline-dark {
  border-color: var(--border);
  color: var(--ink);
  background: #fff;
}

.btn-premium-outline-dark:hover {
  border-color: var(--theme-primary);
  color: var(--theme-primary);
}

.premium-services,
.premium-about {
  background: var(--bg-soft);
}

.premium-services,
.premium-portfolio,
.premium-about,
.premium-contact {
  padding: 6rem 0;
}

.premium-heading {
  margin-bottom: 2.8rem;
}

.premium-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 0 auto;
}

.services-grid.services-count-1 {
  grid-template-columns: minmax(280px, 520px);
  max-width: 520px;
  justify-content: center;
}

.services-grid.services-count-2 {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  max-width: 920px;
}

.services-grid.services-count-3 {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  max-width: 1220px;
}

.service-card {
  background: #fefcf8;
  border: 1px solid var(--border);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(33, 24, 19, 0.1);
}

.service-card .icon {
  color: var(--theme-primary);
  margin-bottom: 0.8rem;
}

.service-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.55rem;
  font-weight: 500;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.services-action {
  margin-top: 1.4rem;
  text-align: center;
}

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

.portfolio-grid.portfolio-count-1 {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}

.portfolio-grid.portfolio-count-2 {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
}

.tile {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(28, 19, 15, 0.33) 100%);
  transition: background 0.25s ease;
}

.tile:hover::after {
  background: linear-gradient(180deg, transparent 25%, rgba(28, 19, 15, 0.5) 100%);
}

.tile-tall {
  grid-row: span 2;
  min-height: 732px;
}

.portfolio-action {
  margin-top: 1.4rem;
  text-align: center;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.about-image {
  width: 100%;
  height: auto;
  max-width: 460px;
  display: block;
  margin: 0 auto;
}

.about-content h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.18;
}

.about-content h2 span {
  font-style: italic;
}

.about-content p {
  color: var(--muted);
  margin-top: 1rem;
  white-space: pre-line;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 1.7rem 0 2rem;
}

.stats-row strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: var(--theme-primary);
}

.stats-row small {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.68rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 300;
  line-height: 1.15;
}

.contact-copy h2 span {
  font-style: italic;
}

.contact-copy p {
  margin-top: 1rem;
  color: var(--muted);
}

.social-list {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.8rem;
}

.contact-map-card {
  margin-top: 1.5rem;
  border: 1px solid var(--border);
  background: #fffdf9;
  padding: 1rem;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(47, 37, 33, 0.08);
}

.contact-map-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--theme-primary);
}

.contact-map-address {
  margin: 0.5rem 0 0;
  color: var(--ink);
}

.contact-map-frame-wrap {
  margin-top: 0.9rem;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(182, 123, 90, 0.14);
}

.contact-map-frame {
  display: block;
  width: 100%;
  min-height: 280px;
  border: 0;
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  margin-top: 0.9rem;
  color: var(--theme-primary);
  font-size: 0.9rem;
  font-weight: 500;
}

.contact-map-link:hover {
  color: var(--theme-primary);
}

.social-list a {
  color: var(--ink);
  font-size: 0.96rem;
}

.social-list i {
  color: var(--theme-primary);
  width: 1.2rem;
}

.social-list i.fa-instagram,
.footer-icons i.fa-instagram {
  color: #e4405f !important;
}

.social-list i.fa-tiktok,
.footer-icons i.fa-tiktok {
  color: #010101 !important;
}

.social-list i.fa-yelp,
.footer-icons i.fa-yelp {
  color: #d32323 !important;
}

.social-list i.fa-youtube,
.footer-icons i.fa-youtube {
  color: #ff0000 !important;
}

.quick-links {
  display: grid;
  gap: 0.85rem;
}

.link-card {
  border: 1px solid var(--border);
  background: #fffdf9;
  padding: 1.2rem;
  color: var(--ink);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(182, 123, 90, 0.4);
  color: var(--ink);
}

.link-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1.35rem;
  font-weight: 500;
}

.link-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.link-card-primary {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}

.link-card-primary h3,
.link-card-primary p {
  color: #fff;
}

.link-card-primary:hover {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}

.premium-footer {
  background: #2a201b;
  color: #f8f4ee;
  padding: 2rem 0;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-brand {
  margin: 0;
  font-size: 1.9rem;
}

.footer-icons {
  display: flex;
  gap: 0.75rem;
}

.footer-icons a {
  color: rgba(248, 244, 238, 0.8);
}

.footer-icons a:hover {
  color: #fff;
}

.footer-icons a:hover i.fa-instagram {
  color: #e4405f !important;
}

.footer-icons a:hover i.fa-tiktok {
  color: #010101 !important;
}

.footer-icons a:hover i.fa-yelp {
  color: #d32323 !important;
}

.footer-icons a:hover i.fa-youtube {
  color: #ff0000 !important;
}

.footer-copy {
  margin: 0;
  color: rgba(248, 244, 238, 0.6);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .premium-hero {
    margin-top: 68px;
    background-position: 62% center !important;
    align-items: flex-end;
  }

  .premium-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 13rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .services-grid,
  .services-grid.services-count-2,
  .services-grid.services-count-3,
  .services-grid.services-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .services-grid.services-count-1 {
    grid-template-columns: minmax(260px, 520px);
    max-width: 520px;
    justify-content: center;
  }

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

  .tile,
  .tile-tall {
    min-height: 320px;
    grid-row: auto;
  }

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

@media (min-width: 1200px) and (max-width: 1600px) {
  .premium-hero {
    background-position: 58% center !important;
  }
}

@media (max-width: 768px) {
  .premium-hero {
    min-height: calc(100vh - 68px);
    background-position: 64% center !important;
    align-items: flex-end;
  }

  .premium-hero-content {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: 24rem;
    padding-top: 2rem;
    padding-bottom: 15.25rem;
  }

  .premium-hero-content::before {
    content: none;
  }

  .kicker {
    margin-bottom: 0.55rem;
    font-size: 0.7rem;
    letter-spacing: 0.24em;
  }

  .premium-title {
    max-width: 15ch;
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.02;
    margin-left: auto;
    margin-right: auto;
  }

  .premium-title .premium-title-accent {
    font-size: 0.7em;
  }

  .premium-subtitle {
    margin: 0.9rem auto 0;
    max-width: 92%;
    font-size: 0.96rem;
  }

  .premium-hero-actions {
    width: 100%;
    margin-top: 1.35rem;
    gap: 0.6rem;
    align-items: stretch;
    justify-content: center;
  }

  .premium-scroll-cue {
    margin-top: 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    padding: 0.48rem 0.72rem;
  }

  .premium-services,
  .premium-portfolio,
  .premium-about,
  .premium-contact {
    padding: 4rem 0;
  }

  .services-grid,
  .services-grid.services-count-1,
  .services-grid.services-count-2,
  .services-grid.services-count-3,
  .services-grid.services-count-4 {
    grid-template-columns: 1fr;
    max-width: none;
  }

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

  .btn-premium {
    width: 100%;
    text-align: center;
    padding: 0.9rem 1rem;
    font-size: 0.74rem;
  }

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

  .premium-nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #f8f4ee;
    border-bottom: 1px solid rgba(47, 37, 33, 0.1);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 0.9rem;
  }

  .premium-nav-links.open {
    display: flex;
  }
}
