:root {
  --ink: #070504;
  --charcoal: #120d0a;
  --muted: #b8a99c;
  --paper: #0b0806;
  --cream: #17100c;
  --line: #34241b;
  --orange: #f47a1f;
  --orange-dark: #ff9a45;
  --soft-orange: #1e120a;
  --white: #fff7ee;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

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

.site-header {
  align-items: center;
  background: rgba(7, 5, 4, 0.9);
  border-bottom: 1px solid rgba(244, 122, 31, 0.24);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr auto;
  left: 0;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.brand-logo {
  background: #ede9e4;
  height: clamp(2.7rem, 5vw, 3.55rem);
  object-fit: contain;
  padding: 0.22rem 0.45rem;
  width: auto;
}

.nav-links {
  display: none;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.header-action {
  border: 1px solid var(--orange);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.58rem 0.8rem;
}

.hero {
  display: grid;
  gap: 0;
  min-height: calc(100vh - 4rem);
  background:
    linear-gradient(90deg, rgba(7, 5, 4, 0.98), rgba(18, 13, 10, 0.94)),
    var(--paper);
}

.hero-copy {
  align-self: center;
  padding: clamp(2.2rem, 9vw, 6rem) clamp(1rem, 5vw, 4rem);
}

.eyebrow {
  color: var(--orange-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.5rem, 18vw, 9.5rem);
  letter-spacing: 0;
  line-height: 0.82;
  margin-bottom: 1.15rem;
  max-width: 9ch;
}

.hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 39rem;
}

.hero-copy .slogan {
  color: var(--orange);
  font-family: "Style Script", cursive;
  font-size: clamp(2.4rem, 7vw, 4.75rem);
  font-weight: 400;
  line-height: 0.9;
  margin: 1.4rem 0 0;
  max-width: 11ch;
  text-shadow: 0 0 28px rgba(244, 122, 31, 0.28);
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.button {
  border: 1px solid var(--orange);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.88rem 1.05rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.header-action:hover {
  box-shadow: 5px 5px 0 var(--orange);
  transform: translate(-2px, -2px);
}

.primary {
  background: var(--orange);
  color: var(--ink);
}

.secondary {
  background: transparent;
  color: var(--white);
}

.hero-image {
  background: var(--charcoal);
  margin: 0;
  min-height: 28rem;
  overflow: hidden;
}

.hero-image img {
  filter: brightness(0.82) saturate(1.08);
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  width: 100%;
}

.section {
  padding: clamp(3.25rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem);
}

.section-heading {
  margin-bottom: 1.5rem;
  max-width: 50rem;
}

.section-heading h2 {
  font-size: clamp(3.3rem, 11vw, 6.7rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 0;
}

.about-section {
  background: #030201;
  display: grid;
  gap: clamp(3rem, 7vw, 5.5rem);
}

.about-block {
  max-width: 72rem;
}

.about-block .eyebrow {
  color: var(--orange);
  font-size: clamp(0.9rem, 1.5vw, 1.12rem);
  letter-spacing: 0.32em;
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.about-block h2 {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 11vw, 7.15rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: clamp(2rem, 5vw, 3.6rem);
  text-transform: none;
}

.about-block h2 em {
  color: var(--orange);
  display: block;
  font-style: italic;
}

.about-story h2 em {
  color: var(--white);
  display: inline;
}

.about-rule {
  background: var(--orange);
  display: block;
  height: 1px;
  margin: 0 0 clamp(1.8rem, 4vw, 3rem);
  width: 8rem;
}

.about-copy {
  display: grid;
  gap: clamp(1.7rem, 4vw, 3rem);
}

.about-copy p {
  color: rgba(255, 247, 238, 0.58);
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.45;
  margin: 0;
  max-width: 66rem;
}

.about-stats {
  border-top: 1px solid rgba(255, 247, 238, 0.1);
  display: grid;
  gap: 1.4rem;
  margin-top: clamp(2.2rem, 5vw, 4rem);
  padding-top: clamp(1.6rem, 4vw, 2rem);
}

.about-stats strong {
  color: var(--orange);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.about-stats span {
  color: rgba(255, 247, 238, 0.55);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
}

.packages-section {
  background: var(--paper);
}

.package-grid {
  display: grid;
  gap: 1rem;
}

.package-card {
  background: var(--cream);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.15rem;
}

.package-card.featured {
  background:
    linear-gradient(145deg, rgba(244, 122, 31, 0.22), rgba(5, 3, 2, 0.98) 46%),
    #050302;
  border-color: var(--orange);
  box-shadow: 12px 12px 0 var(--orange);
  color: var(--white);
}

.package-card span {
  color: var(--orange);
  display: block;
  font-weight: 900;
  margin-bottom: 1.2rem;
}

.package-tier {
  color: rgba(255, 247, 238, 0.55);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.package-card h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.package-price {
  color: var(--orange);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.3rem, 8vw, 4.7rem);
  line-height: 0.9;
  margin-bottom: 1rem;
}

.package-card p {
  color: var(--muted);
}

.package-card.featured p,
.package-card.featured li {
  color: rgba(255, 247, 238, 0.78);
}

.package-card ul {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 1rem 0;
  padding: 1rem 0 0;
}

.package-card.featured ul {
  border-color: rgba(255, 255, 255, 0.2);
}

.package-card li {
  color: var(--muted);
  padding-left: 1.2rem;
  position: relative;
}

.package-card li::before {
  background: var(--orange);
  border-radius: 50%;
  content: "";
  height: 0.42rem;
  left: 0;
  position: absolute;
  top: 0.58em;
  width: 0.42rem;
}

.package-badge {
  align-self: flex-start;
  background: var(--orange);
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding: 0.45rem 0.7rem;
  text-transform: uppercase;
}

.text-link {
  border: 1px solid rgba(255, 247, 238, 0.24);
  border-radius: 999px;
  color: var(--white);
  display: block;
  font-weight: 900;
  margin-top: auto;
  padding: 0.9rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.package-card.featured .text-link {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}

.drinks-section {
  background: #0f0905;
}

.drinks-heading {
  align-items: start;
  display: grid;
  gap: 1rem;
  max-width: none;
}

.shuffle-drinks {
  background: transparent;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  justify-self: start;
  min-height: 3rem;
  padding: 0.78rem 1.15rem;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.shuffle-drinks:hover {
  background: var(--orange);
  box-shadow: 5px 5px 0 rgba(255, 247, 238, 0.16);
  color: var(--ink);
  transform: translate(-2px, -2px);
}

.drink-grid {
  display: grid;
  gap: 1rem;
}

.drink-card {
  background: #120a06;
  border: 1px solid #3f281b;
  display: grid;
  grid-template-rows: auto 1fr;
}

.drink-card img {
  aspect-ratio: 4 / 5;
  filter: brightness(0.9) saturate(1.08);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.drink-card div {
  background: #120a06;
  min-height: 15.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.drink-card h3 {
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.drink-card p {
  color: rgba(255, 247, 238, 0.72);
  font-size: clamp(1.25rem, 2.5vw, 1.72rem);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0;
}

.stories-section {
  background: #050302;
}

.stories-grid {
  display: grid;
  gap: 1rem;
}

.story-card {
  background: #060504;
  border: 1px solid rgba(255, 247, 238, 0.1);
  min-height: 22rem;
  padding: clamp(1.45rem, 4vw, 2.5rem);
  position: relative;
}

.story-card::after {
  color: rgba(244, 122, 31, 0.08);
  content: "”";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 1;
  position: absolute;
  right: 1.7rem;
  top: 1.15rem;
}

.stars {
  color: var(--orange);
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  margin-bottom: 2rem;
}

.story-quote {
  color: rgba(255, 247, 238, 0.8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.4vw, 1.85rem);
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 44rem;
  position: relative;
  z-index: 1;
}

.story-meta {
  border-top: 1px solid rgba(255, 247, 238, 0.08);
  display: grid;
  gap: 0.25rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.story-meta strong {
  color: var(--white);
  font-size: 1rem;
}

.story-meta span {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-links {
  background: #f4f0eb;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 5vw, 4rem);
}

.feature-tile {
  background: #090604;
  color: var(--white);
  display: grid;
  min-height: 24rem;
  overflow: hidden;
  place-items: center;
  position: relative;
}

.feature-tile img {
  filter: brightness(0.48) saturate(0.82);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: filter 180ms ease, transform 220ms ease;
  width: 100%;
}

.feature-tile span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 1.08;
  position: relative;
  text-align: center;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.feature-tile:hover img {
  filter: brightness(0.58) saturate(1);
  transform: scale(1.04);
}

.services-section {
  background: #030201;
}

.services-heading {
  margin: 0 auto clamp(2.25rem, 5vw, 4rem);
  max-width: 58rem;
  text-align: center;
}

.services-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 9vw, 6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.4rem;
  text-transform: none;
}

.services-heading p:not(.eyebrow) {
  color: rgba(255, 247, 238, 0.58);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  line-height: 1.45;
  margin: 0 auto;
  max-width: 48rem;
}

.experience-bar {
  border: 1px solid rgba(244, 122, 31, 0.28);
  display: grid;
  margin-bottom: clamp(2.75rem, 6vw, 5rem);
}

.experience-bar div {
  display: grid;
  gap: 0.25rem;
  padding: 1.25rem;
}

.experience-bar div + div {
  border-top: 1px solid rgba(255, 247, 238, 0.08);
}

.experience-bar span {
  color: rgba(255, 247, 238, 0.48);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.experience-bar strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 400;
}

.service-card-grid {
  border: 1px solid rgba(255, 247, 238, 0.08);
  display: grid;
}

.service-card-grid article {
  border-bottom: 1px solid rgba(255, 247, 238, 0.08);
  display: grid;
  gap: 1.1rem;
  min-height: 17rem;
  padding: clamp(1.6rem, 4vw, 2.35rem);
}

.service-card-grid article:last-child {
  border-bottom: 0;
}

.service-card-grid span {
  color: var(--orange);
  font-weight: 900;
}

.service-card-grid h3 {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.service-card-grid p {
  color: rgba(255, 247, 238, 0.58);
  font-size: 1rem;
  margin: 0;
  max-width: 19rem;
}

.occasion-wrap {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
  margin-top: clamp(2.75rem, 6vw, 4.5rem);
  text-align: center;
}

.occasion-wrap > p {
  color: rgba(255, 247, 238, 0.5);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  margin: 0;
  text-transform: uppercase;
}

.occasion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.occasion-list span {
  border: 1px solid rgba(255, 247, 238, 0.1);
  border-radius: 999px;
  color: rgba(255, 247, 238, 0.72);
  font-weight: 700;
  padding: 0.62rem 0.95rem;
}

.services-booking {
  margin-top: 0.55rem;
}

.faq-section {
  background: #030201;
}

.faq-heading {
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  max-width: 52rem;
  text-align: center;
}

.faq-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 10vw, 6.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  text-transform: none;
}

.faq-list {
  margin: 0 auto;
  max-width: 78rem;
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 247, 238, 0.1);
}

.faq-list summary {
  align-items: center;
  color: var(--white);
  cursor: pointer;
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  gap: 1rem;
  grid-template-columns: 1fr auto;
  list-style: none;
  padding: clamp(1.3rem, 3vw, 2rem) 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--orange);
  content: "+";
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 300;
  line-height: 1;
}

.faq-list details[open] summary {
  color: var(--orange);
}

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

.faq-list details p {
  color: rgba(255, 247, 238, 0.62);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.65;
  margin: -0.5rem 0 0;
  max-width: 58rem;
  padding: 0 3rem clamp(1.5rem, 3vw, 2rem) 0;
}

.instagram-section {
  background: #030201;
  padding-top: clamp(2.5rem, 7vw, 5rem);
}

.instagram-card {
  border-top: 1px solid rgba(244, 122, 31, 0.35);
  display: grid;
  justify-items: center;
  margin: 0 auto;
  max-width: 64rem;
  padding-top: clamp(3rem, 7vw, 5.5rem);
  text-align: center;
}

.instagram-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 10vw, 6.5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.35rem;
  text-transform: none;
}

.instagram-card h2 em {
  font-style: italic;
}

.instagram-card > p:not(.eyebrow) {
  color: rgba(255, 247, 238, 0.58);
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  line-height: 1.45;
  margin: 0 auto;
  max-width: 52rem;
}

.instagram-button {
  align-items: center;
  background: var(--orange);
  border-radius: 0.45rem;
  color: var(--white);
  display: inline-flex;
  font-size: clamp(1rem, 2.4vw, 1.42rem);
  font-weight: 900;
  gap: 0.9rem;
  justify-content: center;
  letter-spacing: 0.12em;
  margin-top: clamp(2rem, 5vw, 3rem);
  min-height: 4.5rem;
  min-width: min(100%, 32rem);
  padding: 1rem 1.6rem;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.instagram-button:hover {
  background: #ff8326;
  box-shadow: 6px 6px 0 rgba(255, 247, 238, 0.16);
  transform: translate(-2px, -2px);
}

.instagram-icon {
  border: 3px solid currentColor;
  border-radius: 0.65rem;
  height: 1.8rem;
  position: relative;
  width: 1.8rem;
}

.instagram-icon::before {
  border: 3px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 0.62rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.62rem;
}

.instagram-icon::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 0.25rem;
}

.form-section {
  background: #0f0905;
}

.brief-form {
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(1rem, 4vw, 2rem);
}

.form-grid {
  display: grid;
  gap: 1rem;
}

label {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  background: #090604;
  border: 1px solid var(--line);
  color: var(--white);
  display: block;
  margin-top: 0.4rem;
  min-height: 3rem;
  padding: 0.82rem;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  outline: 3px solid rgba(244, 122, 31, 0.2);
}

.form-status {
  color: var(--orange);
  font-weight: 800;
  margin: 1rem 0 0;
}

.site-footer {
  align-items: start;
  background: #030201;
  color: var(--white);
  display: grid;
  gap: 0.35rem;
  padding: 1.5rem clamp(1rem, 5vw, 4rem);
}

.site-footer span {
  color: var(--orange);
  font-family: "Style Script", cursive;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1;
  text-shadow: 0 0 20px rgba(244, 122, 31, 0.2);
}

.thank-you-section {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(7, 5, 4, 0.98), rgba(18, 13, 10, 0.92)),
    url("assets/drink-lemon-gin.jpg") center / cover;
  display: grid;
  min-height: calc(100vh - 4rem);
  padding: clamp(2.5rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem);
}

.thank-you-card {
  max-width: 48rem;
}

.thank-you-card h1 {
  max-width: none;
}

.thank-you-card .slogan {
  color: var(--orange);
  font-family: "Style Script", cursive;
  font-size: clamp(2.5rem, 7vw, 4.7rem);
  line-height: 0.9;
  margin-bottom: 1.2rem;
  text-shadow: 0 0 28px rgba(244, 122, 31, 0.28);
}

.thank-you-card > p:not(.eyebrow):not(.slogan) {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  max-width: 42rem;
}

@media (min-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-links {
    display: flex;
  }

  .hero {
    grid-template-columns: 0.92fr 1.08fr;
  }

  .hero-image {
    min-height: auto;
    order: 2;
  }

  .drink-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .drinks-heading {
    align-items: end;
    grid-template-columns: 1fr auto;
  }

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

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

  .about-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .experience-bar {
    grid-template-columns: repeat(3, 1fr);
  }

  .experience-bar div + div {
    border-left: 1px solid rgba(255, 247, 238, 0.08);
    border-top: 0;
  }

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

  .service-card-grid article:nth-child(2n + 1) {
    border-right: 1px solid rgba(255, 247, 238, 0.08);
  }

  .site-footer {
    grid-template-columns: auto 1fr;
    justify-content: space-between;
  }
}

@media (min-width: 1120px) {
  .package-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-card-grid article {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 247, 238, 0.08);
  }

  .service-card-grid article:last-child {
    border-right: 0;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 0.72rem 0.85rem;
  }

  .brand {
    max-width: 13rem;
  }

  .brand-logo {
    height: 2.75rem;
    max-width: 100%;
  }

  .header-action {
    min-width: 5.2rem;
  }

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

  .hero-image,
  .hero-image img {
    min-height: 23rem;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 5.9rem);
    max-width: 8.5ch;
  }

  .section-heading h2 {
    font-size: clamp(3.15rem, 17vw, 4.8rem);
  }

  .feature-tile {
    min-height: 21rem;
  }

  .instagram-button {
    letter-spacing: 0.06em;
    min-width: 100%;
  }
}
