/*
  The Tweed Photographer — Coming Soon Landing Page v4 - cross-browser responsive build
  Upload index.html, style.css and the assets folder to your web host.
*/

:root {
  --cream: #f6e8c6;
  --cream-soft: rgba(246, 232, 198, 0.9);
  --cream-muted: rgba(246, 232, 198, 0.62);
  --copper: #d78338;
  --copper-soft: #e4a15a;
  --ink: #060302;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--ink);
  color: var(--cream);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  font-family: Georgia, 'Times New Roman', serif;
  overflow-x: hidden;
}

.landing {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 3.4vw, 56px);
  padding-left: max(clamp(22px, 3.4vw, 56px), env(safe-area-inset-left));
  padding-right: max(clamp(22px, 3.4vw, 56px), env(safe-area-inset-right));
  isolation: isolate;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 50% 45%, rgba(212, 122, 46, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(6, 3, 2, 0.02) 0%, rgba(6, 3, 2, 0.38) 48%, rgba(6, 3, 2, 0.82) 100%),
    linear-gradient(90deg, rgba(6, 3, 2, 0.5), transparent 31%, transparent 69%, rgba(6, 3, 2, 0.5)),
    url('assets/background-mountains.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 0 42%, rgba(0,0,0,0.5) 88%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.016), rgba(255,255,255,0.016) 1px, transparent 1px, transparent 5px);
  mix-blend-mode: soft-light;
}

.border-frame {
  position: absolute;
  inset: clamp(13px, 1.35vw, 22px);
  pointer-events: none;
  border: 1px solid rgba(226, 139, 57, 0.52);
  box-shadow:
    inset 0 0 95px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 224, 166, 0.08);
}

.border-frame::before,
.border-frame::after {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(226, 139, 57, 0.28);
}

.border-frame::after {
  inset: 11px;
  border-color: rgba(255, 224, 166, 0.12);
}

.corner {
  position: absolute;
  width: clamp(38px, 4.4vw, 72px);
  height: clamp(38px, 4.4vw, 72px);
  border-color: rgba(226, 139, 57, 0.7);
}

.corner::before,
.corner::after {
  content: '';
  position: absolute;
  width: 62%;
  height: 62%;
  border-color: rgba(226, 139, 57, 0.52);
}

.corner-tl {
  top: 7px;
  left: 7px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 28px;
}
.corner-tl::before { top: 7px; left: 7px; border-top: 1px solid; border-left: 1px solid; border-top-left-radius: 20px; }
.corner-tl::after { top: -1px; left: -1px; border-bottom: 1px solid; border-right: 1px solid; border-bottom-right-radius: 22px; }

.corner-tr {
  top: 7px;
  right: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 28px;
}
.corner-tr::before { top: 7px; right: 7px; border-top: 1px solid; border-right: 1px solid; border-top-right-radius: 20px; }
.corner-tr::after { top: -1px; right: -1px; border-bottom: 1px solid; border-left: 1px solid; border-bottom-left-radius: 22px; }

.corner-bl {
  bottom: 7px;
  left: 7px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 28px;
}
.corner-bl::before { bottom: 7px; left: 7px; border-bottom: 1px solid; border-left: 1px solid; border-bottom-left-radius: 20px; }
.corner-bl::after { bottom: -1px; left: -1px; border-top: 1px solid; border-right: 1px solid; border-top-right-radius: 22px; }

.corner-br {
  bottom: 7px;
  right: 7px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 28px;
}
.corner-br::before { bottom: 7px; right: 7px; border-bottom: 1px solid; border-right: 1px solid; border-bottom-right-radius: 20px; }
.corner-br::after { bottom: -1px; right: -1px; border-top: 1px solid; border-left: 1px solid; border-top-left-radius: 22px; }

.hero {
  width: min(920px, 100%);
  margin: auto;
  padding: clamp(18px, 3vw, 32px) 16px clamp(86px, 9vw, 120px);
  text-align: center;
  transform: translateY(-1vh);
}

.logo {
  width: clamp(223px, 28.75vw, 388px); /* 25% larger than v1 */
  height: auto;
  display: block;
  margin: 0 auto clamp(30px, 4.5vw, 58px);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.78));
  mix-blend-mode: normal;
}

.headline-group {
  text-shadow: 0 12px 34px rgba(0,0,0,0.82);
}

h1 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(2.75rem, 7.2vw, 7.05rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
  overflow-wrap: normal;
}

@supports (text-wrap: balance) {
  h1 { text-wrap: balance; }
}

h1 span { display: block; }

h1 em {
  display: block;
  margin-top: 0.05em;
  color: #e2a56f;
  font-size: 0.92em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: clamp(24px, 3vw, 36px) auto clamp(20px, 2.8vw, 30px);
  color: var(--copper-soft);
}

.divider span {
  width: clamp(68px, 10vw, 118px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 139, 57, 0.72), transparent);
}

.divider strong {
  font-size: 1rem;
  transform: rotate(180deg);
  opacity: 0.85;
}

.coming-soon {
  margin: 0;
  color: var(--copper-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.92rem, 1.7vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  letter-spacing: clamp(0.18em, 0.9vw, 0.48em);
  text-transform: uppercase;
  text-shadow: 0 8px 26px rgba(0,0,0,0.86);
}

.contact-links {
  position: absolute;
  left: 50%;
  bottom: 42px;
  bottom: max(clamp(34px, 5vw, 58px), env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: min(940px, calc(100% - 64px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--cream-soft);
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cream-soft);
  text-decoration: none;
  font-size: clamp(0.92rem, 1.6vw, 1.16rem);
  text-shadow: 0 8px 24px rgba(0,0,0,0.86);
  transition: color 180ms ease, transform 180ms ease;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  color: #fff3d3;
  transform: translateY(-1px);
}

.contact-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 6px;
  color: var(--copper-soft);
  border: 1px solid rgba(226, 139, 57, 0.72);
  border-radius: 999px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.7));
  stroke: currentColor;
  stroke-width: 1.65;
  fill: none;
}

.separator {
  width: 1px;
  height: 34px;
  background: rgba(246, 232, 198, 0.42);
}

@media (max-width: 900px) and (orientation: landscape) {
  .hero { padding-bottom: 110px; }
  .logo { width: clamp(170px, 22vw, 250px); margin-bottom: 24px; }
  h1 { font-size: clamp(2.15rem, 6vw, 4.4rem); }
  .contact-links { bottom: 24px; }
}

@media (max-width: 760px) {
  .landing { background-position: center; }

  .hero { padding-bottom: 150px; }

  .logo {
    width: clamp(213px, 67vw, 306px); /* also 25% larger on mobile */
    margin-bottom: 34px;
  }

  h1 { font-size: clamp(2.45rem, 11vw, 4.35rem); }

  .contact-links {
    flex-direction: column;
    gap: 14px;
    bottom: 32px;
    bottom: max(28px, env(safe-area-inset-bottom));
    width: calc(100% - 48px);
  }

  .separator {
    width: 72px;
    height: 1px;
    background: rgba(246, 232, 198, 0.28);
  }
}

@media (max-width: 430px) {
  .logo { width: min(285px, 74vw); }
  .contact-links a { font-size: 0.86rem; }
}


/* Extra-small phones */
@media (max-width: 360px) {
  .hero { padding-left: 8px; padding-right: 8px; }
  h1 { font-size: 2.2rem; }
  .coming-soon { letter-spacing: 0.16em; }
  .contact-links a { gap: 9px; font-size: 0.78rem; }
  .contact-icon { width: 32px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
