/* =========================================
   PHOTO GUIDE / TECHNIQUE v1
========================================= */

.tech-v1-page {
  --tech-navy: #153a5b;
  --tech-deep: #0e3148;
  --tech-teal: #397b70;
  --tech-soft: #f5f8f8;
  --tech-line: #dbe5e8;
  --tech-text: #405b68;
  --tech-muted: #74858d;
}

.tech-v1-page .guide-article-navigation {
  display: none;
}

.tech-v1-page [data-guide-article] {
  background: #fff;
}

.tech-v1-field-nav {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.tech-v1-field-nav-inner {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 76px;
}

.tech-v1-field-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
}

.tech-v1-field-brand small {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  letter-spacing: .06em;
}

.tech-v1-field-links {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

.tech-v1-field-links a {
  position: relative;
  padding: 28px 0 25px;
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 900;
}

.tech-v1-field-links a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: #fff;
}

.tech-v1-field-spot {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 7px;
  color: var(--tech-deep);
  background: #fff;
  font-size: 10px;
  font-weight: 900;
}

.tech-v1-hero {
  position: relative;
  min-height: 565px;
  color: #fff;
  background:
    var(--tech-v1-hero-image),
    linear-gradient(135deg, #496d7e, #24495d);
  background-position: center;
  background-size: cover;
}

.tech-v1-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 28, 44, .88) 0%,
      rgba(4, 28, 44, .65) 40%,
      rgba(4, 28, 44, .18) 74%
    );
}

.tech-v1-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 405px;
  padding-top: 38px;
  padding-bottom: 40px;
}

.tech-v1-hero-copy {
  max-width: 620px;
}

.tech-v1-hero-copy > p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}

.tech-v1-hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 64px);
  line-height: 1.18;
}

.tech-v1-hero-copy > span {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}

.tech-v1-hero-nav-wrap {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(6, 31, 47, .56);
  backdrop-filter: blur(8px);
}

.tech-v1-hero-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.tech-v1-hero-nav a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 84px;
  padding: 12px 14px;
  color: #fff;
  border-bottom: 3px solid transparent;
}

.tech-v1-hero-nav a:first-child {
  border-bottom-color: #fff;
}

.tech-v1-hero-nav b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  font-size: 7px;
  letter-spacing: .03em;
}

.tech-v1-hero-nav span {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
}

.tech-v1-section {
  padding: 42px 0 48px;
  border-bottom: 1px solid var(--tech-line);
  scroll-margin-top: 88px;
}

.tech-v1-heading {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr;
  gap: 25px;
  align-items: center;
  margin-bottom: 25px;
}

.tech-v1-heading > div {
  display: flex;
  gap: 17px;
  align-items: baseline;
}

.tech-v1-heading b {
  color: var(--tech-navy);
  font-size: 26px;
  line-height: 1;
}

.tech-v1-heading h2 {
  margin: 0;
  color: var(--tech-navy);
  font-size: 24px;
  line-height: 1.2;
}

.tech-v1-heading p {
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid #cbd8dc;
  color: var(--tech-muted);
  font-size: 10px;
  line-height: 1.6;
}

.tech-v1-placeholder {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  color: #65808b;
  text-align: center;
  background: linear-gradient(145deg, #e6edef, #f6f8f7);
}

.tech-v1-placeholder span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
}

.tech-v1-placeholder strong {
  margin-top: 5px;
  font-size: 12px;
}

/* 01 */
.tech-v1-time {
  background: #fff;
}

.tech-v1-time-grid {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(420px, 1.52fr) minmax(210px, .76fr);
  gap: 14px;
}

.tech-v1-spot-card,
.tech-v1-time-cards,
.tech-v1-sun-card {
  border: 1px solid var(--tech-line);
  border-radius: 9px;
  background: #fff;
}

.tech-v1-spot-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 18px 18px 0;
}

.tech-v1-spot-card > span {
  color: var(--tech-teal);
  font-size: 8px;
  font-weight: 900;
}

.tech-v1-spot-card h3 {
  margin: 8px 0 0;
  color: var(--tech-navy);
  font-size: 19px;
}

.tech-v1-spot-card p {
  margin: 10px 0 14px;
  color: var(--tech-text);
  font-size: 9px;
  line-height: 1.7;
}

.tech-v1-spot-visual {
  min-height: 165px;
  margin: auto -18px 0;
  background: #eaf1f1;
}

.tech-v1-spot-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-v1-map-visual {
  position: relative;
  display: grid;
  place-content: center;
  height: 165px;
  color: #456878;
  text-align: center;
  background:
    radial-gradient(circle at 45% 40%, rgba(57,123,112,.18) 0 8%, transparent 9%),
    linear-gradient(25deg, transparent 48%, rgba(21,58,91,.18) 49% 51%, transparent 52%),
    #e8f0f0;
}

.tech-v1-map-visual b {
  font-size: 24px;
}

.tech-v1-map-visual span {
  margin-top: 4px;
  font-size: 8px;
  font-weight: 900;
}

.tech-v1-spot-card > a {
  margin: 0 -18px;
  padding: 11px 18px;
  color: #fff;
  background: var(--tech-navy);
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.tech-v1-time-cards {
  padding: 17px;
}

.tech-v1-time-cards > h3 {
  margin: 0 0 12px;
  color: var(--tech-navy);
  font-size: 12px;
}

.tech-v1-time-card {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(220px, 1.28fr);
  overflow: hidden;
  min-height: 150px;
  border-radius: 7px;
  background: #f7f9f9;
}

.tech-v1-time-card + .tech-v1-time-card {
  margin-top: 10px;
}

.tech-v1-time-copy {
  padding: 17px;
}

.tech-v1-sun-icon {
  display: inline-block;
  color: #e6a145;
  font-size: 25px;
}

.tech-v1-time-copy h4 {
  display: inline;
  margin: 0 0 0 8px;
  color: var(--tech-navy);
  font-size: 11px;
}

.tech-v1-time-copy b {
  display: block;
  margin-top: 5px;
  color: #314f5e;
  font-size: 9px;
}

.tech-v1-time-copy p {
  margin: 9px 0 0;
  color: #637983;
  font-size: 9px;
  line-height: 1.65;
}

.tech-v1-time-image {
  min-height: 150px;
}

.tech-v1-time-image img,
.tech-v1-time-image .tech-v1-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-v1-sun-card {
  padding: 18px;
}

.tech-v1-sun-card h3 {
  margin: 0;
  color: var(--tech-navy);
  font-size: 13px;
}

.tech-v1-sun-card p {
  margin: 11px 0 0;
  color: #637983;
  font-size: 9px;
  line-height: 1.7;
}

.tech-v1-sun-card a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  margin-top: 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--tech-navy);
  font-size: 9px;
  font-weight: 900;
}

.tech-v1-sun-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  min-height: 125px;
  margin-top: 15px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f7faf9, #eaf1f2);
}

.tech-v1-sun-diagram span {
  text-align: center;
  font-size: 25px;
}

.tech-v1-sun-diagram .morning {
  color: #e6a145;
}

.tech-v1-sun-diagram .evening {
  color: #24475c;
}

.tech-v1-sun-diagram b {
  color: #4d6975;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

/* 02 */
.tech-v1-find {
  background: #fafcfc;
}

.tech-v1-find-grid {
  display: grid;
  grid-template-columns: minmax(270px, .92fr) minmax(320px, 1fr) minmax(260px, .88fr);
  gap: 18px;
  align-items: stretch;
}

.tech-v1-find-image {
  min-height: 300px;
  overflow: hidden;
  border-radius: 9px;
}

.tech-v1-find-image img,
.tech-v1-find-image .tech-v1-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-v1-find-tips {
  display: grid;
  align-content: center;
  gap: 18px;
}

.tech-v1-find-tips article {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
}

.tech-v1-find-tips article > span {
  color: var(--tech-teal);
  font-size: 18px;
  font-weight: 900;
}

.tech-v1-find-tips h3 {
  margin: 0;
  color: var(--tech-navy);
  font-size: 11px;
}

.tech-v1-find-tips p {
  margin: 5px 0 0;
  color: #687d86;
  font-size: 9px;
  line-height: 1.6;
}

.tech-v1-behavior-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(145deg, #eaf2f0, #fff);
}

.tech-v1-behavior-card > div:first-child {
  padding: 20px;
}

.tech-v1-behavior-card h3 {
  margin: 0;
  color: var(--tech-teal);
  font-size: 13px;
}

.tech-v1-behavior-card p {
  margin: 9px 0 0;
  color: #536d78;
  font-size: 9px;
  line-height: 1.7;
}

.tech-v1-behavior-image {
  min-height: 150px;
}

.tech-v1-behavior-image img,
.tech-v1-behavior-image .tech-v1-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 03 */
.tech-v1-settings {
  background: #fff;
}

.tech-v1-settings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(280px, .72fr);
  gap: 18px;
}

.tech-v1-setting-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--tech-line);
  border-radius: 9px;
  background: #fff;
}

.tech-v1-setting-cards article {
  min-width: 0;
  padding: 18px 13px;
  border-right: 1px solid var(--tech-line);
}

.tech-v1-setting-cards article:last-child {
  border-right: 0;
}

.tech-v1-setting-cards span {
  color: var(--tech-teal);
  font-size: 8px;
  font-weight: 900;
}

.tech-v1-setting-cards h3 {
  min-height: 34px;
  margin: 7px 0 0;
  color: var(--tech-navy);
  font-size: 10px;
  line-height: 1.45;
}

.tech-v1-setting-cards strong {
  display: block;
  margin-top: 10px;
  color: #223f51;
  font-size: 13px;
  line-height: 1.35;
}

.tech-v1-setting-cards p {
  margin: 9px 0 0;
  color: #71838a;
  font-size: 8px;
  line-height: 1.6;
}

.tech-v1-blur-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 9px;
  color: #fff;
  background: var(--tech-navy);
}

.tech-v1-blur-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  padding: 20px;
}

.tech-v1-blur-copy h3 {
  margin: 0;
  font-size: 13px;
}

.tech-v1-blur-copy ul {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.tech-v1-blur-copy li {
  margin-top: 7px;
  font-size: 8px;
  line-height: 1.45;
}

.tech-v1-blur-copy li::before {
  content: '✓';
  margin-right: 6px;
}

.tech-v1-blur-image {
  position: absolute;
  inset: 0 0 0 44%;
  opacity: .78;
}

.tech-v1-blur-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--tech-navy), transparent 48%);
}

.tech-v1-blur-image img,
.tech-v1-blur-image .tech-v1-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 04 */
.tech-v1-scenes {
  background: #f8faf9;
}

.tech-v1-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.tech-v1-scene-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--tech-line);
  border-radius: 9px;
  background: #fff;
}

.tech-v1-scene-grid article > div:first-child {
  padding: 15px;
}

.tech-v1-scene-grid h3 {
  margin: 0;
  color: var(--tech-navy);
  font-size: 12px;
}

.tech-v1-scene-grid p {
  min-height: 48px;
  margin: 7px 0 0;
  color: #71838a;
  font-size: 8px;
  line-height: 1.6;
}

.tech-v1-scene-image {
  min-height: 180px;
}

.tech-v1-scene-image img,
.tech-v1-scene-image .tech-v1-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FAQ */
.tech-v1-faq {
  background: #fff;
}

.tech-v1-faq-list {
  display: grid;
  gap: 8px;
}

.tech-v1-faq-list details {
  border: 1px solid var(--tech-line);
  border-radius: 8px;
  background: #fff;
}

.tech-v1-faq-list summary {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  color: var(--tech-navy);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.tech-v1-faq-list summary span,
.tech-v1-faq-list details div > b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--tech-teal);
  font-size: 10px;
}

.tech-v1-faq-list details > div {
  display: flex;
  gap: 12px;
  padding: 0 18px 16px;
}

.tech-v1-faq-list details p {
  margin: 4px 0 0;
  color: #627985;
  font-size: 10px;
  line-height: 1.7;
}

/* gallery */
.tech-v1-gallery {
  background: #f8faf9;
}

.tech-v1-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.tech-v1-gallery-grid figure {
  margin: 0;
}

.tech-v1-gallery-grid figure > div {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 7px;
}

.tech-v1-gallery-grid img,
.tech-v1-gallery-grid .tech-v1-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-v1-gallery-grid figcaption {
  margin-top: 5px;
  color: #768991;
  font-size: 8px;
}

/* next */
.tech-v1-next {
  padding: 32px 0 36px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(21,58,91,.94), rgba(44,83,101,.91));
}

.tech-v1-next .container {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: center;
}

.tech-v1-next-copy p {
  margin: 0 0 5px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
}

.tech-v1-next-copy h2 {
  margin: 0;
  font-size: 21px;
}

.tech-v1-next-copy span {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  line-height: 1.6;
}

.tech-v1-next-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.tech-v1-next-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding: 0 14px;
  border-radius: 7px;
  color: var(--tech-navy);
  background: #fff;
}

.tech-v1-next-links b {
  font-size: 9px;
  line-height: 1.4;
}

@media (max-width: 1050px) {
  .tech-v1-field-nav-inner {
    grid-template-columns: 160px 1fr;
  }

  .tech-v1-field-spot {
    display: none;
  }

  .tech-v1-hero-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .tech-v1-time-grid {
    grid-template-columns: 1fr 1.7fr;
  }

  .tech-v1-sun-card {
    grid-column: 1 / -1;
  }

  .tech-v1-find-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tech-v1-behavior-card {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .tech-v1-settings-grid {
    grid-template-columns: 1fr;
  }

  .tech-v1-setting-cards {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 760px) {
  .tech-v1-field-nav-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 13px;
  }

  .tech-v1-field-brand {
    text-align: center;
  }

  .tech-v1-field-links {
    justify-content: center;
    gap: 15px;
    overflow-x: auto;
  }

  .tech-v1-field-links a {
    flex: 0 0 auto;
    padding: 14px 0 16px;
    font-size: 9px;
  }

  .tech-v1-field-links a[aria-current="page"]::after {
    bottom: 8px;
  }

  .tech-v1-hero {
    min-height: 610px;
  }

  .tech-v1-hero-inner {
    min-height: 400px;
  }

  .tech-v1-hero-copy h1 {
    font-size: 39px;
  }

  .tech-v1-hero-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-v1-hero-nav a {
    min-height: 64px;
    grid-template-columns: 34px 1fr;
  }

  .tech-v1-hero-nav b {
    width: 31px;
    height: 31px;
  }

  .tech-v1-section {
    padding: 36px 0 40px;
  }

  .tech-v1-heading {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .tech-v1-heading p {
    padding-left: 0;
    border-left: 0;
  }

  .tech-v1-time-grid,
  .tech-v1-find-grid,
  .tech-v1-settings-grid {
    grid-template-columns: 1fr;
  }

  .tech-v1-time-card {
    grid-template-columns: 1fr;
  }

  .tech-v1-time-image {
    min-height: 190px;
  }

  .tech-v1-behavior-card {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .tech-v1-setting-cards {
    grid-template-columns: 1fr 1fr;
  }

  .tech-v1-setting-cards article {
    border-bottom: 1px solid var(--tech-line);
  }

  .tech-v1-setting-cards article:nth-child(even) {
    border-right: 0;
  }

  .tech-v1-setting-cards article:last-child {
    grid-column: 1 / -1;
  }

  .tech-v1-scene-grid,
  .tech-v1-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tech-v1-next .container {
    grid-template-columns: 1fr;
  }

  .tech-v1-next-links {
    grid-template-columns: 1fr 1fr;
  }
}
