/* ============================================================
   IACULUS — shared design system
   Single source of truth for all pages.
   ============================================================ */

:root {
  --black:     #060d09;
  --off-black: #091210;
  --surface:   #0d1a14;
  --gold:      #c9a96e;
  --gold-dim:  #8a6f3f;
  --gold-pale: #e8d5b0;
  --white:     #eef4f0;
  --grey:      #4a6057;
  --grey-light:#8aaa97;
  --rule:      1px solid rgba(201,169,110,0.25);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  line-height: 1.8;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 60px;
  background: linear-gradient(to bottom, rgba(6,13,9,0.95) 0%, rgba(6,13,9,0) 100%);
  transition: background 0.4s ease;
}

nav.scrolled {
  background: rgba(6,13,9,0.97);
  border-bottom: var(--rule);
  padding: 18px 60px;
}

.nav-wordmark { display: flex; align-items: center; text-decoration: none; }

.nav-logo {
  height: 80px;
  width: 80px;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.nav-wordmark:hover .nav-logo { opacity: 1; }

.nav-links { display: flex; gap: 40px; list-style: none; }

.nav-links a {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey-light);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.current { color: var(--gold); }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  padding: 18px 44px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.btn-primary:hover { background: var(--gold-pale); transform: translateY(-2px); }

.btn-ghost {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--grey-light);
  background: transparent;
  padding: 18px 44px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(201,169,110,0.25);
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.btn-ghost:hover {
  color: var(--gold-pale);
  border-color: rgba(201,169,110,0.6);
  transform: translateY(-2px);
}

/* ── TYPE ── */
h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0;
}

h3 {
  font-family: 'Cinzel', serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}

p {
  color: rgba(240,236,227,0.75);
  margin-bottom: 22px;
  font-size: clamp(17px, 1.8vw, 19px);
}

p.lead {
  font-size: clamp(20px, 2.2vw, 24px);
  font-style: italic;
  font-weight: 300;
  color: var(--white);
  line-height: 1.7;
}

em { color: var(--gold-pale); font-style: italic; }

.section-label {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.section-rule {
  width: 48px;
  height: 1px;
  background: var(--gold-dim);
  margin: 16px 0 36px;
}

/* ── SECTIONS ── */
section {
  padding: 120px 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.divider {
  border: none;
  border-top: var(--rule);
  margin: 0 60px;
}

/* ============================================================
   OFFERING-PAGE TEMPLATE
   ============================================================ */

/* Sub-hero: shorter than the home hero, anchored top-left */
.subhero {
  position: relative;
  padding: 220px 60px 120px;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.subhero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -12%;
  width: 55%;
  height: 130%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cpath d='M300,300 m-240,0 a240,240 0 1,1 480,0 a240,240 0 1,1 -480,0' fill='none' stroke='rgba(201,169,110,0.04)' stroke-width='1'/%3E%3Cpath d='M300,300 m-180,0 a180,180 0 1,1 360,0 a180,180 0 1,1 -360,0' fill='none' stroke='rgba(201,169,110,0.03)' stroke-width='0.8'/%3E%3Cpath d='M300,300 m-120,0 a120,120 0 1,1 240,0 a120,120 0 1,1 -240,0' fill='none' stroke='rgba(201,169,110,0.025)' stroke-width='0.6'/%3E%3Cpath d='M300,60 C420,40 540,120 560,240 C580,360 500,480 380,500 C260,520 140,440 120,320 C100,200 180,100 280,80' fill='none' stroke='rgba(201,169,110,0.05)' stroke-width='0.9'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.subhero > * { position: relative; z-index: 1; }

.subhero h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 28px;
  max-width: 16ch;
}

.subhero .lead {
  max-width: 620px;
  margin-bottom: 40px;
}

.subhero .subhero-meta {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--grey-light);
}

/* Breadcrumb / back link */
.back-link {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--grey-light);
  text-decoration: none;
  margin-bottom: 36px;
  transition: color 0.2s;
}

.back-link:hover { color: var(--gold); }

/* Readable prose column */
.prose {
  max-width: 760px;
  margin: 0 auto;
}

.prose .pull-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  font-weight: 300;
  color: var(--gold-pale);
  line-height: 1.5;
  border-left: 2px solid var(--gold-dim);
  padding-left: 28px;
  margin: 44px 0;
}

/* "What's included" / structured list */
.included {
  list-style: none;
  margin: 40px 0 0;
  border-top: var(--rule);
}

.included li {
  padding: 28px 0;
  border-bottom: var(--rule);
}

.included li h3 { margin-bottom: 8px; }

.included li p { margin-bottom: 0; font-size: 17px; line-height: 1.8; }

/* Who it's for / facets grid */
.facet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 48px;
  background: rgba(201,169,110,0.1);
}

.facet-card {
  background: var(--surface);
  padding: 40px;
}

.facet-card h3 { margin-bottom: 14px; }

.facet-card p { font-size: 16px; line-height: 1.8; margin-bottom: 0; }

/* Logistics row */
.logistics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 48px;
  background: rgba(201,169,110,0.1);
}

.logistics .item {
  background: var(--surface);
  padding: 36px 32px;
}

.logistics .item .label {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 12px;
}

.logistics .item .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  color: var(--white);
  line-height: 1.5;
}

/* FAQ */
.faq { margin-top: 40px; border-top: var(--rule); }

.faq details {
  border-bottom: var(--rule);
  padding: 24px 0;
}

.faq summary {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--gold-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.faq summary::after {
  content: '+';
  color: var(--gold);
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 22px;
}

.faq details[open] summary::after { content: '–'; }

.faq details p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.8;
}

/* CTA band */
.cta-band {
  background: var(--off-black);
  max-width: 100%;
  padding: 120px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: -20%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'%3E%3Cpath d='M350,350 m-300,0 a300,300 0 1,1 600,0 a300,300 0 1,1 -600,0' fill='none' stroke='rgba(201,169,110,0.035)' stroke-width='1'/%3E%3Cpath d='M350,350 m-240,0 a240,240 0 1,1 480,0 a240,240 0 1,1 -480,0' fill='none' stroke='rgba(201,169,110,0.025)' stroke-width='0.7'/%3E%3Cpath d='M350,50 C500,30 640,140 660,290 C680,440 570,580 420,600 C270,620 120,510 100,360 C80,210 190,80 330,60' fill='none' stroke='rgba(201,169,110,0.05)' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: 65% 65%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  animation: serpentRotate 100s linear infinite;
}

.cta-band > * { position: relative; z-index: 1; }

.cta-band h2 { margin-bottom: 8px; }
.cta-band .section-rule { margin: 16px auto 36px; }
.cta-band .lead { max-width: 540px; margin: 0 auto 16px; }
.cta-band p { max-width: 480px; margin: 0 auto 48px; font-size: 17px; }

.contact-details {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.contact-details a {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--grey-light);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-details a:hover { color: var(--gold); }

/* Sibling-page nav (explore the other offerings) */
.sibling-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(201,169,110,0.1);
  margin-top: 0;
}

.sibling-nav a {
  background: var(--surface);
  padding: 40px;
  text-decoration: none;
  transition: background 0.25s ease;
  display: block;
}

.sibling-nav a:hover { background: #1a1814; }

.sibling-nav .label {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}

.sibling-nav .title {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: var(--white);
}

/* ── FOOTER ── */
footer {
  border-top: var(--rule);
  padding: 60px 60px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.footer-logo { height: 120px; width: 120px; object-fit: contain; opacity: 0.6; }

footer .foot-note {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: var(--grey);
}

/* ── CALENDLY MODAL ── */
.calendly-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(6,13,9,0.92);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.calendly-overlay.open { display: flex; }

.calendly-container {
  position: relative;
  width: 90vw;
  max-width: 900px;
  height: 85vh;
  background: var(--surface);
  border: var(--rule);
}

.calendly-close {
  position: absolute;
  top: -44px;
  right: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--grey-light);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.calendly-close:hover { color: var(--gold); }

.calendly-frame { width: 100%; height: 100%; border: none; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes serpentRotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 20px 28px; }
  nav.scrolled { padding: 14px 28px; }
  .nav-links { display: none; }
  section { padding: 80px 28px; }
  .divider { margin: 0 28px; }
  .subhero { padding: 160px 28px 80px; }
  .subhero::before { display: none; }
  .facet-grid { grid-template-columns: 1fr; }
  .logistics { grid-template-columns: 1fr; }
  .sibling-nav { grid-template-columns: 1fr; }
  .cta-band { padding: 100px 28px; }
  footer { padding: 32px 28px; gap: 12px; }
}

/* ============================================================
   EDITORIAL PHOTOGRAPHY (offering pages)
   Unified black-and-white treatment to match the brand portrait.
   ============================================================ */

.feature-band {
  position: relative;
  width: 100%;
  margin: 0;
  height: clamp(340px, 56vh, 600px);
  overflow: hidden;
}

.feature-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(100%) contrast(1.05);
  display: block;
}

.feature-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(6,13,9,0.55) 0%, rgba(6,13,9,0.05) 28%,
    rgba(6,13,9,0.10) 65%, rgba(6,13,9,0.96) 100%);
  pointer-events: none;
}

.figcap {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-pale);
}

.feature-band .figcap {
  position: absolute;
  left: 60px;
  bottom: 34px;
  z-index: 1;
  max-width: 600px;
}

/* Image + prose split */
.media-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 60px;
}

.media-split .prose { max-width: none; margin: 0; }

.media-split-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%) contrast(1.05);
  border: var(--rule);
  display: block;
}

/* Movement gallery */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(201,169,110,0.1);
}

.photo-gallery figure { position: relative; margin: 0; overflow: hidden; }

.photo-gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  display: block;
  transition: filter 0.5s ease, transform 0.6s ease;
}

.photo-gallery figure:hover img {
  filter: grayscale(35%) contrast(1.05);
  transform: scale(1.03);
}

@media (max-width: 900px) {
  .media-split { grid-template-columns: 1fr; gap: 36px; padding: 64px 28px; }
  .media-split-img { order: -1; }
  .photo-gallery { grid-template-columns: 1fr; }
  .feature-band { height: clamp(240px, 44vh, 380px); }
  .feature-band .figcap { left: 28px; bottom: 22px; }
}
