/* ── Tablet: 1024px ── */
main,
section,
.intro-grid,
.split-feature,
.contact-inner,
.accent-band,
.page-cta,
.contact-visual,
.rd-grid,
.through-world-inner,
.brand-story,
.process-grid,
.materials-grid,
.roles-grid,
.journal-grid,
.industries-grid,
.mvv-values-grid,
.why-choose-grid {
  min-width: 0;
}

@media (max-width: 1024px) {
  .our-values:not(.rd-section) .values-grid {
    padding-bottom: 1.2rem;
  }

  .our-values:not(.rd-section) .value-item,
  .our-values:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) {
    flex-basis: clamp(235px, 32vw, 290px);
  }

  .our-values:not(.rd-section) .value-item:first-child,
  .our-values:not(.rd-section) .value-item:hover {
    flex-basis: clamp(330px, 46vw, 430px);
  }
}

@media (max-width: 760px) {
  .our-values:not(.rd-section) .values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow: visible;
    padding: 0;
  }

  .our-values:not(.rd-section) .value-item,
  .our-values:not(.rd-section) .value-item:first-child,
  .our-values:not(.rd-section) .value-item:hover,
  .our-values:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) {
    min-height: 330px;
    margin-left: 0;
    padding: 4.2rem 1.6rem 2rem;
    color: #111;
    background: #ebe9e4;
    border-color: transparent;
    border-radius: 26px;
    transform: none;
  }

  .our-values:not(.rd-section) .value-item h3 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .our-values:not(.rd-section) .value-item p {
    font-size: 1rem;
    line-height: 1.45;
  }

  .our-values:not(.rd-section) .value-num,
  .our-values:not(.rd-section) .value-item:first-child .value-num,
  .our-values:not(.rd-section) .value-item:hover .value-num,
  .our-values:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) .value-num {
    color: rgba(17, 17, 17, 0.34);
  }
}

h1,
h2,
h3,
p,
a,
span,
li,
blockquote,
cite {
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {

  .intro-grid,
  .split-feature,
  .contact-inner,
  .accent-band,
  .page-cta,
  .contact-visual,
  .rd-grid,
  .through-world-inner {
    grid-template-columns: 1fr;
  }

  .split-media {
    min-height: 460px;
  }

  .create-item {
    grid-template-columns: 56px 1fr;
  }

  .create-item p {
    grid-column: 2;
  }

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

  .process-grid,
  .materials-grid,
  .roles-grid,
  .fragrance-mosaic,
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .fragrance-mosaic img {
    min-height: 42vh;
  }

  .home-entry,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .home-store-location {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 4rem 1.2rem;
  }

  .home-map-circle {
    width: min(100%, 440px);
  }

  .home-store-copy {
    max-width: none;
  }

  .home-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .home-testimonial-card {
    min-height: auto;
  }

  .home-tile {
    min-height: 42vh;
  }

  .join-inner,
  .journal-head {
    align-items: start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-contact {
    width: min(100%, 760px);
  }

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

  .showcase-card {
    flex: 0 0 clamp(240px, 60vw, 360px);
  }

  .industries-grid,
  .mvv-values-grid,
  .why-choose-grid,
  .through-world-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .rd-copy h2 {
    font-size: clamp(3rem, 7vw, 4.4rem);
  }

  .mvv-value-card h3 {
    font-size: clamp(2rem, 4vw, 3rem);
  }
}

/* ── Mobile: 760px ── */
@media (max-width: 760px) {

  /* ── Navbar ── */
  .header-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
    padding: 0 1.2rem;
  }

  .brand {
    justify-items: center;
  }

  .brand-logo {
    height: 28px;
  }

  .site-header.scrolled .brand-logo {
    filter: none;
  }

  .header-menu-word {
    display: none;
  }

  /* ── Menu overlay ── */
  .nav-overlay {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 5rem 1.5rem 2rem;
    overflow-y: auto;
  }

  .menu-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .menu-logo {
    height: 36px;
  }

  .nav-close {
    top: 1.2rem;
    right: 1.2rem;
  }

  .nav-mobile {
    align-content: start;
  }

  .nav-mobile-link {
    font-size: clamp(2.2rem, 11vw, 3.8rem);
    padding: 0.5rem 0;
  }

  .nav-mobile-footer {
    position: static;
    margin-top: 2.5rem;
    display: grid;
    gap: 0.5rem;
  }

  /* ── Hero ── */
  .hero {
    min-height: 100svh;
  }

  .hero-title {
    font-size: clamp(4rem, 20vw, 6.5rem);
  }

  .hero-links {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    bottom: 2rem;
  }

  /* ── Page hero ── */
  .page-hero {
    min-height: 80vh;
  }

  .page-hero-content {
    padding: clamp(5rem, 10vw, 8rem) 1.5rem clamp(3rem, 6vw, 5rem);
    text-align: center;
  }

  .who-hero-content {
    text-align: center;
  }

  .page-hero-content h1 {
    font-size: clamp(2.8rem, 11vw, 5rem);
  }

  .who-hero-content h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-kicker,
  .label,
  .brand-story-kicker,
  .mvv-label,
  .pillar-card .pillar-tag {
    letter-spacing: 0.22em;
  }

  /* ── Sections padding ── */
  .editorial-page,
  .process-section,
  .materials-section,
  .roles-section,
  .pillars-section,
  .journal,
  .create,
  .page-create,
  .contact-section,
  .studio-note,
  .industries-section,
  .why-choose,
  .our-values,
  .through-world,
  .mvv-values {
    padding: 4rem 1.2rem;
  }

  /* ── Intro grid ── */
  .intro-grid {
    gap: 2rem;
  }

  /* ── Create list ── */
  .create-item {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 2rem 0;
  }

  .create-item p {
    grid-column: auto;
  }

  /* ── Split ── */
  .split-copy {
    padding: 3rem 1.2rem;
  }

  /* ── Accent band ── */
  .accent-band-media,
  .contact-visual img {
    min-height: 40vh;
  }

  .accent-band-copy {
    padding: 3rem 1.2rem;
  }

  /* ── Stat strip ── */
  .stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    padding: 2rem 1.2rem;
  }

  /* ── Quote band ── */
  .quote-band {
    padding: 4rem 1.2rem;
  }

  /* ── Showcase ── */
  .showcase-section {
    padding: 4rem 0 4rem 1.2rem;
  }

  .showcase-card {
    flex: 0 0 75vw;
  }

  /* ── Manifesto ── */
  .manifesto-section {
    padding: 4rem 1.2rem;
  }

  .manifesto-line {
    gap: 1rem;
    padding: 1.6rem 0;
  }

  .manifesto-line em {
    flex: 0 0 2rem;
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .manifesto-line p {
    font-size: clamp(1.4rem, 6vw, 2.8rem);
  }

  /* ── Pillars ── */
  .pillars-grid {
    gap: 2rem;
    margin-top: 2rem;
  }

  /* ── Mosaic ── */
  .fragrance-mosaic {
    grid-template-columns: 1fr;
  }

  .fragrance-mosaic img {
    min-height: 40vh;
  }

  /* ── Journal ── */
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-head {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  /* ── Page CTA ── */
  .page-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem 1.2rem;
  }

  .who-newsletter-cta {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .who-newsletter-form input,
  .who-newsletter-form button {
    min-height: 56px;
  }

  /* ── Footer ── */
  .site-footer {
    padding: 2.5rem 1.2rem;
    gap: 1.8rem;
  }

  .site-footer nav,
  .footer-nav {
    flex-direction: column;
    gap: 0.7rem;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 0.6rem;
  }

  .footer-contact {
    gap: 0.95rem;
    width: 100%;
  }

  .footer-contact a {
    max-width: 100%;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.7rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .footer-contact svg {
    width: 17px;
    height: 17px;
    margin-top: 0.05em;
  }

  .footer-social {
    gap: 0.7rem;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
  }

  .footer-logo {
    height: 34px;
  }

  /* ── Image statement ── */
  .image-statement {
    min-height: 60vh;
  }

  .statement-card {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 1.2rem 0;
  }

  /* ── Home entry ── */
  .home-tile {
    min-height: 38vh;
  }

  .home-store-copy h2 {
    font-size: clamp(2.25rem, 10vw, 3.8rem);
  }

  .home-store-btn {
    width: 100%;
    min-width: 0;
    letter-spacing: 0.18em;
  }

  /* ── Contact ── */
  .contact-copy {
    padding: 0;
  }

  /* ── Our Values ── */
  .values-grid {
    grid-template-columns: 1fr;
  }

  /* ── Why Choose ── */
  .why-choose-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* ── Mission Vision Values ── */
  .mvv-top {
    grid-template-columns: 1fr;
  }

  .mvv-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* ── Through the World ── */
  .through-world-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .through-world-map {
    grid-template-columns: 1fr 1fr;
  }

  .industries-grid,
  .rd-grid {
    grid-template-columns: 1fr;
  }

  .brand-story-heading {
    font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
  }

  .rd-copy h2 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .mvv-block {
    padding: 3rem 1.2rem;
  }

  .mvv-value-card h3 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .btn {
    max-width: 100%;
    text-align: center;
  }
}

/* ── Tablet 768px extra fixes ── */
@media (max-width: 768px) {

  /* Hero */
  .hero-new-left {
    width: 100%;
  }

  /* Home store location */
  .home-store-location {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.2rem;
    gap: 2.5rem;
  }

  .home-map-circle {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .home-store-copy h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .home-store-btn {
    width: 100%;
  }

  /* Testimonials */
  .home-testimonials {
    padding: 3.5rem 1.2rem;
  }

  .home-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .home-testimonial-card {
    min-height: auto;
    padding: 2.5rem 1.4rem 2rem;
  }

  .home-testimonials-head h2 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  /* Newsletter CTA */
  .who-newsletter-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3.5rem 1.2rem;
  }

  .who-newsletter-cta h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .who-newsletter-form input,
  .who-newsletter-form button {
    min-height: 52px;
  }

  /* Value split */
  .value-split {
    grid-template-columns: 1fr;
  }

  .value-split-media {
    min-height: 55vw;
  }

  .value-split-copy {
    padding: 3rem 1.2rem;
  }

  .value-split-copy h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  /* Brand reach */
  .brand-reach {
    padding: 3.5rem 1.2rem;
  }

  .brand-reach h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .brand-reach-btn {
    width: 100%;
    min-width: 0;
  }

  /* Results highlight */
  .results-highlight {
    padding: 3.5rem 0;
  }

  .results-highlight-head {
    padding: 0 1.2rem;
  }

  .results-highlight-head h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .results-highlight-body {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1.2rem;
  }

  .results-highlight-media {
    aspect-ratio: 1.4 / 1;
    border-radius: 40%;
  }

  .results-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding-top: 0;
  }

  .results-stat {
    padding-left: 0;
    padding-top: 0.5rem;
    text-align: center;
  }

  .results-stat::before {
    display: none;
  }

  .results-stat span {
    font-size: clamp(0.78rem, 2.8vw, 1.1rem);
    white-space: normal;
  }

  .results-stat strong {
    font-size: clamp(1.8rem, 7vw, 3rem);
  }

  /* More details section */
  .more-details-section {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.2rem;
    gap: 2.5rem;
  }

  .more-details-layout {
    grid-template-columns: 1fr;
  }

  .more-detail-card {
    min-height: auto;
    padding: 3rem 1.2rem 1.8rem;
  }

  .more-detail-card h3 {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  /* Contact dark section */
  .contact-section-dark {
    padding: 3.5rem 1.2rem;
  }

  .contact-inner-dark {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-row-two {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .btn-send-msg {
    max-width: 100%;
  }

  .contact-map-section {
    padding: 3rem 1.2rem;
  }

  .contact-map-frame {
    min-height: 300px;
  }

  /* Expertise alt rows */
  .expertise-alt-header {
    padding: 3rem 1.2rem 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .expertise-row,
  .expertise-row--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 1.5rem;
    min-height: auto;
    padding: 2rem 1.2rem;
  }

  .expertise-row-media {
    min-height: 52vw;
  }

  .expertise-row-copy {
    padding: 1.5rem 0.5rem;
  }

  .expertise-row-copy::before,
  .expertise-row--reverse .expertise-row-copy::before {
    display: none;
  }

  .expertise-row-copy h3 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  /* Page CTA */
  .page-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3.5rem 1.2rem;
  }

  .page-cta h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  /* MVV section */
  .mvv-top {
    grid-template-columns: 1fr;
  }

  .mvv-block {
    padding: 2.5rem 1.2rem;
  }

  .mvv-block h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .mvv-values {
    padding: 2.5rem 1.2rem;
  }

  .mvv-values-grid {
    grid-template-columns: 1fr;
  }

  .mvv-value-card h3 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  /* Pillars */
  .pillars-section {
    padding: 3.5rem 1.2rem;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Split feature */
  .split-feature {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .split-media {
    min-height: 55vw;
  }

  .split-copy {
    padding: 2.5rem 1.2rem;
  }

  .split-copy h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  /* Footer */
  .site-footer {
    padding: 2.5rem 1.2rem;
  }

  .footer-nav {
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
  }

  .footer-contact a {
    justify-content: flex-start;
    text-align: left;
  }

  /* WhatsApp button */
  .whatsapp-float {
    bottom: 18px;
    left: 18px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}

/* ── Small mobile: 480px ── */
@media (max-width: 480px) {
  .site-footer {
    padding: 2.2rem 0.9rem 1.7rem;
    gap: 1.35rem;
  }

  .footer-contact {
    gap: 0.8rem;
  }

  .footer-contact a {
    font-size: 0.66rem;
    line-height: 1.5;
    letter-spacing: 0.035em;
  }

  .footer-contact svg {
    width: 16px;
    height: 16px;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
  }

  .footer-social svg {
    width: 17px;
    height: 17px;
  }

  .footer-credit,
  .footer-credit a {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .stat-strip {
    grid-template-columns: 1fr 1fr;
  }

  .stat-item strong {
    font-size: clamp(2.8rem, 14vw, 5rem);
  }

  .showcase-card {
    flex: 0 0 85vw;
  }

  .page-hero-content h1 {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }

  .hero-title {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
  }

  .section-kicker,
  .label,
  .brand-story-kicker,
  .mvv-label,
  .pillar-card .pillar-tag {
    letter-spacing: 0.16em;
  }

  /* ── Why Choose ── */
  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  /* ── Mission Vision Values ── */
  .mvv-values-grid {
    grid-template-columns: 1fr;
  }

  .through-world-map,
  .stat-strip {
    grid-template-columns: 1fr;
  }

  .home-tile span,
  .showcase-card-label {
    padding: 1.4rem;
  }

  .bs-panel-head,
  .manifesto-line {
    align-items: flex-start;
  }

  /* Home testimonials */
  .home-testimonials-head h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  /* Newsletter */
  .who-newsletter-cta h2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }

  /* More details */
  .more-detail-card h3 {
    font-size: clamp(1.3rem, 7vw, 1.8rem);
  }

  /* Results stats */
  .results-stats {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    max-width: 280px;
    margin: 0 auto;
  }

  .results-stat {
    padding-top: 0.5rem;
  }

  .results-stat span {
    font-size: clamp(0.9rem, 4vw, 1.2rem);
    white-space: normal;
  }

  .results-stat strong {
    font-size: clamp(2rem, 9vw, 3rem);
  }
}

/* who-we-are page responsive refinements */
@media (max-width: 1180px) {

  .more-details-section,
  .accent-band,
  .page-cta {
    grid-template-columns: 1fr;
  }

  .more-details-section {
    gap: 3rem;
  }

  .more-details-left {
    max-width: 720px;
    margin-inline: auto;
  }

  .more-details-left h2 {
    align-self: center;
  }

  .more-details-layout {
    width: 100%;
  }

  .our-values:not(.rd-section) .values-grid {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 900px) {
  .page-hero-content h1 {
    font-size: clamp(3.4rem, 10vw, 6.5rem);
  }

  .more-details-section,
  .our-values,
  .industries-section,
  .materials-section,
  .quote-band,
  .page-cta {
    padding-inline: clamp(1.2rem, 5vw, 3rem);
  }

  .more-details-left h2,
  .industries-heading,
  .rd-copy h2,
  .accent-band-copy h2,
  .page-cta h2 {
    font-size: clamp(2.4rem, 8vw, 4.8rem);
  }

  .more-details-media {
    width: min(100%, 360px);
  }

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

@media (max-width: 760px) {
  .page-hero {
    min-height: 72svh;
  }

  .more-details-section {
    gap: 2.2rem;
  }

  .more-details-left {
    align-items: flex-start;
    max-width: none;
    text-align: left;
  }

  .more-details-left h2 {
    align-self: flex-start;
  }

  .more-details-media {
    width: 100%;
    max-width: 360px;
  }

  .more-details-layout {
    grid-template-columns: 1fr;
  }

  .more-detail-card {
    min-height: 230px;
    padding: 3.2rem 1.4rem 1.6rem;
  }

  .more-detail-card h3 {
    font-size: clamp(1.6rem, 8vw, 2.5rem);
  }

  .our-values:not(.rd-section) .values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow: visible;
    padding: 0;
  }

  .our-values:not(.rd-section) .value-item,
  .our-values:not(.rd-section) .value-item:first-child,
  .our-values:not(.rd-section) .value-item:hover,
  .our-values:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding: 3.8rem 1.4rem 1.6rem;
    color: #111;
    background: #ebe9e4;
    border-radius: 22px;
    transform: none;
  }

  .our-values:not(.rd-section) .value-item h3,
  .our-values:not(.rd-section) .value-item:first-child h3,
  .our-values:not(.rd-section) .value-item:hover h3,
  .our-values:not(.rd-section) .value-item:not(:first-child):not(:hover) h3,
  .our-values:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) h3 {
    width: 100%;
    max-width: 100%;
    color: var(--accent);
    font-size: clamp(1.9rem, 9vw, 3rem);
    line-height: 0.98;
  }

  .our-values:not(.rd-section) .value-item p,
  .our-values:not(.rd-section) .value-item:not(:first-child):not(:hover) p,
  .our-values:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) p {
    width: 100%;
    max-width: 100%;
    color: #111;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.76;
  }

  .our-values:not(.rd-section) .value-num,
  .our-values:not(.rd-section) .value-item:first-child .value-num,
  .our-values:not(.rd-section) .value-item:hover .value-num,
  .our-values:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) .value-num {
    color: rgba(17, 17, 17, 0.34);
  }

  .rd-grid,
  .industries-grid,
  .materials-grid {
    grid-template-columns: 1fr;
  }

  .accent-band-media {
    min-height: 340px;
  }
}

@media (max-width: 480px) {
  .page-hero-content h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .page-hero-content span,
  .section-kicker {
    letter-spacing: 0.16em;
  }

  .more-details-section,
  .our-values,
  .industries-section,
  .materials-section,
  .quote-band,
  .page-cta {
    padding-inline: 1rem;
  }

  .more-detail-card,
  .industry-card,
  .material-card {
    padding-inline: 1.1rem;
  }

  .quote-band blockquote {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }
}

@media (max-width: 430px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  main,
  section,
  footer {
    max-width: 100vw;
  }

  .header-inner {
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    min-height: 58px;
    padding: 0 0.75rem;
  }

  .hamburger {
    width: 28px;
    gap: 5px;
    padding: 7px 2px;
  }

  .brand-logo {
    height: 24px;
    max-width: min(44vw, 150px);
  }

  .header-right {
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  .page-hero {
    min-height: 66svh;
  }

  .page-hero>img {
    object-position: center top;
  }

  .page-hero-content {
    max-width: 100%;
    padding: 5rem 0.85rem 2.8rem;
  }

  .page-hero-content span {
    margin-bottom: 0.85rem;
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .page-hero-content h1 {
    max-width: 330px;
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 0.94;
  }

  .who-hero-content h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .more-details-section {
    padding-top: 3rem;
  }

  .more-details-left h2 {
    font-size: clamp(2.2rem, 13vw, 3.3rem);
    line-height: 0.96;
  }

  .more-details-left p {
    font-size: 0.95rem;
  }

  /* Home hero */
  .hero-new-title {
    font-size: clamp(3.2rem, 16vw, 5.5rem);
  }

  .hero-new-desc {
    font-size: 0.88rem;
  }

  /* Testimonials */
  .home-testimonials-head h2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }

  .home-testimonial-card {
    padding: 2rem 1rem 1.5rem;
  }

  /* Newsletter */
  .who-newsletter-cta {
    padding: 3rem 0.85rem;
  }

  .who-newsletter-cta h2 {
    font-size: clamp(1.7rem, 9vw, 2.5rem);
  }

  /* Contact */
  .contact-section-dark {
    padding: 3rem 0.85rem;
  }

  .contact-info-panel {
    padding: 1.8rem 1rem;
  }

  .contact-info-panel h2 {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .contact-form-new {
    padding: 1.5rem 0;
  }

  /* Expertise rows */
  .expertise-row,
  .expertise-row--reverse {
    padding: 1.5rem 0.85rem;
  }

  .expertise-row-media {
    min-height: 56vw;
  }

  .expertise-row-copy h3 {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  /* Value split */
  .value-split-copy {
    padding: 2.5rem 0.85rem;
  }

  /* Brand reach */
  .brand-reach {
    padding: 3rem 0.85rem;
  }

  /* Results */
  .results-highlight-head {
    padding: 0 0.85rem;
  }

  .results-highlight-body {
    padding: 0 0.85rem;
  }

  /* More details */
  .more-details-section {
    padding: 3rem 0.85rem;
  }

  .more-detail-card {
    padding: 2.5rem 1rem 1.5rem;
  }

  /* MVV */
  .mvv-block {
    padding: 2rem 0.85rem;
  }

  .mvv-values {
    padding: 2rem 0.85rem;
  }

  /* Pillars */
  .pillars-section {
    padding: 3rem 0.85rem;
  }

  /* Page CTA */
  .page-cta {
    padding: 3rem 0.85rem;
  }

  /* WhatsApp */
  .whatsapp-float {
    bottom: 14px;
    left: 14px;
    width: 46px;
    height: 46px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

/* Who We Are: premium expertise redesign */
.our-values.expertise-premium:not(.rd-section) {
  padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 5vw, 5.5rem);
  color: var(--ivory);
  background: var(--ink);
  overflow: hidden;
}

.our-values.expertise-premium:not(.rd-section) .expertise-premium-heading {
  max-width: 1180px;
  margin: 0 auto clamp(2.6rem, 5vw, 4.2rem);
  font-family: 'Syne', sans-serif;
  color: var(--accent);
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.our-values.expertise-premium:not(.rd-section) .values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.our-values.expertise-premium:not(.rd-section) .value-item,
.our-values.expertise-premium:not(.rd-section) .value-item:first-child,
.our-values.expertise-premium:not(.rd-section) .value-item:hover,
.our-values.expertise-premium:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(330px, 28vw, 390px);
  width: auto;
  flex: initial;
  flex-basis: auto;
  margin: 0;
  padding: clamp(2rem, 3vw, 2.8rem);
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    #0a0d12;
  border: 1px solid rgba(236, 190, 130, 0.22);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  transform: none;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.our-values.expertise-premium:not(.rd-section) .value-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(90deg, rgba(236, 190, 130, 0.5), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(236, 190, 130, 0.16), transparent 16rem); */
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.our-values.expertise-premium:not(.rd-section) .value-item::after {
  content: "";
  position: absolute;
  left: clamp(2rem, 3vw, 2.8rem);
  right: clamp(2rem, 3vw, 2.8rem);
  bottom: clamp(1.4rem, 2.4vw, 2rem);
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0.42;
}

.our-values.expertise-premium:not(.rd-section) .value-item:hover {
  border-color: rgba(236, 190, 130, 0.72);
  /* background:
    linear-gradient(145deg, rgba(236, 190, 130, 0.16), rgba(255, 255, 255, 0.035)),
    #10151d;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34); */
  transform: translateY(-8px);
  z-index: 3;
}

.our-values.expertise-premium:not(.rd-section) .value-item:hover::before {
  opacity: 1;
}

.our-values.expertise-premium:not(.rd-section) .value-num,
.our-values.expertise-premium:not(.rd-section) .value-item:first-child .value-num,
.our-values.expertise-premium:not(.rd-section) .value-item:hover .value-num,
.our-values.expertise-premium:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) .value-num {
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
  width: fit-content;
  margin: 0 0 clamp(2.1rem, 4vw, 3.2rem);
  padding: 0.45rem 0.8rem;
  color: var(--accent);
  background: rgba(236, 190, 130, 0.1);
  border: 1px solid rgba(236, 190, 130, 0.25);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: none;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.our-values.expertise-premium:not(.rd-section) .value-item h3,
.our-values.expertise-premium:not(.rd-section) .value-item:first-child h3,
.our-values.expertise-premium:not(.rd-section) .value-item:hover h3,
.our-values.expertise-premium:not(.rd-section) .value-item:not(:first-child):not(:hover) h3,
.our-values.expertise-premium:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) h3 {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 360px;
  margin: 0 0 1.2rem;
  color: var(--ivory);
  font-size: clamp(1.45rem, 2.1vw, 2.45rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: none;
  transform: none;
  transition: color 0.3s ease;
}

.our-values.expertise-premium:not(.rd-section) .value-item:hover h3 {
  color: var(--accent);
}

.our-values.expertise-premium:not(.rd-section) .value-item p,
.our-values.expertise-premium:not(.rd-section) .value-item:first-child p,
.our-values.expertise-premium:not(.rd-section) .value-item:hover p,
.our-values.expertise-premium:not(.rd-section) .value-item:not(:first-child):not(:hover) p,
.our-values.expertise-premium:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) p {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 440px;
  margin-top: auto;
  color: rgba(247, 243, 235, 0.68);
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.65;
  opacity: 1;
  transform: none;
  transition: color 0.3s ease;
}

.our-values.expertise-premium:not(.rd-section) .value-item:hover p {
  color: rgba(247, 243, 235, 0.86);
}

.our-values.expertise-premium:not(.rd-section) .value-item.reveal {
  transform: translateY(30px);
}

.our-values.expertise-premium:not(.rd-section) .value-item.reveal.is-visible {
  animation: none;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .our-values.expertise-premium:not(.rd-section) .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .our-values.expertise-premium:not(.rd-section) {
    padding: 4rem 1.2rem;
  }

  .our-values.expertise-premium:not(.rd-section) .values-grid {
    grid-template-columns: 1fr;
  }

  .our-values.expertise-premium:not(.rd-section) .value-item,
  .our-values.expertise-premium:not(.rd-section) .value-item:first-child,
  .our-values.expertise-premium:not(.rd-section) .value-item:hover,
  .our-values.expertise-premium:not(.rd-section) .values-grid:hover .value-item:first-child:not(:hover) {
    min-height: auto;
    padding: 2rem 1.4rem;
    color: var(--ivory);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
      #0a0d12;
    border-color: rgba(236, 190, 130, 0.22);
    border-radius: 18px;
    transform: none;
  }
}

/* Home hero final mobile polish */
@media (max-width: 760px) {
  .home-hero {
    min-height: 100svh;
    align-items: stretch;
  }

  .home-hero .hero-bg img {
    object-position: 58% center;
    filter: saturate(0.86) brightness(0.52);
  }

  .home-hero .hero-veil {
    background:
      radial-gradient(circle at 68% 16%, rgba(236, 190, 130, 0.12), transparent 20rem),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.54) 42%, rgba(0, 0, 0, 0.86));
  }

  .home-hero .hero-new-body {
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 5.9rem 1rem 2.1rem;
  }

  .home-hero .hero-new-left {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 1.85rem;
    margin-bottom: 100px;
  }

  .home-hero .hero-collection-tag {
    max-width: 210px;
    /* margin: 0 0 0.1rem clamp(2.3rem, 16vw, 4.4rem); */
    margin-left: -170px;
    color: var(--ivory);
    font-size: clamp(0.78rem, 3.6vw, 1rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .home-hero .hero-title-badge-row {
    margin-left: 0;
  }

  .home-hero .hero-new-title {
    display: block;
    max-width: 330px;
    color: var(--accent);
    font-size: clamp(3.25rem, 17vw, 5.15rem);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .home-hero .hero-new-title span,
  .home-hero .hero-new-title span:nth-child(2),
  .home-hero .hero-new-title span:nth-child(3) {
    display: block;
    width: auto;
    margin-left: 0;
  }

  .home-hero .hero-new-desc {
    max-width: 315px;
    margin-top: 0.1rem;
    padding-left: 0.85rem;
    border-left: 2px solid var(--accent);
    color: rgba(247, 243, 235, 0.9);
    font-size: clamp(0.78rem, 3.25vw, 0.92rem);
    line-height: 1.55;
  }

  .site-header:not(.scrolled) .header-inner {
    min-height: 58px;
    padding: 0 0.85rem;
  }

  .site-header:not(.scrolled) .brand-logo {
    height: clamp(26px, 8vw, 34px);
    max-width: min(52vw, 180px);
  }
}

@media (max-width: 390px) {
  .home-hero .hero-new-title {
    font-size: 45px;
  }

  .home-hero .hero-new-desc {
    max-width: 290px;
    font-size: 0.76rem;
  }
}
