:root {
  --ink: #171514;
  --ink-2: #26211f;
  --ivory: #f6efe6;
  --paper: #fffaf3;
  --porcelain: #fffdf8;
  --sand: #e4d4c1;
  --taupe: #7b6d60;
  --muted: #776d65;
  --line: rgba(23, 21, 20, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --gold: #c8a46a;
  --gold-soft: #efe1c7;
  --burgundy: #8d2437;
  --burgundy-dark: #5d1625;
  --blue: #253d52;
  --shadow: 0 30px 90px rgba(23, 21, 20, 0.18);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.95), rgba(246, 239, 230, 0.92)),
    var(--ivory);
  color: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-header {
  background: rgba(255, 250, 243, 0.88);
  border-bottom: 1px solid rgba(23, 21, 20, 0.08);
  backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  z-index: 30;
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 243, 0.96);
  box-shadow: 0 16px 44px rgba(23, 21, 20, 0.08);
}

.nav,
.section,
.showcase,
.trust-strip,
.order-panel,
.footer {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}

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

.brand {
  align-items: center;
  display: inline-flex;
  gap: 13px;
  min-width: max-content;
}

.brand img {
  height: 48px;
  width: 48px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.brand small {
  color: var(--taupe);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-top: 5px;
  text-transform: uppercase;
}

.nav-menu {
  align-items: center;
  display: flex;
  gap: 4px;
}

.nav-menu a {
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 0.91rem;
  font-weight: 760;
  padding: 11px 14px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: var(--gold-soft);
  color: var(--burgundy-dark);
}

.nav-menu .nav-cta {
  background: var(--ink);
  color: #fff;
  padding-inline: 20px;
}

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

.social-links a {
  align-items: center;
  border: 1px solid rgba(23, 21, 20, 0.14);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: var(--gold-soft);
  border-color: rgba(141, 36, 55, 0.22);
  transform: translateY(-2px);
}

.social-links svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 18px;
}

.social-links svg path {
  fill: currentColor;
  stroke: none;
}

.nav-social {
  margin-inline: 4px;
}

.nav-social a {
  color: var(--ink);
  min-height: 38px;
  min-width: 38px;
  padding: 0;
}

.nav-toggle {
  background: var(--porcelain);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: none;
  height: 46px;
  padding: 0;
  place-items: center;
  width: 46px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  transition: transform 180ms ease;
  width: 18px;
}

.hero {
  background:
    linear-gradient(115deg, rgba(23, 21, 20, 0.98), rgba(23, 21, 20, 0.91) 52%, rgba(141, 36, 55, 0.72)),
    url("ImageReal/imageheader.jpeg") center / cover;
  color: #fff;
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  grid-template-columns: 0.92fr 1.08fr;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  padding: clamp(86px, 9vw, 128px) max(20px, calc((100vw - 1220px) / 2)) clamp(72px, 8vw, 112px);
  position: relative;
}

.hero::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  inset: 24px;
  pointer-events: none;
  position: absolute;
}

.hero-copy {
  align-self: center;
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.hero .eyebrow,
.catalog .eyebrow,
.order-panel .eyebrow,
.contact-card .eyebrow {
  color: #edc4cc;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.45rem, 6.9vw, 6.35rem);
  line-height: 0.94;
  margin-bottom: 26px;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.55rem, 5.6vw, 5.1rem);
  line-height: 0.96;
  margin-bottom: 0;
  text-wrap: balance;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.28;
  margin-bottom: 10px;
}

.hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  line-height: 1.75;
  max-width: 570px;
}

.intro-copy p,
.service-copy p,
.contact-card p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.78;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 880;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  background: var(--burgundy);
  color: #fff;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--burgundy-dark);
}

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

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-badges span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 850;
  padding: 9px 13px;
}

.hero-panel {
  align-self: center;
  display: grid;
  gap: 14px;
  justify-self: end;
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.hero-panel::before {
  color: rgba(255, 250, 243, 0.13);
  content: "EVE FLORIST";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 8.6vw, 9.4rem);
  left: -34%;
  line-height: 0.8;
  mix-blend-mode: screen;
  position: absolute;
  text-shadow: 0 1px 28px rgba(255, 255, 255, 0.06);
  top: -42px;
  white-space: nowrap;
  z-index: -1;
}

.hero-image-frame {
  background: rgba(255, 250, 243, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
  padding: 12px;
}

.hero-image-frame img {
  aspect-ratio: 4 / 4.15;
  filter: saturate(0.86) contrast(1.05);
  height: auto;
  object-fit: cover;
  object-position: 50% center;
  width: 100%;
}

.hero-note {
  background: var(--paper);
  border-left: 4px solid var(--gold);
  color: var(--ink);
  display: grid;
  gap: 5px;
  justify-self: end;
  margin-right: 22px;
  margin-top: -48px;
  max-width: 340px;
  padding: 20px 22px;
  position: relative;
  z-index: 2;
}

.hero-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  font-weight: 500;
}

.hero-note span {
  color: var(--muted);
  line-height: 1.45;
}

.trust-strip {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -42px;
  position: relative;
  z-index: 4;
}

.trust-strip div {
  border-right: 1px solid var(--line);
  min-height: 124px;
  padding: 26px;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  font-weight: 500;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.55;
  margin-top: 8px;
}

.section {
  padding: clamp(78px, 10vw, 132px) 0;
}

.intro {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: 1.05fr 0.95fr;
}

.section-heading {
  margin-bottom: 38px;
  max-width: 850px;
}

.section-lede {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 720px;
}

.delivery-highlight {
  align-items: center;
  background: rgba(255, 250, 243, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
  padding: 16px 18px;
}

.delivery-highlight strong {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 500;
}

.delivery-highlight span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.showcase {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 0.85fr;
  padding-bottom: clamp(84px, 10vw, 126px);
}

.showcase-card {
  background: var(--porcelain);
  border: 1px solid rgba(23, 21, 20, 0.1);
  box-shadow: 0 26px 78px rgba(23, 21, 20, 0.16);
  display: grid;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.showcase-card.large {
  grid-row: span 2;
  grid-template-rows: minmax(0, 1fr) auto;
}

.showcase-card.wide {
  grid-column: 1 / -1;
  grid-template-columns: 0.78fr 1fr;
}

.showcase-card img {
  aspect-ratio: 4 / 3.15;
  filter: saturate(0.92) contrast(1.03);
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms ease;
  width: 100%;
}

.showcase-card:hover img {
  transform: scale(1.035);
}

.showcase-card.large img {
  aspect-ratio: auto;
  height: 100%;
}

.showcase-card.wide img {
  aspect-ratio: 4 / 2.45;
  height: 100%;
}

.showcase-card div {
  align-self: stretch;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(246, 239, 230, 0.96));
  border-top: 1px solid rgba(23, 21, 20, 0.1);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 148px;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
}

.showcase-card span,
.tag {
  color: var(--burgundy);
  display: block;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.showcase-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.36rem, 2.3vw, 2.05rem);
  font-weight: 500;
  margin: 0;
  max-width: 560px;
}

.showcase-card.large div {
  min-height: 188px;
}

.showcase-card.wide div {
  border-left: 1px solid rgba(23, 21, 20, 0.1);
  border-top: 0;
}

.catalog {
  background:
    linear-gradient(180deg, rgba(23, 21, 20, 0.97), rgba(23, 21, 20, 0.94)),
    url("ImageReal/WhatsApp%20Image%202026-05-29%20at%20.jpeg") center / cover fixed;
  color: #fff;
  margin-inline: 0;
  padding-inline: max(20px, calc((100vw - 1220px) / 2));
  width: 100%;
}

.catalog .section-heading {
  margin-inline: auto;
  width: min(1220px, 100%);
}

.catalog-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
  width: min(1220px, 100%);
}

.catalog-card {
  background: rgba(255, 250, 243, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.catalog-card:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.catalog-photo {
  background: #14110f;
  display: block;
  overflow: hidden;
}

.catalog-photo img {
  aspect-ratio: 4 / 3.35;
  filter: saturate(0.95) contrast(1.02);
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms ease;
  width: 100%;
}

.catalog-card:hover .catalog-photo img {
  transform: scale(1.04);
}

.placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(141, 36, 55, 0.22), rgba(200, 164, 106, 0.38)),
    var(--sand);
  display: grid;
  justify-items: center;
  position: relative;
}

.placeholder::before {
  border: 1px dashed rgba(23, 21, 20, 0.34);
  content: "";
  inset: 18px;
  position: absolute;
}

.placeholder span {
  background: rgba(255, 250, 243, 0.82);
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 0.84rem;
  font-weight: 950;
  padding: 9px 14px;
  position: relative;
  z-index: 1;
}

.placeholder.dark {
  background: linear-gradient(135deg, #1b1918, #69605a);
}

.placeholder.dark span {
  background: rgba(23, 21, 20, 0.72);
  color: #fff;
}

.placeholder.taupe {
  background: linear-gradient(135deg, #f2ece1, #8a7868);
}

.placeholder.blue {
  background: linear-gradient(135deg, #e6edf2, #253d52);
}

.placeholder.gold {
  background: linear-gradient(135deg, #fff0c5, #c8a46a);
}

.placeholder.blush {
  background: linear-gradient(135deg, #efd2d7, #8d2437);
}

.catalog-body {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.catalog-body p:not(.tag),
.service-grid p,
.case-list p,
.steps p,
.faq-list p {
  color: var(--muted);
  line-height: 1.65;
}

.catalog-body strong {
  color: var(--burgundy-dark);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 2px;
}

.card-link {
  align-items: center;
  border-top: 1px solid rgba(23, 21, 20, 0.12);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 14px;
}

.card-link::after {
  content: "→";
  font-size: 1.05rem;
}

.highlight-card {
  grid-column: span 2;
  grid-template-columns: 1.05fr 0.95fr;
  display: grid;
}

.highlight-card .catalog-photo img {
  aspect-ratio: auto;
  height: 100%;
}

.catalog-note {
  align-items: center;
  background: rgba(255, 250, 243, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin: 28px auto 0;
  padding: 22px;
  width: min(1220px, 100%);
}

.catalog-note p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  margin: 0;
}

.catalog-note .button.secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.custom-price-card {
  background:
    linear-gradient(135deg, rgba(23, 21, 20, 0.96), rgba(93, 22, 37, 0.82)),
    url("catalog/1.5juta.jpeg") center / cover;
  color: #fff;
  grid-column: span 2;
  min-height: 100%;
}

.custom-price-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  justify-content: center;
  padding: clamp(26px, 4vw, 44px);
}

.custom-price-body h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  max-width: 520px;
}

.custom-price-body p:not(.tag) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  max-width: 560px;
}

.custom-price-body .button {
  align-self: flex-start;
  margin-top: 8px;
}

.service-band {
  background: var(--paper);
  display: grid;
  gap: clamp(40px, 6vw, 82px);
  grid-template-columns: 0.82fr 1.18fr;
  padding: clamp(84px, 10vw, 132px) max(20px, calc((100vw - 1220px) / 2));
}

.service-copy {
  max-width: 520px;
}

.service-copy p:not(.eyebrow) {
  margin-top: 24px;
}

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

.service-grid article {
  background: #fff;
  border: 1px solid rgba(23, 21, 20, 0.1);
  min-height: 242px;
  padding: 30px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-grid article::before {
  background: var(--gold);
  content: "";
  height: 3px;
  left: 30px;
  position: absolute;
  right: 30px;
  top: 0;
}

.service-grid article:hover {
  box-shadow: 0 20px 58px rgba(23, 21, 20, 0.1);
  transform: translateY(-3px);
}

.service-grid span {
  color: var(--gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  margin-bottom: 28px;
}

.use-cases {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.95fr 1.05fr;
}

.case-list {
  display: grid;
  gap: 0;
}

.case-list article {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

.case-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.order-panel {
  background:
    linear-gradient(135deg, rgba(23, 21, 20, 0.98), rgba(38, 33, 31, 0.96)),
    var(--ink);
  color: #fff;
  display: grid;
  gap: 38px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(58px, 8vw, 92px);
}

.order-note {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 22px 0 0;
  max-width: 560px;
}

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

.steps article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px;
}

.steps span {
  align-items: center;
  background: var(--gold);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 38px;
}

.steps p {
  color: rgba(255, 255, 255, 0.7);
}

.faq {
  padding-bottom: 72px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 24px 26px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  margin: 14px 0 0;
}

.contact {
  padding: 0 20px;
}

.contact-card {
  background:
    linear-gradient(110deg, rgba(23, 21, 20, 0.9), rgba(93, 22, 37, 0.74)),
    url("ImageReal/WhatsApp%20Image%202026-05-29%20at%2019.56.38.jpeg") center / cover;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  margin-inline: auto;
  max-width: 1220px;
  padding: clamp(40px, 7vw, 82px);
}

.contact-card p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 640px;
}

.contact-card .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.contact-social {
  grid-column: 1 / -1;
}

.contact-social a {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  min-width: auto;
  padding: 0 16px;
}

.contact-social a:hover,
.contact-social a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.46);
}

.footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 38px 0;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  color: var(--ink);
  font-weight: 830;
}

.footer-social a {
  color: var(--ink);
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-hero {
  background:
    linear-gradient(115deg, rgba(23, 21, 20, 0.98), rgba(23, 21, 20, 0.88)),
    url("catalog/portofolio/WhatsApp%20Image%202026-05-29%20at%2021.18.20.jpeg") center / cover;
  color: #fff;
  padding: clamp(82px, 10vw, 140px) max(20px, calc((100vw - 1220px) / 2));
  position: relative;
}

.portfolio-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.14);
  content: "";
  inset: 24px;
  pointer-events: none;
  position: absolute;
}

.portfolio-hero-copy {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.portfolio-hero-copy .eyebrow {
  color: #edc4cc;
}

.portfolio-hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 680px;
}

.portfolio-section {
  padding: clamp(72px, 9vw, 118px) max(20px, calc((100vw - 1220px) / 2));
}

.portfolio-heading {
  margin-bottom: 34px;
  max-width: 850px;
}

.portfolio-grid {
  columns: 4 250px;
  column-gap: 16px;
}

.portfolio-item {
  background: var(--porcelain);
  border: 1px solid rgba(23, 21, 20, 0.1);
  box-shadow: 0 18px 54px rgba(23, 21, 20, 0.11);
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
  break-inside: avoid;
}

.portfolio-item img {
  filter: saturate(0.95) contrast(1.02);
  height: auto;
  transition: transform 520ms ease;
  width: 100%;
}

.portfolio-item:hover img {
  transform: scale(1.035);
}

.portfolio-cta {
  padding: 0 20px;
}

.location-section {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(72px, 9vw, 118px) max(20px, calc((100vw - 1220px) / 2));
}

.location-copy {
  background: var(--paper);
  border: 1px solid rgba(23, 21, 20, 0.1);
  padding: clamp(28px, 5vw, 54px);
}

.location-copy h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.85rem);
}

.location-list {
  display: grid;
  gap: 1px;
  margin-top: 28px;
}

.location-list article {
  border-top: 1px solid rgba(23, 21, 20, 0.12);
  padding: 20px 0;
}

.location-list article:last-child {
  border-bottom: 1px solid rgba(23, 21, 20, 0.12);
}

.location-list strong {
  color: var(--burgundy);
  display: block;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.location-list p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.map-card {
  background: var(--ink);
  border: 1px solid rgba(23, 21, 20, 0.1);
  box-shadow: 0 26px 78px rgba(23, 21, 20, 0.16);
  min-height: 420px;
  overflow: hidden;
}

.map-card iframe {
  display: block;
  height: 100%;
  min-height: 420px;
  width: 100%;
}

@media (max-width: 960px) {
  .nav-menu {
    background: rgba(255, 250, 243, 0.98);
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 6px;
    left: 0;
    opacity: 0;
    padding: 18px 20px 26px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 82px;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu a {
    border-radius: var(--radius);
    padding: 15px 12px;
  }

  .nav-social {
    justify-content: flex-start;
    margin: 8px 0;
  }

  .nav-social a {
    border-radius: var(--radius);
    min-width: 46px;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero,
  .intro,
  .service-band,
  .use-cases,
  .order-panel,
  .contact-card,
  .location-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 74px;
  }

  .trust-strip,
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .highlight-card {
    grid-column: 1 / -1;
  }

  .custom-price-card {
    grid-column: 1 / -1;
  }

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

  .showcase-card.large,
  .showcase-card.wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .showcase-card.wide {
    grid-template-columns: 1fr;
  }

  .showcase-card.wide img {
    height: auto;
  }

  .showcase-card.wide div {
    border-left: 0;
    border-top: 1px solid rgba(23, 21, 20, 0.1);
  }

  .hero-panel {
    justify-self: start;
  }

  .hero-panel::before {
    left: 0;
  }

  .hero-note {
    justify-self: start;
    margin-left: 22px;
    margin-right: 0;
  }

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

@media (max-width: 640px) {
  .nav,
  .section,
  .showcase,
  .trust-strip,
  .order-panel,
  .footer {
    width: min(100% - 28px, 1220px);
  }

  .brand img {
    height: 40px;
    width: 40px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    max-width: 160px;
    white-space: normal;
  }

  .hero {
    min-height: auto;
    padding: 44px 14px 62px;
  }

  .hero::after {
    inset: 12px;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.05rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.35rem);
  }

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

  .button {
    width: 100%;
  }

  .hero-panel::before {
    display: none;
  }

  .hero-note {
    margin: -18px 10px 0;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-badges {
    margin-top: 24px;
  }

  .trust-strip,
  .showcase,
  .catalog-grid,
  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .highlight-card {
    display: block;
  }

  .custom-price-card {
    grid-column: auto;
  }

  .custom-price-body .button {
    align-self: stretch;
  }

  .highlight-card .catalog-photo img {
    aspect-ratio: 4 / 3.35;
    height: auto;
  }

  .trust-strip {
    margin-top: 0;
  }

  .trust-strip div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .section {
    padding: 68px 0;
  }

  .showcase-card div {
    padding: 22px;
  }

  .showcase-card.large div,
  .showcase-card div {
    min-height: 132px;
  }

  .catalog,
  .service-band {
    padding-inline: 14px;
  }

  .catalog-note {
    align-items: stretch;
    flex-direction: column;
  }

  .portfolio-hero {
    padding: 54px 14px 70px;
  }

  .portfolio-hero::after {
    inset: 12px;
  }

  .portfolio-section {
    padding: 64px 14px;
  }

  .portfolio-grid {
    columns: 1;
  }

  .portfolio-cta {
    padding-inline: 14px;
  }

  .location-section {
    padding: 64px 14px;
  }

  .map-card,
  .map-card iframe {
    min-height: 340px;
  }

  .order-panel {
    padding: 36px 20px;
  }

  .contact {
    padding-inline: 14px;
  }

  .contact-card {
    padding: 30px 20px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .contact-social {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-social a {
    width: 100%;
  }
}
