/* Nuomi Media: /striimit-luonnos-preview/ */
.nuomi-streams-page {
	--streams-ink: #141414;
	--streams-paper: #f5f3ed;
	--streams-paper-deep: #e9e5da;
	--streams-accent: #ef5d39;
	--streams-line: rgba(20, 20, 20, .18);
	--streams-width: 1240px;
	color: var(--streams-ink);
	background: var(--streams-paper);
	font-size: 16px;
	line-height: 1.5;
}

.nuomi-streams-page *,
.nuomi-streams-page *::before,
.nuomi-streams-page *::after { box-sizing: border-box; }

.nuomi-streams-page h1,
.nuomi-streams-page h2,
.nuomi-streams-page h3 { color: var(--streams-ink); margin-top: 0; }

.nuomi-streams-page p { margin-top: 0; }

.nuomi-streams-page a { color: inherit; }

.streams-shell { width: min(calc(100% - 48px), var(--streams-width)); margin: 0 auto; }

.streams-hero {
	position: relative;
	min-height: min(780px, 88vh);
	display: flex;
	align-items: flex-end;
	padding: 140px 0 96px;
	color: #fff;
	overflow: hidden;
	background: #111 url('https://nuomi.fi/wp-content/uploads/2026/06/nuomi-livestriimit-bandi-ja-kamera.jpg') center/cover no-repeat;
}

.streams-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 10, 10, .94) 0%, rgba(10, 10, 10, .74) 48%, rgba(10, 10, 10, .25) 100%);
}

.streams-hero::after {
	content: '';
	position: absolute;
	right: 6vw;
	top: 17%;
	width: clamp(130px, 17vw, 280px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	box-shadow: inset 0 0 0 22px rgba(239, 93, 57, .11);
}

.streams-hero__content { position: relative; z-index: 1; max-width: 900px; }

.streams-eyebrow,
.streams-kicker,
.streams-package__eyebrow,
.streams-extra__type {
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.3;
}

.streams-eyebrow { color: var(--streams-accent); }

.streams-hero h1 {
	max-width: 820px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(48px, 7vw, 104px);
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: .94;
	text-transform: none;
}

.streams-lead { max-width: 720px; margin-bottom: 34px; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }

.streams-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.streams-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 54px;
	padding: 14px 21px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.streams-button:hover { transform: translateY(-2px); }
.nuomi-streams-page a.streams-button--primary { background: var(--streams-accent); color: #141414; }
.nuomi-streams-page a.streams-button--primary span { color: #141414; }
.streams-button--quiet { border-color: rgba(255, 255, 255, .62); color: #fff; }
.streams-button--quiet:hover { background: #fff; color: #111; }
.nuomi-streams-page a.streams-button--dark { background: #141414; color: #fff; }
.nuomi-streams-page a.streams-button--dark span { color: #fff; }

.streams-proof { margin: 31px 0 0; padding-left: 13px; border-left: 2px solid var(--streams-accent); font-size: 13px; }

.streams-intro,
.streams-packages,
.streams-comparison,
.streams-extras,
.streams-process,
.streams-gallery { padding: clamp(76px, 10vw, 144px) 0; }

.streams-intro { background: #fff; }

.streams-section-heading { max-width: 770px; margin-bottom: 46px; }
.streams-section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.streams-section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: end; column-gap: clamp(35px, 8vw, 140px); }
.streams-section-heading--split > p { max-width: 430px; margin-bottom: 3px; font-size: 17px; line-height: 1.55; }
.streams-kicker { color: #777167; }
.streams-section-heading h2,
.streams-included h2,
.streams-prep h2,
.streams-final h2 { margin-bottom: 0; font-size: clamp(35px, 4.6vw, 65px); font-weight: 600; letter-spacing: -.046em; line-height: 1.01; }
.streams-section-heading--center > p:last-child { max-width: 650px; margin: 19px auto 0; font-size: 17px; }

.streams-benefits { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; border-top: 1px solid var(--streams-line); list-style: none; }
.streams-benefits li { position: relative; min-height: 210px; padding: 24px 22px 15px 0; border-right: 1px solid var(--streams-line); display: flex; flex-direction: column; }
.streams-benefits li:not(:first-child) { padding-left: 23px; }
.streams-benefits li:last-child { border-right: 0; }
.streams-benefits li::before { content: ''; display: block; width: 34px; height: 3px; margin-bottom: auto; background: var(--streams-accent); }
.streams-benefits strong { margin: 15px 0 10px; font-size: 18px; line-height: 1.2; }
.streams-benefits span:last-child { color: #57534b; font-size: 14px; line-height: 1.45; }

.streams-packages { background: var(--streams-paper); }
.streams-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.streams-package { position: relative; display: flex; flex-direction: column; padding: 34px 29px 28px; border: 1px solid #cfcac0; border-radius: 10px; background: rgba(255, 255, 255, .52); }
.streams-package--featured { border-color: #141414; color: #fff; background: #141414; box-shadow: 8px 9px 0 var(--streams-accent); transform: translateY(-10px); }
.streams-package--featured h3 { color: #fff; }
.streams-package__flag { position: absolute; top: -14px; left: 23px; margin: 0; padding: 7px 11px; background: var(--streams-accent); color: #111; font-size: 10px; font-weight: 800; letter-spacing: .095em; line-height: 1; }
.streams-package__eyebrow { color: #79746a; }
.streams-package--featured .streams-package__eyebrow { color: var(--streams-accent); }
.streams-package h3 { margin-bottom: 18px; font-size: clamp(28px, 2.5vw, 37px); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.streams-package__price { margin-bottom: 25px; font-size: 12px; font-weight: 600; }
.streams-package__price span { display: block; margin-bottom: 3px; font-size: 28px; font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.streams-package__description { min-height: 115px; margin-bottom: 21px; color: #565147; font-size: 15px; line-height: 1.52; }
.streams-package--featured .streams-package__description { color: rgba(255, 255, 255, .78); }

.streams-checklist { padding: 0; margin: 0 0 27px; list-style: none; }
.streams-checklist li { position: relative; padding: 0 0 11px 21px; font-size: 14px; line-height: 1.42; }
.streams-checklist li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #726d63; font-weight: 700; }
.streams-package--featured .streams-checklist li::before { color: var(--streams-accent); }
.streams-text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; font-size: 14px; font-weight: 700; text-decoration: none; }
.streams-text-link span { font-size: 19px; line-height: 1; transition: transform .2s ease; }
.streams-text-link:hover span { transform: translateX(4px); }

.streams-day-rate { display: grid; grid-template-columns: minmax(235px, .8fr) minmax(300px, 1.35fr) auto; gap: clamp(25px, 4vw, 55px); align-items: center; margin-top: 48px; padding: 32px; border: 1px solid #cac5bb; border-left: 5px solid var(--streams-accent); background: #e7e3d9; }
.streams-day-rate__heading > p { margin-bottom: 10px; color: #6b665c; font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.3; }
.streams-day-rate h3 { margin: 0; font-size: clamp(25px, 2.6vw, 35px); font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }
.streams-day-rate__copy > p:first-child { margin-bottom: 15px; color: #48443c; font-size: 15px; line-height: 1.5; }
.streams-day-rate__price { margin: 0; color: #5e584f; font-size: 13px; }
.streams-day-rate__price strong { margin-right: 6px; color: #171717; font-size: 22px; letter-spacing: -.035em; }

.streams-included { padding: clamp(70px, 9vw, 125px) 0; color: #fff; background: #1b1b1a; }
.streams-included__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 10vw, 150px); align-items: center; }
.streams-included .streams-kicker { color: var(--streams-accent); }
.streams-included h2 { color: #fff; }
.streams-included__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; padding: 0; margin: 0; list-style: none; }
.streams-included__list li { padding: 17px 0 17px 25px; border-top: 1px solid rgba(255, 255, 255, .23); position: relative; font-size: 15px; }
.streams-included__list li::before { content: '✓'; position: absolute; left: 0; color: var(--streams-accent); font-weight: 800; }
.streams-included__list li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .23); }

.streams-comparison { background: #fff; }
.streams-table-wrap { overflow-x: auto; border: 1px solid #dedad0; }
.streams-table { width: 100%; min-width: 790px; border-collapse: collapse; font-size: 14px; text-align: left; }
.streams-table th,
.streams-table td { padding: 16px 18px; border-right: 1px solid #e5e1d8; border-bottom: 1px solid #e5e1d8; vertical-align: top; line-height: 1.35; }
.streams-table thead th { background: #eeeae1; font-weight: 700; }
.streams-table thead th:first-child { width: 22%; }
.streams-table tbody th { background: #faf9f5; font-weight: 700; }
.streams-table th:last-child,
.streams-table td:last-child { border-right: 0; }
.streams-table tbody tr:last-child th,
.streams-table tbody tr:last-child td { border-bottom: 0; }
.streams-table__featured { background: #1b1b1a !important; color: #fff; }
.streams-table__featured span { color: var(--streams-accent); }
.streams-table__price-row th,
.streams-table__price-row td { font-weight: 800; }
.streams-scroll-note { display: none; margin: 12px 0 0; color: #6e695f; font-size: 13px; }

.streams-extras { background: #eeece4; }
.streams-extras-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.streams-extra { min-height: 270px; padding: 26px; border-radius: 8px; color: #151515; }
.streams-extra__type { margin-bottom: 35px; color: rgba(20, 20, 20, .63); }
.streams-extra h3 { margin-bottom: 9px; font-size: 26px; font-weight: 600; letter-spacing: -.04em; line-height: 1.03; }
.streams-extra__price { margin-bottom: 17px; font-size: 24px; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.streams-extra__price span { font-size: 11px; font-weight: 600; letter-spacing: 0; }
.streams-extra > p:last-child { margin-bottom: 0; font-size: 14px; line-height: 1.45; }
.streams-extra--amber { background: #f8b647; }
.streams-extra--blue { background: #74c4e5; }
.streams-extra--orange { background: #fa7659; }
.streams-extra--lime { background: #d7e953; }
.streams-extra--violet { background: #b99ce4; }
.streams-extra--pink { background: #ef8f9e; }
.streams-extras__more { margin: 20px 0 0; padding: 16px 0; border-top: 1px solid var(--streams-line); border-bottom: 1px solid var(--streams-line); font-size: 15px; }
.streams-mid-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 50px; padding: 31px 0 0; border-top: 1px solid var(--streams-line); }
.streams-mid-cta p { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -.03em; }

.streams-process { background: #fff; }
.streams-production-board { border-top: 2px solid #171717; }
.streams-production-phase { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.7fr); border-bottom: 1px solid #cbc7bf; }
.streams-production-phase__heading { padding: 30px 31px; background: #f2efe7; border-right: 1px solid #cbc7bf; }
.streams-production-phase__heading > p { margin-bottom: 12px; color: #716b60; font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.25; }
.streams-production-phase__heading h3 { margin: 0; font-size: 28px; font-weight: 600; letter-spacing: -.04em; line-height: 1.02; }
.streams-production-phase--live .streams-production-phase__heading { background: #1b1b1a; border-right-color: #1b1b1a; }
.streams-production-phase--live .streams-production-phase__heading > p { color: var(--streams-accent); }
.streams-production-phase--live .streams-production-phase__heading h3 { color: #fff; }
.streams-production-phase__steps { display: grid; padding: 0; margin: 0; list-style: none; }
.streams-production-phase__steps--three { grid-template-columns: repeat(3, 1fr); }
.streams-production-phase__steps--two { grid-template-columns: repeat(2, 1fr); }
.streams-production-phase__steps li { padding: 29px 24px; }
.streams-production-phase__steps li + li { border-left: 1px solid #d9d5cd; }
.streams-production-phase__steps strong { display: block; margin-bottom: 11px; font-size: 16px; line-height: 1.15; }
.streams-production-phase__steps span { display: block; color: #625d54; font-size: 13px; line-height: 1.45; }

.streams-prep { padding: clamp(68px, 8vw, 115px) 0; background: #dfe9dd; }
.streams-prep__inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(45px, 11vw, 170px); }
.streams-prep__copy > p:last-child { max-width: 420px; margin: 22px 0 0; font-size: 17px; line-height: 1.53; }
.streams-prep__list { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 0 30px; padding: 0; margin: 0; list-style: none; }
.streams-prep__list li { position: relative; padding: 17px 4px 17px 25px; border-top: 1px solid rgba(20, 20, 20, .27); font-size: 14px; line-height: 1.38; }
.streams-prep__list li::before { content: '✓'; position: absolute; left: 0; top: 17px; font-weight: 700; }
.streams-prep__list li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(20, 20, 20, .27); }

.streams-terms { padding: 30px 0; background: #e8e6df; }
.streams-terms p { max-width: 970px; margin: 0; color: #5d594f; font-size: 13px; line-height: 1.55; }
.streams-terms strong { color: #24221e; }

.streams-gallery { background: #fff; }
.streams-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 105px; gap: 12px; }
.streams-gallery__image { display: block; overflow: hidden; background: #dfddd5; }
.streams-gallery__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.streams-gallery__image:hover img { transform: scale(1.04); }
.streams-gallery__image--1 { grid-column: span 5; grid-row: span 4; }
.streams-gallery__image--2 { grid-column: span 3; grid-row: span 2; }
.streams-gallery__image--3 { grid-column: span 4; grid-row: span 3; }
.streams-gallery__image--4 { grid-column: span 3; grid-row: span 3; }
.streams-gallery__image--5 { grid-column: span 4; grid-row: span 2; }
.streams-gallery__image--6 { grid-column: span 5; grid-row: span 2; }
.streams-gallery__image--7 { grid-column: span 3; grid-row: span 3; }
.streams-gallery__image--8 { grid-column: span 4; grid-row: span 2; }
.streams-gallery__image--9 { grid-column: span 5; grid-row: span 2; }
.streams-gallery__image--10 { grid-column: span 4; grid-row: span 3; }
.streams-gallery__image--2 img { object-position: 52% center; }
.streams-gallery__image--3 img { object-position: center 62%; }

.streams-final { padding: clamp(84px, 12vw, 170px) 0; color: #fff; text-align: center; background: #141414; }
.streams-final__inner { max-width: 890px; }
.streams-final .streams-kicker { color: var(--streams-accent); }
.streams-final h2 { color: #fff; }
.streams-final h2 { margin-bottom: 22px; }
.streams-final__inner > p:not(.streams-final__email) { max-width: 650px; margin: 0 auto 32px; color: rgba(255, 255, 255, .8); font-size: 18px; line-height: 1.52; }
.streams-final__email { margin: 18px 0 0; color: rgba(255, 255, 255, .66); font-size: 13px; }
.streams-final__email a { color: #fff; }

@media (max-width: 960px) {
	.streams-package { padding: 29px 23px 24px; }
	.streams-package__description { min-height: 155px; }
	.streams-extras-grid { grid-template-columns: 1fr 1fr; }
	.streams-gallery-grid { grid-auto-rows: 80px; }
}

@media (max-width: 720px) {
	.streams-shell { width: min(calc(100% - 36px), var(--streams-width)); }
	.streams-hero { min-height: 700px; padding: 120px 0 54px; align-items: flex-end; background-position: 62% center; }
	.streams-hero::before { background: linear-gradient(0deg, rgba(10, 10, 10, .96) 6%, rgba(10, 10, 10, .66) 70%, rgba(10, 10, 10, .2) 100%); }
	.streams-hero::after { top: 88px; right: -28px; width: 155px; }
	.streams-hero h1 { font-size: clamp(43px, 13vw, 66px); }
	.streams-lead { font-size: 17px; }
	.streams-actions { display: grid; grid-template-columns: 1fr; }
	.streams-button { width: 100%; }

	.streams-section-heading--split,
	.streams-included__inner,
	.streams-prep__inner { grid-template-columns: 1fr; gap: 25px; }
	.streams-section-heading { margin-bottom: 34px; }
	.streams-section-heading h2,
	.streams-included h2,
	.streams-prep h2,
	.streams-final h2 { font-size: 39px; }
	.streams-section-heading--split > p { margin-bottom: 0; font-size: 15px; }

	.streams-benefits { grid-template-columns: 1fr 1fr; }
	.streams-benefits li { min-height: 190px; padding: 19px 15px 14px 0; border-bottom: 1px solid var(--streams-line); }
	.streams-benefits li:nth-child(2n) { padding-right: 0; border-right: 0; }
	.streams-benefits li:nth-child(2n + 1) { padding-left: 0; }
	.streams-benefits li:nth-child(n + 3) { border-bottom: 0; }

	.streams-package-grid { grid-template-columns: 1fr; gap: 22px; }
	.streams-package { padding: 30px 24px 25px; }
	.streams-package--featured { margin-top: 9px; box-shadow: 6px 7px 0 var(--streams-accent); transform: none; }
	.streams-package__description { min-height: 0; }
	.streams-day-rate { grid-template-columns: 1fr; gap: 20px; margin-top: 34px; padding: 25px 21px; }
	.streams-day-rate h3 { font-size: 29px; }
	.streams-day-rate .streams-button { width: 100%; }

	.streams-included__list,
	.streams-prep__list { grid-template-columns: 1fr; }
	.streams-included__list li:nth-last-child(-n+2),
	.streams-prep__list li:nth-last-child(-n+2) { border-bottom: 0; }
	.streams-included__list li:last-child,
	.streams-prep__list li:last-child { border-bottom: 1px solid rgba(20, 20, 20, .27); }
	.streams-included__list li:last-child { border-color: rgba(255, 255, 255, .23); }

	.streams-table { font-size: 13px; }
	.streams-table th,
	.streams-table td { padding: 13px 14px; }
	.streams-table thead th:first-child { width: 25%; }
	.streams-scroll-note { display: block; }

	.streams-extras-grid { grid-template-columns: 1fr; gap: 11px; }
	.streams-extra { min-height: 0; padding: 23px; }
	.streams-extra__type { margin-bottom: 27px; }
	.streams-mid-cta { align-items: flex-start; flex-direction: column; margin-top: 36px; }
	.streams-mid-cta p { font-size: 20px; }

	.streams-production-phase { grid-template-columns: 1fr; }
	.streams-production-phase__heading { padding: 25px 21px; border-right: 0; border-bottom: 1px solid #cbc7bf; }
	.streams-production-phase--live .streams-production-phase__heading { border-bottom-color: #1b1b1a; }
	.streams-production-phase__steps,
	.streams-production-phase__steps--three,
	.streams-production-phase__steps--two { grid-template-columns: 1fr; }
	.streams-production-phase__steps li { padding: 19px 21px; }
	.streams-production-phase__steps li + li { border-top: 1px solid #d9d5cd; border-left: 0; }

	.streams-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 145px; gap: 8px; }
	.streams-gallery__image--1,
	.streams-gallery__image--2,
	.streams-gallery__image--3,
	.streams-gallery__image--4,
	.streams-gallery__image--5,
	.streams-gallery__image--6,
	.streams-gallery__image--7,
	.streams-gallery__image--8,
	.streams-gallery__image--9,
	.streams-gallery__image--10 { grid-column: span 1; grid-row: span 1; }
	.streams-gallery__image--1 { grid-column: span 2; grid-row: span 2; }
}

@media (max-width: 420px) {
	.streams-shell { width: min(calc(100% - 28px), var(--streams-width)); }
	.streams-section-heading h2,
	.streams-included h2,
	.streams-prep h2,
	.streams-final h2 { font-size: 35px; }
	.streams-benefits { grid-template-columns: 1fr; }
	.streams-benefits li,
	.streams-benefits li:not(:first-child),
	.streams-benefits li:nth-child(2n) { min-height: 0; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--streams-line); }
	.streams-benefits li:last-child { border-bottom: 0; }
}
