/* Ca' di Campo–inspired atelier language for Abhises */

html {
  font-size: 16px;
}

body {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--color-ink);
  background: var(--color-ivory);
  line-height: 1.7;
  padding-top: var(--header-height);
}

body.is-loading,
body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
.section-title,
.display-title {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--color-ink);
}

.section-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.08;
  margin-bottom: 1.5rem;
  text-transform: none;
  letter-spacing: -0.01em;
}

.display-title {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.05;
}

.lead {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--color-charcoal-soft);
}

.eyebrow,
.script-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  color: var(--color-charcoal-soft);
}

.script-label {
  font-family: var(--font-display);
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 1.05rem;
  color: var(--color-ink);
}

.container {
  width: var(--page-width);
  margin-inline: auto;
}

.container--narrow {
  width: min(var(--page-width), var(--max-width-narrow));
  margin-inline: auto;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

/* Buttons */
.btn,
.btn--taupe,
.btn--gold,
.btn--ghost,
.btn--light,
.btn--ink,
.btn--rich {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 3rem;
  padding: 0.85rem 1.45rem 0.85rem 1.55rem;
  font-family: var(--font-body) !important;
  font-size: 0.76rem !important;
  font-weight: 400;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  line-height: 1;
  border-radius: 0 !important;
  border: 0;
  background: var(--color-ink);
  color: var(--color-ivory);
  box-shadow: none !important;
  white-space: nowrap;
}

.btn::after,
.btn--ink::after,
.btn--gold::after,
.btn--taupe::after,
.btn--ghost::after,
.btn--light::after,
.btn--rich::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 1.05rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn:hover::after,
.btn--ink:hover::after,
.btn--gold:hover::after,
.btn--ghost:hover::after,
.btn--light:hover::after,
.btn--rich:hover::after {
  transform: translateX(5px);
}

.btn:hover,
.btn--taupe:hover,
.btn--gold:hover,
.btn--ink:hover,
.btn--rich:hover {
  background: #000;
  color: #fff;
  transform: none;
}

.btn--ghost {
  background: transparent;
  color: var(--color-ink);
  box-shadow: inset 0 0 0 1px var(--color-ink) !important;
}

.btn--ghost:hover {
  background: var(--color-ink);
  color: var(--color-ivory);
  box-shadow: inset 0 0 0 1px var(--color-ink) !important;
}

.btn--light {
  background: var(--color-ivory);
  color: var(--color-ink);
}

.btn--light:hover {
  background: #fff;
  color: var(--color-ink);
}

.btn--gold {
  background: var(--color-ink);
  color: var(--color-ivory);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.cta-band .btn-row {
  margin-top: 1.5rem;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  height: var(--header-height);
  background: var(--color-ivory);
  border-bottom: 0;
  box-shadow: none;
}

.header.is-dark,
.header.is-scrolled,
.header.is-dark.is-scrolled {
  background: var(--color-ivory) !important;
  box-shadow: none;
  border-bottom: 0;
  color: var(--color-ink);
}

.header.is-dark .logo,
.header.is-dark .nav-desktop a,
.header.is-dark .menu-toggle,
.header.is-dark .wordmark,
.header.is-scrolled .logo,
.header.is-scrolled .nav-desktop a,
.header.is-scrolled .menu-toggle,
.header.is-scrolled .wordmark {
  color: var(--color-ink) !important;
  text-shadow: none;
}

.header__inner {
  width: 100%;
  max-width: var(--page-max);
  height: 100%;
  margin-inline: auto;
  padding-left: var(--page-gutter);
  padding-right: max(0.5rem, calc(var(--page-gutter) - 0.65rem));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  box-sizing: border-box;
}

.header .nav-desktop,
.header__social {
  display: none;
}

.header__end {
  display: none;
}

.menu-toggle {
  justify-self: start;
  align-self: center;
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0.35rem 0;
  color: var(--color-ink);
  background: none;
  z-index: 2;
  min-width: 0;
  line-height: 1;
}

.menu-toggle__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  background: none !important;
  margin: 0 !important;
  transform: none !important;
}

.menu-toggle.is-open > span {
  transform: none !important;
  opacity: 1 !important;
}

.menu-toggle__icon span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  margin: 3px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle__label {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: capitalize;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.menu-toggle.is-open .menu-toggle__icon span:nth-child(1) {
  transform: translateY(4.5px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle__icon span:nth-child(3) {
  transform: translateY(-4.5px) rotate(-45deg);
}

.wordmark {
  justify-self: center;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-shadow: none;
  min-width: 0;
  max-width: 100%;
}

.wordmark img {
  display: block;
  height: 52px;
  width: auto;
  max-width: min(220px, 42vw);
  object-fit: contain;
  background: transparent;
}

.wordmark:hover {
  opacity: 0.78;
}

.wordmark em {
  font-style: italic;
  font-weight: 400;
}

.header .btn--ink {
  justify-self: end;
  align-self: center;
  min-height: 2.55rem;
  max-width: 100%;
  min-width: 0;
  padding: 0.55rem 1.05rem 0.55rem 1.15rem;
  font-size: 0.72rem !important;
  margin-right: 0;
  transform: translateX(0.35rem);
  text-transform: none !important;
  line-height: 1;
}

.header__cta-short {
  display: none;
}

.logo {
  justify-self: center;
  background: none;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
}

.logo img {
  height: 42px;
  max-width: min(180px, 40vw);
  filter: none;
}

/* Overlay navigation */
.nav-mobile {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: var(--color-ivory);
  transform: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  padding: calc(var(--header-height) + 2rem) 2rem 3rem;
}

.nav-mobile.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-mobile__inner {
  width: min(100%, 1100px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-content: center;
}

.nav-mobile__links a {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.18;
  color: var(--color-ink);
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.nav-mobile a:hover,
.nav-mobile a.is-active {
  opacity: 0.45;
}

.nav-mobile__links {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.nav-mobile__aside {
  align-self: end;
  text-align: right;
}

.nav-mobile__aside p,
.nav-mobile__aside a {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-charcoal-soft);
  display: block;
}

.nav-mobile__brand {
  color: var(--color-ink) !important;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.nav-mobile__eyebrow {
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--color-ink);
}

/* Cinematic hero */
.hero {
  position: relative;
  display: block;
  width: var(--page-width);
  height: calc(100svh - var(--header-height) - 1.25rem);
  min-height: 34rem !important;
  margin: 0.85rem auto 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip)));
}

.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: none;
}

.hero__video,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__video {
  display: block;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  border: 0;
}

.hero__overlay {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.05), rgba(17, 17, 17, 0.18));
}

.hero__content,
.hero .wave {
  display: none;
}

.hero-mark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--clip);
  height: var(--clip);
  display: grid;
  place-items: center;
  color: var(--color-ink);
  pointer-events: none;
}

.hero-mark img {
  width: 1.7rem;
  height: auto;
}

/* Manifesto */
.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  width: var(--page-width);
  margin: 4.5rem auto 0;
  padding-bottom: 5rem;
}

.manifesto__copy h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  line-height: 1.12;
  margin-bottom: 1.75rem;
  overflow: visible;
}

.manifesto__copy p {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-charcoal);
  margin-bottom: 1.15rem;
}

.manifesto__copy p strong {
  font-weight: 700;
}

.manifesto__copy .btn {
  margin-top: 1.5rem;
}

.manifesto__media {
  position: relative;
  min-height: 36rem;
}

.clip-frame {
  position: relative;
  overflow: hidden;
}

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

.clip-frame--lg {
  width: min(100%, 520px);
  height: 640px;
  margin-left: auto;
  clip-path: polygon(var(--clip) 0, 100% 0, 100% 100%, 0 100%, 0 var(--clip));
}

.clip-frame--sm {
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: min(46%, 280px);
  height: 210px;
  z-index: 2;
}

.clip-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--clip);
  height: var(--clip);
  display: grid;
  place-items: center;
  color: var(--color-ink);
}

.clip-mark img {
  width: 1.55rem;
}

/* Feeling */
.feeling {
  width: var(--page-width);
  margin: 0 auto 6rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.feeling h2 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.08;
  margin-bottom: 1.1rem;
  overflow: visible;
}

.feeling h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.3;
  margin-bottom: 1.5rem;
  max-width: 22ch;
}

.feeling p {
  color: var(--color-charcoal);
  max-width: 38rem;
  margin-bottom: 1rem;
}

.feeling__image {
  height: 520px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--clip)), calc(100% - var(--clip)) 100%, 0 100%);
}

.feeling__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Director */
.director {
  width: var(--page-width);
  margin: 0 auto 7rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: center;
}

.director__portrait {
  height: 640px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip)));
}

.director__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15);
}

.director h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  line-height: 1.08;
  margin-bottom: 1.5rem;
}

.director p {
  color: var(--color-charcoal);
  margin-bottom: 1rem;
  max-width: 38rem;
}

.director__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

/* Island */
.island {
  width: var(--page-width);
  margin: 0 auto 4rem;
}

.island h2 {
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  line-height: 1.12;
  max-width: 12ch;
  margin-bottom: 1.25rem;
  overflow: visible;
  padding-inline: 0.05em;
}

.island > .reveal,
.island > div {
  overflow: visible;
}

.island > p {
  max-width: 40rem;
  color: var(--color-charcoal);
  margin-bottom: 2.5rem;
}

.island-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-template-rows: 280px 340px;
  gap: 1rem;
}

.island-mosaic a {
  overflow: hidden;
  display: block;
}

.island-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.island-mosaic a:hover img {
  transform: scale(1.05);
}

.island-mosaic a:nth-child(1) {
  grid-row: 1 / 3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.island-mosaic a:nth-child(2) {
  clip-path: polygon(var(--clip) 0, 100% 0, 100% 100%, 0 100%, 0 var(--clip));
}

.island-mosaic a:nth-child(3) {
  grid-column: 3;
  grid-row: 1 / 3;
}

.island-mosaic a:nth-child(4) {
  grid-column: 2;
}

/* World CTA */
.world {
  position: relative;
  width: var(--page-width);
  margin: 5rem auto 0;
  height: min(42vh, 26rem);
  min-height: 18rem;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip)));
}

.world img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.world__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.08) 0%,
    rgba(17, 17, 17, 0.18) 45%,
    rgba(17, 17, 17, 0.58) 100%
  );
}

.world__content {
  position: absolute;
  left: 0;
  right: auto;
  bottom: max(18%, calc(var(--clip) * 0.55));
  padding-left: max(2.5rem, calc(var(--clip) + 1.35rem));
  padding-right: 2.5rem;
  padding-bottom: 0.35rem;
  color: #fff;
  max-width: 36rem;
  z-index: 1;
}

.world__content .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.world__content h2 {
  color: #fff;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  margin: 0.35rem 0 1.1rem;
}

.estimator-cta .btn,
.estimator-cta .btn--rich,
.contact-form .btn,
.contact-form .btn--gold {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  letter-spacing: 0.06em !important;
  font-size: 0.76rem !important;
  padding: 0.95rem 1.45rem 0.95rem 1.55rem !important;
  box-shadow: none !important;
}

.world__content .btn {
  background: #fff;
  color: var(--color-ink);
  position: relative;
  z-index: 1;
}

.feeling .btn,
.ceremony .btn,
.manifesto__copy .btn,
.island .btn {
  margin-top: 1.75rem;
}

.island .btn {
  margin-bottom: 2.5rem;
}

/* Ceremony band */
.ceremony {
  width: var(--page-width);
  margin: 5.5rem auto 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.ceremony__image {
  height: 420px;
  overflow: hidden;
}

.ceremony__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ceremony h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin: 0.5rem 0 1.2rem;
}

/* Estimator restyle */
.estimator-section {
  background: var(--color-ivory) !important;
  padding: 5rem 0 6rem;
}

.estimator-section__texture {
  display: none;
}

.estimator-home-intro {
  text-align: left;
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.estimator-card {
  background: #fff;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.estimator-badge {
  font-family: var(--font-body);
  letter-spacing: 0.12em;
  text-transform: lowercase;
  background: transparent;
  border: 1px solid var(--color-ink);
  color: var(--color-ink);
  border-radius: 0;
}

.estimator-cta {
  text-align: left;
}

.estimator-intro {
  text-align: left;
}

/* Journal */
.home-blog {
  width: var(--page-width);
  margin: 0 auto 6rem;
  text-align: left;
  padding: 0;
  background: transparent;
}

.home-blog__intro {
  max-width: 34rem;
  margin: 0 0 2.5rem;
  margin-inline: 0;
  text-align: left;
}

.home-blog__intro .script-label,
.home-blog__intro .section-title,
.home-blog__intro .lead {
  text-align: left;
  margin-inline: 0;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.home-blog-card {
  background: transparent;
  box-shadow: none;
}

.home-blog-card__image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 1rem;
}

.home-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.home-blog-card:hover img {
  transform: scale(1.04);
}

.home-blog-card__meta {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: var(--color-charcoal-soft);
}

.home-blog-card h3 {
  font-size: 1.25rem;
  margin: 0.35rem 0 0.5rem;
}

.home-blog-card__link {
  font-family: var(--font-body);
  font-size: 0.78rem;
  text-transform: lowercase;
}

.home-blog > .btn {
  margin-top: 2.5rem;
}

/* Footer */
.footer {
  background: var(--color-ivory);
  color: var(--color-ink);
  padding: 4.5rem 0 1.5rem;
  text-align: left;
}

.footer__wave {
  display: none !important;
}

.footer .container {
  width: var(--page-width);
}

.footer .logo,
.footer .header__social,
.footer__nav,
.footer__contact,
.footer__wave {
  display: none !important;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.footer__col h5 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 1.1rem;
  color: var(--color-charcoal-soft);
}

.footer__col a,
.footer__col p {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-ink);
  display: block;
  text-transform: capitalize;
}

.footer__col a:hover {
  opacity: 0.55;
}

.footer__col p {
  text-transform: none;
}

.footer__contact {
  display: none;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(26, 25, 22, 0.12);
  padding-top: 1.25rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--color-charcoal-soft);
}

.footer__unveil {
  color: var(--color-ink);
  text-transform: capitalize;
}

/* Page heroes — sit below header, cinematic stills */
.page-hero {
  position: relative;
  width: var(--page-width);
  height: auto;
  min-height: min(68vh, 38rem);
  margin: 0.85rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(3.5rem, 10vh, 6rem) clamp(1.25rem, 4vw, 2.5rem)
    clamp(3.25rem, 9vh, 5.5rem);
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip)));
}

.page-hero__bg,
.page-hero__overlay,
.page-hero__scrim {
  position: absolute;
  inset: 0;
}

.page-hero__bg {
  overflow: hidden;
  inset: 0 !important;
}

.page-hero__bg img,
.page-hero__bg video,
.page-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 28%;
  border: 0;
}

.page-hero__video,
.page-hero__bg video {
  inset: 0;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-position: center center;
  transform: none;
}

.page-hero--gallery .page-hero__bg img,
.page-hero--contact .page-hero__bg img {
  object-position: center 42%;
}

.page-hero--estimator .page-hero__bg img {
  object-position: center 35%;
}

.page-hero__overlay {
  z-index: 2;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0.52));
}

.page-hero__scrim,
.page-hero__wave,
.page-hero::before,
.page-hero::after {
  display: none !important;
}

.page-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 44rem;
  margin-inline: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  overflow: visible;
}

.page-hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.page-hero .eyebrow::before {
  display: none;
}

.page-hero .display-title {
  color: #fff;
  line-height: 1.14;
  overflow: visible;
  margin: 0 auto;
  padding-block: 0.06em;
}

.page-hero__lead {
  color: rgba(255, 255, 255, 0.86);
  max-width: 34rem;
  margin: 0.8rem auto 0;
  font-family: var(--font-display);
  text-align: center;
}

/* Inner pages */
.split {
  width: var(--page-width);
  margin: 5rem auto;
  gap: 4rem;
}

.split__image img {
  clip-path: polygon(var(--clip) 0, 100% 0, 100% 100%, 0 100%, 0 var(--clip));
}

.pillars {
  gap: 1.5rem;
}

.pillar {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.pillar h3 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.cta-band {
  width: var(--page-width);
  background: var(--color-ink) !important;
  color: var(--color-ivory);
  margin: 0 auto !important;
  padding: 5rem max(1.5rem, var(--page-gutter))
    calc(3.75rem + (var(--clip) * 0.35))
    max(2rem, calc(var(--clip) + 1.25rem)) !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--clip) 100%, 0 calc(100% - var(--clip)));
  text-align: left !important;
}

.cta-band .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
  text-align: left !important;
}

.cta-band h2 {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 0.75rem;
}

.cta-band p {
  color: rgba(248, 248, 242, 0.72) !important;
  max-width: 34rem;
  margin: 0 !important;
  text-align: left;
}

.cta-band .btn-row {
  margin-top: 1.75rem;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.cta-band .btn--light {
  background: var(--color-ivory);
  color: var(--color-ink);
}

.section--cream {
  background: var(--color-cream);
}

/* Services */
.service-card {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.service-card__media img {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--clip)), calc(100% - var(--clip)) 100%, 0 100%);
  object-position: center 30%;
}

.service-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.service-card__body {
  text-align: left;
  align-items: flex-start;
}

.service-card p {
  margin-inline: 0;
}

.service-card .btn--gold {
  align-self: flex-start;
}

.split__content {
  text-align: left;
  align-items: flex-start;
}

.wedding-feature__gallery img {
  object-fit: cover;
  object-position: center 32%;
}

.page-gallery .gallery-item {
  border-radius: 0;
  box-shadow: none;
}

.page-gallery .gallery-item:hover {
  box-shadow: none;
}

.page-gallery .gallery-item img {
  filter: saturate(0.88) contrast(1.06);
  object-position: center 28%;
}

/* Photography — quiet editorial grade */
.clip-frame img,
.feeling__image img,
.director__portrait img,
.island-mosaic img,
.world img,
.ceremony__image img,
.page-hero__bg img,
.split__image img,
.service-card__media img,
.wedding-feature__gallery img {
  filter: saturate(0.86) contrast(1.06) brightness(1.02);
}

.clip-frame--lg img {
  object-position: center 22%;
}

.world img {
  object-position: center 62%;
}

.feeling__image img,
.director__portrait img {
  object-position: center 38%;
}

.island-mosaic img,
.ceremony__image img,
.split__image img {
  object-position: center 30%;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Loader — black atelier intro */
.loader {
  background: #0b0b0b;
}

.loader__video-wrap {
  opacity: 0;
}

.loader__overlay {
  background: #0b0b0b;
}

.loader__logo {
  filter: brightness(0) invert(1);
  width: min(220px, 58vw);
}

.loader__tagline {
  color: rgba(248, 248, 242, 0.55);
  letter-spacing: 0.28em;
}

.loader__progress-bar {
  background: #f8f8f2;
}

@media (max-width: 1024px) {
  :root {
    --clip: 3.5rem;
  }

  .manifesto,
  .feeling,
  .director,
  .ceremony {
    grid-template-columns: 1fr;
  }

  .manifesto__media {
    min-height: 0;
    order: -1;
  }

  .clip-frame--lg {
    width: 100%;
    height: 520px;
    margin: 0;
  }

  .clip-frame--sm {
    width: 42%;
    height: 160px;
    top: -1.25rem;
    right: 0.5rem;
  }

  .director__portrait,
  .feeling__image {
    height: 420px;
  }

  .island-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 260px 220px;
  }

  .island-mosaic a:nth-child(1) {
    grid-row: 1 / 3;
  }

  .island-mosaic a:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / 4;
  }

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

  .nav-mobile__inner {
    grid-template-columns: 1fr;
  }

  .nav-mobile__aside {
    text-align: left;
  }
}

@media (min-width: 900px) {
  :root {
    --page-gutter: 2rem;
  }
}

@media (max-width: 900px) {
  .header__inner {
    gap: 0.5rem;
  }

  .menu-toggle .menu-toggle__label {
    display: none !important;
  }

  .menu-toggle {
    gap: 0;
    padding: 0.45rem 0.15rem;
  }

  .wordmark img {
    height: 46px;
    max-width: min(180px, 36vw);
  }

  .header .btn--ink {
    padding: 0.5rem 0.85rem 0.5rem 0.95rem;
    font-size: 0.68rem !important;
    gap: 0.55rem;
    min-height: 2.35rem;
  }

  .header .btn--ink::after {
    width: 0.9rem;
    height: 0.9rem;
    flex-basis: 0.9rem;
  }
}

@media (max-width: 768px) {
  :root {
    --page-gutter: 1.1rem;
    --header-height: 4.25rem;
    --clip: 2.6rem;
    --space-xl: 4.5rem;
    --space-2xl: 6.5rem;
  }

  .header__inner {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.4rem;
  }

  .wordmark {
    justify-self: center;
  }

  .wordmark img {
    height: 42px;
    max-width: min(150px, 34vw);
  }

  .header .btn--ink {
    padding: 0.45rem 0.7rem;
    font-size: 0.64rem !important;
    letter-spacing: 0.04em !important;
    gap: 0.4rem;
  }

  .hero,
  .page-hero {
    width: 100%;
    margin-inline: 0;
  }

  .hero {
    width: 100% !important;
    height: calc(100svh - var(--header-height)) !important;
    min-height: calc(100svh - var(--header-height)) !important;
    margin: 0 !important;
    clip-path: none !important;
  }

  .hero__video,
  .page-hero__video {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .page-hero {
    height: auto;
    min-height: min(58vh, 28rem);
    padding: 3.25rem 1.25rem 3rem;
  }

  .page-hero__content {
    padding: 0;
  }

  .page-hero .display-title {
    font-size: clamp(1.85rem, 7vw, 2.75rem);
    line-height: 1.15;
  }

  .section-title {
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .display-title {
    font-size: clamp(2.1rem, 8vw, 3.4rem);
  }

  .btn-row {
    width: 100%;
  }

  .btn-row .btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 640px) {
  :root {
    --page-gutter: 1rem;
    --header-height: 4rem;
    --clip: 2.4rem;
  }

  .header__cta-full {
    display: none;
  }

  .header__cta-short {
    display: inline;
  }

  .header .btn--ink {
    padding: 0.45rem 0.75rem;
    gap: 0.45rem;
  }

  .wordmark img {
    height: 40px;
    max-width: min(140px, 38vw);
  }

  .hero {
    width: 100% !important;
    height: calc(100svh - var(--header-height)) !important;
    min-height: calc(100svh - var(--header-height)) !important;
    margin-inline: 0 !important;
    clip-path: none !important;
  }

  .hero__video,
  .page-hero__video {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .page-hero {
    height: auto;
    min-height: min(54vh, 24rem);
    padding: 3rem 1rem 2.75rem;
  }

  .clip-frame--lg {
    height: 380px;
  }

  .clip-frame--sm {
    display: none;
  }

  .home-blog-grid,
  .footer__grid,
  .island-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .island-mosaic a:nth-child(1),
  .island-mosaic a:nth-child(3) {
    grid-row: auto;
    grid-column: auto;
    height: 240px;
  }

  .island-mosaic a {
    height: 220px;
  }

  .world {
    height: 16rem;
    min-height: 16rem;
  }

  .world,
  .page-hero,
  .cta-band,
  .hero {
    width: 100%;
    margin-inline: 0;
  }

  .cta-band {
    padding: 4rem max(1.25rem, var(--page-gutter))
      calc(3.25rem + (var(--clip) * 0.5))
      max(1.75rem, calc(var(--clip) + 1rem)) !important;
  }

  .page-hero__content,
  .world__content {
    width: var(--page-width);
    margin-inline: auto;
  }

  .world__content {
    bottom: max(20%, calc(var(--clip) * 0.65));
    padding-left: max(1.5rem, calc(var(--clip) + 1rem));
    padding-right: var(--page-gutter);
  }

  .page-hero__content {
    padding-inline: var(--page-gutter);
  }

  .nav-mobile__links a {
    font-size: clamp(1.45rem, 6.5vw, 1.8rem);
  }

  .btn,
  .btn--taupe,
  .btn--gold,
  .btn--ghost,
  .btn--light,
  .btn--ink,
  .btn--rich {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .header .btn--ink::after {
    display: none;
  }

  .header .btn--ink {
    gap: 0;
    padding: 0.42rem 0.65rem;
  }

  .wordmark img {
    height: 36px;
    max-width: min(120px, 40vw);
  }
}
