* {
  box-sizing: border-box;
}

:root {
  --font-scale: 0.74;
}



html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  touch-action: manipulation;
  cursor: url('../images/mouse/cursor.png'), auto !important;
}

body {
  background: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

/* Completely hide default video controls (prevents Safari's play button from showing) */
video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* Custom pointer cursor for clickable elements */
a, button, input[type="submit"], .menu-toggle, .accordion-trigger, .testimonial-btn, .view-more-btn {
  cursor: url('../images/mouse/pointer.png'), pointer !important;
}

/* Native smooth scroll fallback */
html {
  scroll-behavior: smooth;
}

/* Lenis Smooth Scroll recommended CSS */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

main.hero,
section {
  margin-bottom: clamp(1.8rem, 4vw, 4.5rem);
}

section:last-of-type {
  margin-bottom: 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  pointer-events: none;
}

.site-header-inner {
  pointer-events: auto;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  min-height: clamp(1rem, 2.6vw, 3rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: clamp(1rem, 2.4vw, 3rem);
  background: transparent;
}

.header-logo {
  width: clamp(74px, 6.3vw, 104px);
  height: clamp(74px, 6.3vw, 104px);
  border-radius: 50%;
  border: 0;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

.header-logo img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
}

.header-logo-script {
  color: #1b2121;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: calc(clamp(1.35rem, 1.9vw, 2rem) * var(--font-scale));
  line-height: 0.9;
}

.header-logo-sub {
  margin-top: -0.15rem;
  color: #1b2121;
  letter-spacing: 0.1em;
  font-size: calc(clamp(0.58rem, 0.76vw, 0.8rem) * var(--font-scale));
}

.header-location {
  margin: 0;
  justify-self: center;
  color: #746765;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: calc(clamp(0.95rem, 1.26vw, 1.7rem) * var(--font-scale));
  text-align: center;
}

.header-menu-wrap {
  position: relative;
  justify-self: end;
}

.menu-toggle {
  width: clamp(34px, 3vw, 42px);
  height: clamp(34px, 3vw, 42px);
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #746765;
  padding: 0;
}

.menu-toggle:focus-visible {
  outline: 2px solid #918684;
  outline-offset: 4px;
  border-radius: 6px;
}

.menu-dots {
  width: 18px;
  height: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.menu-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.header-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: clamp(170px, 22vw, 210px);
  padding: 1rem 1.2rem;
  border-radius: 14px;
  background: rgba(177, 201, 197, 0.96);
  box-shadow: 0 20px 36px rgba(24, 28, 28, 0.18);
}

.header-menu:not([hidden]) {
  display: grid;
  gap: 0.85rem;
}

.header-menu a {
  color: #2e3636;
  text-decoration: none;
  font-size: calc(clamp(1rem, 1.15vw, 1.2rem) * var(--font-scale));
  line-height: 1.2;
}

.header-menu a:hover {
  color: #1f2626;
}

.hero {
  width: 100%;
  height: 900px;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #ffffff;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  max-width: none;
}

.hero-video-mobile {
  display: none;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobile {
    display: block;
  }
}

main.hero {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
}

.marquee-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.slideshow-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: clamp(0.8rem, 1.2vw, 1.2rem) 0;
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 28s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}

.logo-marquee-group {
  display: flex;
  gap: clamp(0.75rem, 1vw, 1.2rem);
}

.logo-marquee-item {
  flex: 0 0 auto;
  width: 160px;
  height: 90px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eee;
  box-shadow: none;
  padding: 0.6rem;
}

.logo-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.founder-section {
  position: relative;
  width: 100%;
  min-height: clamp(1100px, 100vh, 1300px);
  overflow: hidden;
  background: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  content-visibility: auto;
  contain-intrinsic-size: auto 1200px;
}

.founder-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.25), rgba(17, 17, 17, 0.45));
  pointer-events: none;
}

.founder-copy {
  position: absolute;
  top: 50%;
  left: clamp(2rem, 4vw, 4rem);
  transform: translateY(-50%);
  z-index: 2;
  max-width: 620px;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.2rem, 4vw, 3rem);
}

.founder-kicker {
  margin: 0 0 1.4rem;
  color: #7a6f6d;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.02;
  font-weight: 700;
}

.founder-copy p {
  margin: 0 0 1.4rem;
  color: #7a6f6d;
  font-size: calc(clamp(1rem, 1.2vw, 1.18rem) * var(--font-scale));
  line-height: 1.8;
}

.founder-signature {
  margin: 0 0 0.5rem;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: #7a6f6d;
}

.founder-byline {
  margin: 0;
  color: #7a6f6d;
  font-size: clamp(0.55rem, 0.62vw, 0.68rem);
  font-weight: 300;
  line-height: 1.6;
}

.founder-byline a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.slideshow-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slideshow-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}

.slideshow-slide.active {
  opacity: 1;
}

.slideshow-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 960px) {
  .founder-copy {
    padding: clamp(2rem, 4vw, 3rem);
  }

  .founder-section {
    min-height: 65vw;
  }
}

.after-hero-strip {
  width: 100%;
  background: #fff;
}

.strip-inner {
  min-height: 148px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.9rem;
  padding: 0 3.4rem;
}

.strip-left,
.strip-center {
  margin: 0;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.strip-left {
  color: rgb(118, 102, 102);
  font-family: Arial, sans-serif;
  font-weight: 500;
  justify-self: start;
  font-size: 14px;
  line-height: 18px;
}

.strip-center {
  color: rgb(118, 102, 102);
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  justify-self: center;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.2em;
}

@keyframes bounce-arrow {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(5px); }
}

.strip-center span[aria-hidden="true"] {
  display: inline-block;
  animation: bounce-arrow 1.2s ease-in-out infinite;
}

.strip-right {
  justify-self: end;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.strip-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.agency-section {
  width: 100%;
  background: #fff;
  padding: clamp(4.8rem, 11vw, 10.8rem) 0 clamp(3.8rem, 10vw, 8rem);
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.agency-wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 clamp(1.2rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: minmax(155px, 390px) minmax(0, 1fr);
  column-gap: clamp(2rem, 5vw, 7rem);
}

.agency-left p {
  margin: clamp(0.35rem, 0.8vw, 0.8rem) 0 0;
  color: #746865;
  font-size: calc(clamp(1rem, 1.3vw, 2rem) * var(--font-scale));
  letter-spacing: 0.01em;
}

.agency-right h2 {
  margin: 0;
  color: #766967;
  font-size: calc(clamp(1.7rem, 3vw, 3.35rem) * var(--font-scale));
  line-height: 1.2;
  font-weight: 400;
  max-width: 32ch;
}

.agency-intro {
  margin: 0.5rem 0 0;
  color: #7b6f6d;
  font-size: calc(clamp(1.08rem, 1.55vw, 2.05rem) * var(--font-scale));
  line-height: 1.42;
}

.agency-image {
  margin-top: clamp(0.5rem, 1vw, 1rem);
}

.agency-image img,
.agency-image video {
  display: block;
  width: 100%;
  height: auto;
}

.agency-bottom {
  margin-top: clamp(1rem, 1.5vw, 1.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 2.6vw, 3.8rem);
}

.agency-bottom p {
  margin: 0;
  color: #7a6f6d;
  font-size: calc(clamp(1.05rem, 1.45vw, 1.95rem) * var(--font-scale));
  line-height: 1.45;
}

/* The main container for the text */
.text-container-wrapper {
  display: block;
  position: relative;
  width: 100%; /* Adjust as needed for your layout */
  max-width: 893px; /* Based on the original size */
  margin-top: -10px;
  margin-bottom: -10px; /* To match the authored negative margin */
  font-family: "Arial", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
  color: #766666;
  text-align: start;
}

/* Styles for the paragraph inside */
.text-container-wrapper p {
  margin: 0 0 14.4px 0; /* Original bottom margin for spacing */
  padding: 0;
}

.services-clean {
  position: relative;
  width: 100%;
  background: #fff;
  padding: calc(clamp(4.2rem, 10vw, 9.6rem) + 100px) 0 clamp(4.2rem, 9.5vw, 8.4rem);
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.services-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.services-bg-video {
  object-fit: cover;
  object-position: center;
}

.services-clean-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4.5vw, 6rem);
}

.services-content {
  width: min(100%, 620px);
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
}

.services-title {
  margin: 0;
  color: #7b6f6d;
  font-size: calc(clamp(1.08rem, 1.4vw, 2rem) * var(--font-scale));
  line-height: 1.3;
}

.services-accordion {
  margin: clamp(3.2rem, 6vw, 6.2rem) 0 0;
  display: grid;
  gap: clamp(1.7rem, 2.9vw, 2.8rem);
}

.accordion-trigger {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #7b6f6d;
  font-size: calc(clamp(1.08rem, 1.6vw, 2.05rem) * var(--font-scale));
  line-height: 1.32;
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.4vw, 1.25rem);
  text-align: left;
  font-family: inherit;
}

.accordion-icon {
  display: inline-block;
  font-weight: 500;
  width: 1.1em;
  text-align: center;
}

.accordion-label {
  display: inline-block;
}

.accordion-trigger:focus-visible {
  outline: 2px solid #b8a9a5;
  outline-offset: 4px;
  border-radius: 3px;
}

.accordion-panel {
  padding: 0.85rem 0 0 2.4em;
}

.accordion-panel p {
  margin: 0;
  color: #8b817e;
  font-size: calc(clamp(0.94rem, 1.15vw, 1.35rem) * var(--font-scale));
  line-height: 1.5;
  max-width: 52ch;
}

.services-tagline {
  position: relative;
  z-index: 1;
  width: min(82%, 1220px);
  margin: clamp(2.3rem, 4vw, 4rem) auto 0;
  text-align: center;
  color: #7b6f6d;
  font-size: calc(clamp(1.02rem, 1.48vw, 1.9rem) * var(--font-scale));
  line-height: 1.5;
}

.restaurant-showcase {
  width: 100%;
  background: #fff;
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(4rem, 8vw, 5.5rem);
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

.restaurant-showcase-wrap {
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.restaurant-showcase-kicker {
  margin: 0 0 1rem;
  color: #8a6a5f;
  font-size: calc(clamp(0.92rem, 1vw, 1.05rem) * var(--font-scale));
  line-height: 1.2;
  text-transform: uppercase;
}

.custom-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #766666;
  display: block;
  text-align: left;
  margin: 0 0 1rem;
  padding: 0;
}

.restaurant-showcase-frame {
  border: 1px solid #e6dfda;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 10px 30px rgba(34, 24, 20, 0.04);
}

/* Portfolio grid layout for all screen sizes */
.restaurant-showcase-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 0 8px !important;
    width: 100% !important;
}

.restaurant-showcase-grid img,
.restaurant-showcase-grid video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    display: block !important;
}

/* Scroll Reveal Effect for Portfolio items */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.testimonials-section {
  width: 100%;
  background: #FFFFFF;
  min-height: 450px;
  padding: 0;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 450px;
}

.testimonials-wrap {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 2rem clamp(1.2rem, 1.8vw, 2.2rem) 1.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonials-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
}

.testimonials-kicker,
.testimonials-year {
  margin: 0;
  color: #7a6d6a;
  font-size: calc(clamp(1.12rem, 1.65vw, 2.15rem) * var(--font-scale));
  font-weight: 400;
  letter-spacing: 0.005em;
}

.testimonials-body {
  margin-top: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.testimonial-text {
  width: min(100%, 1800px);
  margin: 0 auto;
  color: #88807e;
  font-size: calc(clamp(0.95rem, 1.24vw, 1.75rem) * var(--font-scale));
  line-height: 1.45;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-author {
  margin: clamp(2.1rem, 3vw, 3.2rem) 0 0;
  color: #615957;
  font-size: calc(clamp(1.45rem, 1.78vw, 2.3rem) * var(--font-scale));
  line-height: 1.25;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-nav {
  margin-top: clamp(1.8rem, 3vw, 3.1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.9rem, 2.8vw, 3rem);
}

.testimonial-btn {
  width: clamp(2rem, 2.5vw, 2.8rem);
  height: clamp(2rem, 2.5vw, 2.8rem);
  border: 0;
  background: transparent;
  color: #8f8683;
  font-size: calc(clamp(1.5rem, 2vw, 2.1rem) * var(--font-scale));
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.testimonial-btn:hover {
  color: #685d5b;
}

.testimonial-btn:focus-visible {
  outline: 2px solid #c4b8b4;
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.contact-replica {
  width: 100%;
  background: #000;
  padding: clamp(4.8rem, 10vw, 9rem) 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}

.contact-replica-wrap {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 4.8rem);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(520px, 1fr);
  gap: clamp(3.2rem, 7vw, 8rem);
  align-items: center;
}

.contact-copy h2 {
  margin: 0;
  color: #7b7b7b;
  font-size: calc(clamp(2rem, 3.1vw, 3.8rem) * var(--font-scale));
  font-weight: 500;
  line-height: 1.1;
}

.contact-copy p {
  margin: clamp(1.8rem, 2.6vw, 2.8rem) 0 0;
  color: #7b7b7b;
  font-size: calc(clamp(1.28rem, 1.6vw, 2rem) * var(--font-scale));
  line-height: 1.34;
  max-width: 34ch;
}

.contact-form {
  width: 100%;
  max-width: 460px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: #727272;
  color: #fff;
  font-family: inherit;
  font-size: calc(clamp(1rem, 1.18vw, 1.35rem) * var(--font-scale));
  line-height: 1;
  padding: 0 1rem;
  margin-bottom: 0.8rem;
}

.contact-form input {
  height: 44px;
}

.contact-form textarea {
  height: 44px;
  resize: none;
  padding-top: 0.95rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.contact-form button:focus-visible {
  outline: 2px solid #9d9d9d;
  outline-offset: 2px;
}

.contact-form button {
  margin-top: 0.15rem;
  width: 112px;
  height: 44px;
  border: 0;
  border-radius: 16px;
  background: #727272;
  color: #fff;
  font-family: inherit;
  font-size: calc(clamp(0.95rem, 1vw, 1.1rem) * var(--font-scale));
  font-weight: 600;
  letter-spacing: 0.14em;
  cursor: pointer;
}

.contact-form button:hover {
  background: #7d7d7d;
}

.fish-footer {
  position: relative;
  width: 100%;
  min-height: clamp(750px, calc(86vh + 100px), 1080px);
  min-height: clamp(750px, calc(86svh + 100px), 1080px);
  background: #000;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 1000px;
}

.fish-footer-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: none;
  opacity: 1;
}

.fish-footer-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: clamp(750px, calc(86vh + 100px), 1080px);
  min-height: clamp(750px, calc(86svh + 100px), 1080px);
  padding: clamp(1.4rem, 2.8vw, 2.8rem) clamp(1.2rem, 4.2vw, 3.8rem) clamp(1.5rem, 2.8vw, 2.8rem);
}

.fish-logo-wrap {
  position: absolute;
  left: 50%;
  top: 62%;
  width: clamp(118px, 11vw, 190px);
  height: clamp(118px, 11vw, 190px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.fish-logo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fish-footer-meta {
  position: absolute;
  left: clamp(1rem, 3.8vw, 3.2rem);
  right: clamp(1rem, 3.8vw, 3.2rem);
  bottom: clamp(1.5rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: end;
}

.fish-left,
.fish-right {
  display: grid;
  row-gap: clamp(1.4rem, 2.4vw, 2.4rem);
}

.fish-right {
  justify-items: end;
  text-align: right;
}

.fish-instagram,
.fish-top,
.fish-left p,
.fish-right p {
  margin: 0;
  color: #f2f2f2;
  text-decoration: none;
  font-size: calc(clamp(1.02rem, 1.55vw, 2.05rem) * var(--font-scale));
  line-height: 1.3;
}

.fish-instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ig-icon {
  width: 0.95em;
  height: 0.95em;
  border: 2px solid currentColor;
  border-radius: 0.28em;
  display: inline-block;
  position: relative;
}

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

.ig-icon::after {
  content: "";
  position: absolute;
  right: 16%;
  top: 16%;
  width: 12%;
  height: 12%;
  background: currentColor;
  border-radius: 50%;
}

.fish-left p,
.fish-right p {
  color: #e7e7e7;
  font-size: calc(clamp(0.98rem, 1.35vw, 1.68rem) * var(--font-scale));
}

.fish-top:hover,
.fish-instagram:hover {
  color: #fff;
}

@keyframes bounce-up {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.bouncing-arrow {
  display: inline-block;
  animation: bounce-up 1.5s ease-in-out infinite;
  margin-right: 2px;
}

/* iPad and Tablet Adjustments */
@media (max-width: 1024px) {
  .hero-video,
  .hero-video-desktop {
    object-fit: contain;
  }

  .slideshow-slide img,
  .slideshow-image {
    object-fit: cover !important;
  }

  .founder-section {
    min-height: 65vw;
  }

  .strip-inner {
    min-height: 80px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 2.5rem;
  }

  .strip-left {
    justify-self: start;
    font-size: 12px;
  }

  .strip-center {
    justify-self: center;
    font-size: 12px;
    letter-spacing: 0.15em;
  }

  .strip-right {
    justify-self: end;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  .hero {
    height: 100svh;
    min-height: 100dvh;
  }

  .site-header-inner {
    min-height: 70px;
    padding: 0 1rem;
  }

  .header-logo {
    width: 72px;
    height: 72px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .header-menu {
    top: calc(100% + 10px);
  }

  .agency-wrap {
    grid-template-columns: 1fr;
    row-gap: 2.1rem;
  }

  .agency-left p {
    margin: 0;
  }

  .agency-right h2 {
    max-width: 100%;
  }

  .agency-bottom {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .services-clean-inner {
    max-width: 100%;
    padding: 0 clamp(1rem, 4vw, 2.4rem);
  }

  .services-content {
    width: min(100%, 560px);
    padding-top: 0;
  }

  .services-title {
    text-align: left;
  }

  .services-accordion {
    margin-top: 2.2rem;
  }

  .services-tagline {
    width: min(90%, 760px);
    margin-top: 1.5rem;
  }

  .restaurant-showcase {
    padding-top: 1.8rem;
    padding-bottom: 3.4rem;
  }

  .restaurant-showcase-wrap {
    width: min(100%, 540px);
  }

  .restaurant-showcase-kicker,
  .custom-heading {
    text-align: center;
  }

  .testimonials-section {
    min-height: 450px;
    padding: 0;
  }

  .testimonials-body {
    margin-top: 0;
  }

  .testimonial-text {
    width: 96%;
    min-height: 190px;
    line-height: 1.4;
  }

  .testimonial-author {
    margin-top: 1.8rem;
    min-height: 52px;
  }

  .contact-replica {
    padding: 3.4rem 0 3.8rem;
  }

  .contact-replica-wrap {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    max-width: 760px;
  }

  .contact-form {
    max-width: 420px;
  }

  .contact-copy h2 {
    font-size: calc(clamp(1.8rem, 6.5vw, 2.55rem) * var(--font-scale));
  }

  .contact-copy p {
    max-width: 100%;
    font-size: calc(clamp(1.05rem, 3.1vw, 1.35rem) * var(--font-scale));
  }

  .fish-footer {
    min-height: clamp(720px, calc(92vh + 100px), 860px);
    min-height: clamp(720px, calc(92svh + 100px), 860px);
  }

  .fish-footer-content {
    min-height: clamp(720px, calc(92vh + 100px), 860px);
    min-height: clamp(720px, calc(92svh + 100px), 860px);
  }

  .fish-logo-wrap {
    top: 50%;
    width: 132px;
    height: 132px;
  }

  .fish-footer-meta {
    grid-template-columns: auto auto;
    justify-content: space-between;
    row-gap: 1.6rem;
  }

  .fish-right {
    justify-items: end;
    text-align: right;
  }
}

@media (max-width: 700px) {
  .site-header-inner {
    min-height: 60px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-location {
    display: none;
  }

  .strip-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1.5rem;
  }

  .strip-left,
  .strip-center,
  .strip-right {
    justify-self: unset;
  }

  .header-logo {
    width: 64px;
    height: 64px;
  }

  .menu-dots {
    width: 16px;
    height: 16px;
    gap: 2.5px;
  }

  .menu-dots span {
    width: 3.6px;
    height: 3.6px;
  }

  .header-menu {
    min-width: 164px;
    padding: 0.92rem 1rem;
    border-radius: 12px;
  }

  .header-menu:not([hidden]) {
    gap: 0.7rem;
  }
}

@media (max-width: 560px) {
  .hero {
    height: 100svh;
    min-height: 100dvh;
  }

  .site-header-inner {
    min-height: 60px;
    padding: 0 0.8rem;
  }

  .header-logo {
    width: 58px;
    height: 58px;
  }

  .header-logo-script {
    font-size: calc(1.15rem * var(--font-scale));
  }

  .header-logo-sub {
    font-size: calc(0.5rem * var(--font-scale));
  }

  .header-menu {
    right: -0.1rem;
    min-width: 158px;
    padding: 0.86rem 0.95rem;
  }

  .strip-inner {
    min-height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
  }

  .strip-left {
    font-size: 10px;
  }

  .strip-center {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    flex: 1;
  }

  .strip-right {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
  }

  .agency-section {
    padding-top: 3.4rem;
  }

  .agency-right h2 {
    font-size: calc(clamp(1.35rem, 7vw, 1.95rem) * var(--font-scale));
    line-height: 1.28;
  }

  .agency-intro {
    margin-top: 0.5rem;
    font-size: calc(1rem * var(--font-scale));
  }

  .agency-bottom p {
    font-size: calc(1rem * var(--font-scale));
    line-height: 1.5;
  }

  .services-clean {
    padding-top: calc(3.1rem + 100px);
    padding-bottom: 3.6rem;
  }

  .services-content {
    width: 100%;
  }

  .services-title {
    font-size: calc(1.05rem * var(--font-scale));
  }

  .services-accordion {
    gap: 1.2rem;
  }

  .accordion-trigger {
    font-size: calc(1.05rem * var(--font-scale));
    line-height: 1.4;
    gap: 0.65rem;
  }

  .accordion-panel {
    padding-top: 0.3rem;
    padding-left: 1.8em;
  }

  .accordion-panel p {
    font-size: calc(0.95rem * var(--font-scale));
  }

  .services-tagline {
    width: 92%;
    font-size: calc(1rem * var(--font-scale));
    line-height: 1.48;
  }

  .restaurant-showcase {
    padding-top: 1.4rem;
    padding-bottom: 2.8rem;
  }

  .restaurant-showcase-wrap {
    padding: 0 0.85rem;
  }

  .restaurant-showcase-kicker {
    margin-bottom: 0.85rem;
    font-size: calc(0.9rem * var(--font-scale));
  }

  .restaurant-showcase-frame {
    border-radius: 1rem;
    padding: 0.8rem;
  }

  .testimonials-wrap {
    padding: 0.6rem 1rem;
  }

  .testimonials-section {
    min-height: 500px;
  }

  .testimonials-kicker,
  .testimonials-year {
    font-size: calc(1rem * var(--font-scale));
  }

  .testimonial-text {
    font-size: calc(0.98rem * var(--font-scale));
    min-height: 280px;
  }

  .testimonial-author {
    font-size: calc(1.22rem * var(--font-scale));
    min-height: 58px;
  }

  .contact-replica-wrap {
    padding: 0 0.85rem;
  }

  .contact-form input,
  .contact-form textarea {
    height: 42px;
    border-radius: 14px;
    margin-bottom: 0.72rem;
    font-size: calc(0.98rem * var(--font-scale));
  }

  .contact-form textarea {
    padding-top: 0.86rem;
  }

  .contact-form button {
    width: 108px;
    height: 42px;
    border-radius: 14px;
    font-size: calc(0.9rem * var(--font-scale));
    letter-spacing: 0.12em;
  }

  .fish-footer {
    min-height: 100svh;
  }

  .fish-footer-content {
    min-height: 100svh;
  }

  .fish-logo-wrap {
    top: 50%;
    width: 120px;
    height: 120px;
    border-width: 2px;
  }

  .fish-footer-meta {
    grid-template-columns: auto auto;
    justify-content: space-between;
    row-gap: 1.4rem;
  }

  .fish-instagram,
  .fish-top,
  .fish-left p,
  .fish-right p {
    font-size: 13px;
  }

  .fish-left,
  .fish-right {
    row-gap: 0.6rem;
  }

  .fish-right {
    justify-items: end;
    text-align: right;
  }
}

/* =====================================================================
   HERO VIDEO ZOOM FOR ALL IPAD DEVICES (768px - 1366px)
   ===================================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  video.hero-video.hero-video-desktop {
    transform: scale(1.5);
    transform-origin: center center;
  }
}

/* =====================================================================
   ALL iPAD VIEWS — mirrors iPad Pro (1024 px) appearance
   Targets: iPad mini 6th gen (744 px), iPad 10th gen / Air 10.9" (820 px),
            iPad Air 11" / iPad Pro 11" (834 px) — up to 900 px.
   These widths previously fell into the max-width: 900 px mobile block
   and lost the 2-column layouts, hero proportions, and iPad Pro spacing.
   ===================================================================== */
@media (min-width: 901px) and (max-width: 1024px) {
  /* --- Hero: Increase height to fill more screen --- */
  .hero {
    height: 100svh;
  }

  .services-tagline {
    text-align: left;
    margin-left: clamp(1rem, 4.5vw, 6rem);
    margin-right: 0;
  }

  /* --- Founder section: polished iPad Pro layout ------------------- */
  .founder-section {
    min-height: clamp(620px, 70vw, 860px);
    padding-top: clamp(4rem, 6.5vw, 6rem);
    padding-bottom: clamp(4rem, 6.5vw, 6rem);
  }

  .founder-copy {
    left: clamp(2rem, 5vw, 4.5rem);
    right: clamp(2rem, 5vw, 4.5rem);
    max-width: 560px;
    padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1.2rem, 2.5vw, 2rem);
  }

  .founder-kicker {
    font-size: clamp(1.75rem, 3.2vw, 2.6rem);
    margin-bottom: 1rem;
  }

  .founder-copy p {
    font-size: calc(clamp(0.88rem, 1.2vw, 1.05rem) * var(--font-scale));
    line-height: 1.75;
    margin-bottom: 1rem;
    max-width: 375px;
  }

  .founder-byline {
    font-size: clamp(0.5rem, 0.6vw, 0.6rem);
  }
}

@media (min-width: 744px) and (max-width: 900px) {

  /* --- Hero: Increase height to fill more screen --- */
  .hero {
    height: 100svh;
  }

  /* --- Header -------------------------------------------------------- */
  .site-header-inner {
    min-height: auto;
  }

  .header-menu {
    top: calc(100% + 14px);
  }

  /* --- Agency: restore 2-column layout ------------------------------- */
  .agency-wrap {
    grid-template-columns: minmax(120px, 290px) minmax(0, 1fr);
    row-gap: 0;
    column-gap: clamp(1.5rem, 3vw, 4rem);
  }

  .agency-left p {
    margin: clamp(0.35rem, 0.8vw, 0.8rem) 0 0;
  }

  .agency-right h2 {
    max-width: 100%;
  }

  .agency-bottom {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.4rem, 2.5vw, 2.8rem);
  }

  /* --- Services ------------------------------------------------------ */
  .services-content {
    width: min(100%, 580px);
  }

  .services-accordion {
    margin-top: clamp(2.8rem, 5vw, 5rem);
  }

  .services-tagline {
    width: min(86%, 900px);
    margin-top: clamp(2rem, 3.5vw, 3.2rem);
    text-align: left;
    margin-left: clamp(1rem, 4vw, 5rem);
    margin-right: 0;
  }

  /* --- Restaurant showcase ------------------------------------------- */
  .restaurant-showcase {
    padding-top: clamp(2.5rem, 4vw, 4rem);
    padding-bottom: clamp(3.5rem, 6.5vw, 5rem);
  }

  .restaurant-showcase-wrap {
    width: min(100%, 560px);
  }

  /* --- Testimonials --------------------------------------------------- */
  .testimonials-section {
    min-height: 450px;
    padding: 0;
  }

  .testimonials-body {
    margin-top: 0;
  }

  .testimonial-text {
    width: min(100%, 1800px);
    min-height: 140px;
    line-height: 1.45;
  }

  .testimonial-author {
    margin-top: clamp(2rem, 2.8vw, 3rem);
    min-height: 52px;
  }

  /* --- Contact: restore 2-column layout ------------------------------ */
  .contact-replica {
    padding: clamp(4rem, 8vw, 7rem) 0;
  }

  .contact-replica-wrap {
    grid-template-columns: 1fr 1.55fr;
    gap: clamp(2rem, 4vw, 4.5rem);
    max-width: 1560px;
  }

  .contact-form {
    max-width: 400px;
  }

  .contact-copy h2 {
    font-size: calc(clamp(1.8rem, 3vw, 2.6rem) * var(--font-scale));
  }

  .contact-copy p {
    max-width: 100%;
    margin-top: clamp(1.4rem, 2vw, 2rem);
  }

  /* --- Founder section: polished iPad layout ------------------------- */
  .founder-section {
    min-height: clamp(580px, 78vw, 800px);
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }

  .founder-copy {
    left: clamp(1.5rem, 4vw, 3rem);
    right: clamp(1.5rem, 4vw, 3rem);
    max-width: 520px;
    padding: clamp(1.2rem, 2.8vw, 2rem) clamp(1rem, 2.4vw, 1.8rem);
  }

  .founder-kicker {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    margin-bottom: 0.9rem;
  }

  .founder-copy p {
    font-size: calc(clamp(0.85rem, 1.35vw, 1rem) * var(--font-scale));
    line-height: 1.72;
    margin-bottom: 0.9rem;
    max-width: 375px;
  }

  .founder-byline {
    font-size: clamp(0.48rem, 0.7vw, 0.58rem);
  }

  /* --- Footer: restore iPad Pro proportions -------------------------- */
  .fish-footer,
  .fish-footer-content {
    min-height: clamp(750px, calc(86svh + 100px), 1000px);
  }

  .fish-logo-wrap {
    top: 62%;
    width: clamp(118px, 11vw, 155px);
    height: clamp(118px, 11vw, 155px);
  }

  .fish-footer-meta {
    grid-template-columns: 1fr 1fr;
    justify-content: initial;
    row-gap: clamp(1.4rem, 2.4vw, 2.4rem);
  }

  .fish-right {
    justify-items: end;
    text-align: right;
  }
}
@media (max-width: 767px) {
  section#services p.services-tagline {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}